Are you worried about what's on your plate? Worry no more with FoodEye, an application designed to analyze and classify food items using PyTorch.
FoodEye is an innovative application aimed at providing accurate food classification to help users identify various food items on their plates. This application leverages the EfficientNet-B2 model for robust image classification.
The model used in this application is EfficientNet-B2, a powerful and efficient deep learning model for image classification. The pre-trained model weights are stored in effnetb2_model.pth.
To try the application, go to FoodEye on Hugging Face.
To get started with FoodEye, follow these steps:
git clone https://github.com/NishchalRavish/FoodEye.gitpython3 -m venv venv
source venv/bin activatepip install -r requirements.txtpython app.py