mhamza-007 commited on
Commit
f0b2aee
Β·
verified Β·
1 Parent(s): 3cdf752

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -8,4 +8,24 @@ pinned: false
8
  short_description: 'FastAPI backend for food image classification '
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ![Food Classification Web App](https://cdn-uploads.huggingface.co/production/uploads/643cf80ca16fa581f3f8a448/DDXd0FaVHPesoo00ZYw_y.png)
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)!