Skip to content
/ mnm Public
forked from rockink/mnm

Recognizes the ingredients of a plate and gives reciptes with the same ingredients

Notifications You must be signed in to change notification settings

marcbenedi/mnm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foodify

Summary

  • Inspiration
  • What it does
  • How it works
  • What tech is used
  • Who did this

Summary

  • Inspiration
  • What it does
  • How it works
  • What tech is used
  • Who did this

Inspiration

Remember that frustration when you see a delicious dish somewhere but don’t know the name nor how to cook it? Gone are the days with our Foodify app.

What it does

Foodify is a project that allows users to take a picture of food, identify ingredients and then get recipes.

How it works

First the user takes a picture and submit it to the background of the project. The first part of the background uses Clarifai API with its visual recognizion to identify the name of the ingredients and the food theme. Then the first part of the background sends this list of ingredients to the second part of the background which connects to Food2Fork API, returning relevant recipes with the above ingredients and themes. Finally, this information is sent to the Android app and shown to users.

What tech is used

For the first part of the backround we used Java. For the second part of the background we used Javascript (NodeJS). The app is developed in Android Studio

Who did this

Foodify is a project developed by My Nguyen, Nirmal Nepal and Marc Benedí.

About

Recognizes the ingredients of a plate and gives reciptes with the same ingredients

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 65.7%
  • JavaScript 32.6%
  • Python 1.7%