Skip to content

dipu989/Face-Recognition-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Recognition-and-Sentiment-Detection

This application uses OpenCv to identify and recognize faces from a given set of training data. It uses several libraires as numpy, pickle etc.

How does it work?

OpenCv uses the webcam to scan your face and find the Region of Interest(ROI). Numpy then converts the given images(Dataset) into integer matrix that contains integral values for every faces. Then this is matched with the face that is currently appearing in the webcam. It then checks the resemblance of the image with given dataset's images and gives the most appropriate outcome based on the data.

Sentiment analysis will be added henceforth

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages