Spaces:
Build error
Build error
File size: 1,012 Bytes
80861ff 4b4789b 80861ff 4b4789b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: Fastai Image Classifier (FastHTML)
emoji: 🖼️
colorFrom: blue
colorTo: green
sdk: docker # Important: Use Docker for custom ASGI apps like FastHTML/FastAPI/Starlette
# Optional: Specify python version if needed
# python_version: 3.9
app_file: app.py # Specifies the main application file
# app_port: 8000 # HF Spaces usually handles port mapping automatically for Docker
# suggested_hardware: cpu-basic # Or cpu-upgrade, t4-small etc. if needed
---
# Fastai Image Classifier with FastHTML
This is a simple web application built with FastHTML that uses a Fastai-trained model
to classify uploaded images.
**How to use:**
1. Click "Browse..." or drag and drop an image file onto the input area.
2. Click "Classify Image".
3. The prediction and confidence score will appear below.
Built with:
* [Fastai](https://docs.fast.ai/)
* [FastHTML](https://fastht.ml/)
* Hosted on [Hugging Face Spaces](https://huggingface.co/spaces)
<!-- Add any other relevant info about your model or app --> |