Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,4 +8,24 @@ pinned: false
|
|
| 8 |
short_description: 'FastAPI backend for food image classification '
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
short_description: 'FastAPI backend for food image classification '
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Food Classification 101
|
| 12 |
+
|
| 13 |
+
This project provides a **FastAPI backend** for classifying food images using deep learning model. Upload a food image and get instant predictions!
|
| 14 |
+
|
| 15 |
+
## π Links
|
| 16 |
+
|
| 17 |
+
- π **Web App**: [https://food-classification-101.netlify.app/](https://food-classification-101.netlify.app/)
|
| 18 |
+
- π» **GitHub Repository**: [https://github.com/muhammadhamzaazhar/Food-Classification-using-Deep-Learning](https://github.com/muhammadhamzaazhar/Food-Classification-using-Deep-Learning)
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+

|
| 22 |
+
|
| 23 |
+
## π How to Use
|
| 24 |
+
|
| 25 |
+
1. Upload a food image via the web interface.
|
| 26 |
+
2. The image is sent to the FastAPI backend.
|
| 27 |
+
3. The model returns the predicted food class.
|
| 28 |
+
|
| 29 |
+
## π€ Contributions
|
| 30 |
+
|
| 31 |
+
Pull requests and suggestions are welcome on [GitHub](https://github.com/muhammadhamzaazhar/Food-Classification-using-Deep-Learning)!
|