Food Recognition GUI using Python
Fruits and Vegetables Image Recognition Dataset Source: Fruits and Vegetables Image Recognition Dataset
- Context :
the dataset contains images of the following food items:
- fruits: banana, apple, pear, grapes, orange, kiwi, watermelon, pomegranate, pineapple, mango.
- vegetables: cucumber, carrot, capsicum, onion, potato, lemon, tomato, raddish, beetroot, cabbage, lettuce, spinach, soy bean, cauliflower, bell pepper, chilli pepper, turnip, corn, sweetcorn, sweet potato, paprika, jalepeño, ginger, garlic, peas, eggplant.
- Content :
This dataset contains three folders:
- train (100 images each)
- test (10 images each)
- validation (10 images each)
Nutrition API Source: Calorie Ninjas API
- Nutrition and recipe data for 100.000+ foods and beverages
- Free Plan gives 10.000 API calls/month
- Add your api in chartstest.py
- Clone the repo
git clone https://github.com/hamzaezzine/Food-Recognition-GUI.git
- Install the required dependencies:
pip install -r requirements.txt
Run the main python file
python main.py