title | emoji | colorFrom | colorTo | sdk | app_file | pinned |
---|---|---|---|---|---|---|
Cat-Dog Classifier |
🐶 |
blue |
green |
docker |
app.py |
false |
This is a FastAPI application that serves a model for classifying images of cats and dogs. The app also includes a React-based frontend served from the same Docker container.
- Predicts whether an uploaded image is a cat or dog.
- Shows the prediction percentage.
- Upload an image through the app interface.
- The backend processes the image and returns the prediction.
This app is deployed using a Docker container on Hugging Face Spaces.