ASL CNN (custom handler)

This repo is designed to deploy a small PyTorch CNN for ASL classification on Hugging Face Inference Endpoints using a handler.py custom inference handler.

Files

  • pytorch_model.bin: PyTorch state_dict (uploaded from your local file)
  • handler.py: loads the model and runs preprocessing + inference
  • labels.json: optional label names (edit if your class order is different)
  • requirements.txt: extra dependencies

Request format

Send JSON with base64-encoded image bytes:

{ "inputs": "<base64>" }

Or set parameters.top_k.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support