Vladislp / Smart-Brain

Smart-Brain is a web application that allows users to upload their picture and automatically detects the location of the person's face in the image. (Work in progress)
0 stars 2 forks source link

6-Create-Face-Recognition-Component #11

Closed Vladislp closed 1 year ago

Vladislp commented 1 year ago

Is your feature request related to a problem? Please describe.

I would like to add a new React component called "FaceRecognition" to my project. The problem is that my project currently does not have a component that can detect and highlight faces in uploaded images.

Describe the solution you'd like

I would like the "FaceRecognition" component to use the Clarifai API to detect faces in uploaded images and highlight them with a bounding box. The component should be able to handle different image sizes and orientations, and it should display the results of the face detection in real-time.

Describe alternatives you've considered

I have considered using other face detection APIs, such as Amazon Rekognition and Google Cloud Vision, but I have decided to use Clarifai because it provides accurate and reliable results and has good documentation and support.

Vladislp commented 1 year ago

It went together with ( 7-Can't-Make-Face-Model-Work)