Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.14.0
metadata
title: Sign Identification Gui
emoji: ๐
colorFrom: purple
colorTo: gray
sdk: gradio
sdk_version: 5.47.2
app_file: app.py
pinned: false
๐ชง Sign Identification (AutoML) โ Gradio App
This app wraps a classmateโs image model cassieli226/sign-identification-automl (AutoGluon Multimodal).
Upload a sign image to see both the original and the preprocessed (224ร224) image the model actually sees, plus class probabilities.
โจ What this app shows
- Image upload (PNG/JPG; webcam optional)
- Validation & friendly errors (type/size)
- Original vs. preprocessed image side-by-side
- Exposed inference parameter: Top-K
- โฅ 3 clickable Examples for quick testing
๐ Model & Dataset
- Model: https://huggingface.co/cassieli226/sign-identification-automl
- Original dataset:
ecopus/sign_identification- augmented split (385) for train/val
- original split (35) for test
๐ ๏ธ Tech
- Framework: AutoGluon Multimodal
- Backbone: TimmAutoModelForImagePrediction (~194M params)
- Inference:
predict_probaover 2 classes (0/1)
โ ๏ธ Notes & Limitations
- Small, student-collected dataset (~420 images) โ may not generalize.
- Binary labels only (0, 1).
๐ Acknowledgments
- AutoGluon team
- Hugging Face Hub
- CMU 24-679 (Designing & Deploying AI/ML)
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference