- Dataset is taken from kaggle.
- Dataset consist of different food listings of images. The dataset includes the set of images for each recipes.
- Check Implementation from Kaggle
To build a CNN based model which can accurately detect food.
The dataset contains 5 sub-directories of food images.
- biryani
- burger
- dosa
- idly
- pizza
- Training accuracy is 88% and validation accuracy 80%.
- Model is fluctuating more.
- Let's use augumentation to increase data and check the result.
Install Augmentor using command pip install Augmentor
- We can see that after using augumented data model is giving preety good accuracy.
- After using Augmentor accuracy has improved from
88% to 98%.
- Also loss and accuracy is not fluctuating.