Food Application
Food Application
INTRODUCTION DATASET
&IMPORTANCE IN
OUR APP
MOBILENETV2 RESULTS
API Edamam
Introduction
In this paper, we are creating a Mobilenetv2 model designed for the recognition and
detection of food items
while providing associated nutritional information
Technical architecture
The first dataset offered by tensorflow contains 101 food and each food contains
more than 100 food images for test and 50 for validation
The second dataset contains 150 category and each category contains 100 images
for testing and 50 for validation we finished by having 190 food category and 119
000 image file for training and 29785 for validation
Model and Tuning
MobileNet V2 has fewer parameters than many other models, which means it
takes up less memory
Adjustment the model
We used a callback function to stop epoches when the model stops learning
and the accuracy is not increasing anymore.
API Edamam