Report - Nutrition Analysis Using Image Classification
Report - Nutrition Analysis Using Image Classification
July 1, 2019
With immense pleasure, this is to approve that the students of Sona college of
technology
Preethika S
Santhini B
Saranya E
successfully completed their Project and Project Report on “NUTRITION
ANALYSIS USING IMAGE CLASSIFICATION” under our guidance.
We are highly impressed with the work that they have done and commend them on
their quick grasping skills. They have shown good intent to learn and have put the
knowledge gained into application in the from of this project. We appreciate the hard
work and commitment shown by them.
We, hereby approve that this document is completely checked and accepted by
SmartBridge Technical Team. Its been an absolute pleasure to educate and mentor
these students. We hope that this document will also serve as a Letter of
Recommendation, to whomsover applied.
We wish them success in all future endeavors and a great career ahead.
GD Abhishek
AI Developer
NUTRITION ANALYSIS USING
IMAGE CLASSIFICATION
1.1 INTRODUCTION
Carbs-13.8 grams
2.Review of literature
And finally import the image using these packages to find the
predictions:
from keras.models import load_model
from keras.preprocessing import image
3.Data Collection
1.Download the dataset
2.Load the dataset
In this project ,we have used 4 datasets namely
Apple
Banana
Kiwi
Strawberry
In training dataset ,we have totally 600 images
and in testing dataset we have 200 images.
4.Methodology
Start initializing the parameters and finally train the model with Keras
fit() function.The model trains for 20 epochs.
Testing is similar to training, except that we don’t need to compute
gradients and training targets. Instead, we take the predictions from
network output, and combine them to get the real detection output.
Fit_generator is used to find the training and validation accuracy.
Image data generator is a class in keras.preprocessing package to
apply some image processing to the images.
In this project the accuracy error is also good,so that the model is
perfect.
5. References
1) https://www.geeksforgeeks.org/image-classifier-using-cnn/
5)
https://pdfs.semanticscholar.org/f8dd/7286ed56e8d9e5144158f0b79a
c5559c048b.pdf
6)
https://cv-tricks.com/object-detection/faster-r-cnn-yolo-ssd/
6. Conclusion