-1

I want to develop some mobile app. Users can put or take their item photos and my app will say this is something.

for example; When I take pictures of my chair and ask it, my app should say this is chair.

I want to query with images and I want to get my results with keyword.

Are there any API to do this ? or What should I use to build this app ?

Any recommendation appreciated.

Have a nice coding !

emresancaktar
  • 1,507
  • 17
  • 25

1 Answers1

0

What you are looking for is neural networks. Try researching the google neural networks and see if that is something you're interested in exploring.

Warning, it may be a rabbit hole. :)

Some starter links:

Analysis of Neural Networks

Google's TensorFlow

halois
  • 21
  • 3