Rind
Rind

Reputation: 333

Need suggestion for Image face recognition / detection on web2py

Issue

I am currently doing an image face recognition function on web2py and I am stuck on creating a function on how to it can detect faces from images.

Brief description of how the function will be working

Basically, there will be images passed down to the system and the function will have to detect the face on the images, like a boxed up area of the face location on the image.

Ideal suggestion

The language I am writing this function on web2py can be in JavaScript / Python and ideally would like it to be in JavaScript so that I am able to understand it as I am not well versed with Python.

If anyone have any suggestion or guide to aid me in this issue, please do so as I am currently blanked out and have no idea how to begin despite researching.

Upvotes: -1

Views: 107

Answers (1)

Vamsidhar Muggulla
Vamsidhar Muggulla

Reputation: 632

In Python you can use OpenCV library for whatever you wanted to also lot of other features.

If you are familiar with AWS Rekognition is also a great choice, as you can get both Python and JavaScript as well and also in a lot of other popular languages.

Upvotes: 0

Related Questions