0
I’m developing an application using Ionic1, I need to develop a function that will identify a person by photo.
Anyone knows any plugin that would help me with this?
I came to find this service:
But I really want a plugin, or some way I don’t need to hire a API
Thank you!
Worse than doing it "at hand," you’d have to train an AI to recognize faces, and then the differences between two faces. This takes a lot of processing and time. That’s why most Apis on this are paid.
– Weslley Rocha
@Weslleyrocha you would have some API suggestion?
– Rodrigo K.B
I don’t know which one is good as I’ve never used one, but it has the cloud Vision api from google, which Voce can user for free for a while
– Weslley Rocha
I found an article you can see, https://medium.com/@muehler. v/Node-js-face-recognition-js-simple-and-robust-face-recognition-using-deep-Learning-ea5ba8e852
– Weslley Rocha
@Weslleyrocha thank you!
– Rodrigo K.B
Opencvjs is a good.
– edson alves
@edsonalves didn’t know it existed, thanks for the tip.
– Rodrigo K.B