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?
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?
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.