EricCRX's picture
Update README.md
9d7accb verified

A newer version of the Gradio SDK is available: 6.14.0

Upgrade
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

๐Ÿ› ๏ธ Tech

  • Framework: AutoGluon Multimodal
  • Backbone: TimmAutoModelForImagePrediction (~194M params)
  • Inference: predict_proba over 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