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
11
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The HF Inference API does not support image-classification models for torch library.