RecognizeFood
We wanted to develop food recognition software that would display health information such as calorie count, fats, cholesterol, and sugars.
Our project was completed using an image recognition convoluted neural network (CNN). We got this from a tensorflow tutorial off github: https://github.com/googlecodelabs/tensorflow-for-poets-2
We were able to train the CNN to a database of photos we compiled off Google searches. We then got it to take in any photo we wanted and determine to relative accuracy what food (in 5 categories) it contained.
Our project currently runs off of CMD and some user input but is easily able to scale up into a larger, more user-friendly software.
Built With
- python
- tensorflow
Log in or sign up for Devpost to join the conversation.