--- title: Food Classification 101 emoji: 😻 colorFrom: indigo colorTo: blue sdk: docker pinned: false short_description: 'FastAPI backend for food image classification ' --- # Food Classification 101 This project provides a **FastAPI backend** for classifying food images using deep learning model. Upload a food image and get instant predictions! ## 🔗 Links - 🌐 **Web App**: [https://food-classification-101.netlify.app/](https://food-classification-101.netlify.app/) - 💻 **GitHub Repository**: [https://github.com/muhammadhamzaazhar/Food-Classification-using-Deep-Learning](https://github.com/muhammadhamzaazhar/Food-Classification-using-Deep-Learning) ![Food Classification Web App](https://cdn-uploads.huggingface.co/production/uploads/643cf80ca16fa581f3f8a448/DDXd0FaVHPesoo00ZYw_y.png) ## 🚀 How to Use 1. Upload a food image via the web interface. 2. The image is sent to the FastAPI backend. 3. The model returns the predicted food class. ## 🤝 Contributions Pull requests and suggestions are welcome on [GitHub](https://github.com/muhammadhamzaazhar/Food-Classification-using-Deep-Learning)!