Giter Site home page Giter Site logo

AI Project about swift-ai HOT 3 CLOSED

swift-ai avatar swift-ai commented on May 18, 2024
AI Project

from swift-ai.

Comments (3)

JiriTrecak avatar JiriTrecak commented on May 18, 2024

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!

from swift-ai.

agisilaos avatar agisilaos commented on May 18, 2024

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

from swift-ai.

collinhundley avatar collinhundley commented on May 18, 2024

@JiriTrecak that's a good explanation. Thanks!

from swift-ai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.