|
--- |
|
title: AI Image Classifier Trainer |
|
emoji: 🖼️ |
|
colorFrom: blue |
|
colorTo: purple |
|
sdk: gradio |
|
app_file: app.py |
|
python_version: "3.10" |
|
--- |
|
|
|
# AI Image Classifier Trainer |
|
|
|
Train custom image classifiers with this web app: |
|
|
|
1. 📤 Upload a ZIP file containing `train/` and `validation/` folders |
|
2. ⚙️ Configure training parameters |
|
3. 🚀 Start training |
|
4. ⬇️ Download models in H5, SavedModel, or TensorFlow.js format |
|
|
|
> **Note:** Free CPU instances have limited resources. For large datasets, reduce image size or epochs. |
|
|