Hindi Character CNN

This model is a Convolutional Neural Network (CNN) for Hindi character image classification, built with PyTorch.

Usage

(Provide instructions on how to load and use your model. Include code snippets.)

Example:

import torch
from your_model_file import HindiCharacterCNN #replace your_model_file

model = HindiCharacterCNN(num_labels=36)
model.load_state_dict(torch.load("your_model.safetensors")) #or .bin
model.eval()

# ... your inference code ...
Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support