Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AI Project #33

Closed
agisilaos opened this issue Feb 20, 2016 · 3 comments
Closed

AI Project #33

agisilaos opened this issue Feb 20, 2016 · 3 comments

Comments

@agisilaos
Copy link

Hey Collin. I would like to ask if i can use this library to an app that will do this thing: You take a picture of a fruit with your camera and then the app give you results some of the recipes you can make with this fruit! Can i achieve this with this library? If not what should i use to achieve this result? Thanks in advance.

@JiriTrecak
Copy link
Contributor

Hey!

Even though I am not Collin, I will still probably able to help you :)

When you are developing like this, we have to always break it into subproblems. For this very vague description, you would have 2 main areas that you would have to solve:

  • Take picture and recognize that there is apple there
  • Get apple [or any other fruit] receipts

Now, the first one is solvable through this library - you would need the backpropagation network where you would feed thousands of pictures of apples and (different fruits) and say this is "apple", this is "pear" - that is your training group. When your network is sufficiently trained, you would then feed it with your taken picture and expect one of the outputs (or none of them) as key characterizing the fruit [apple, pear, ..].

For the second problem, you would have to have a database where you would just send that key and it would return you the variations.

Hope it helps!

@agisilaos
Copy link
Author

Thanks a lot Jiri. Indeed that help a lot :D

@collinhundley
Copy link
Member

@JiriTrecak that's a good explanation. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants