Identify objects in an image with javascript / php [closed]

5

Is it possible to identify objects in a given image with Javascript or PHP? Facial recognition I know what it has, and how would it look like other objects?

    
asked by anonymous 19.06.2015 / 20:57

1 answer

-2

Search for machine learning and artificial intelligence. You need a neural network, you need to train this neural network to recognize each type of object, need a decent server or cluster, and forget about PHP. JavaScript maybe by using NodeJS.

    
19.06.2015 / 21:37