Skip to content

codingXllama/Face-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Face-Recognition

Folder #1: Finding the number of faces in a particular image

Input: an Image with faces
Output: an Image of each of the faces in the picture followed by the number of faces detected.

Below is an example output when inserting in team2.jpg image

carbon


Folder #2: If a person is in a particular image

Input: an Image with faces and and image to compare to
Output: True or False depending on if we can detect the first image in the second image.

Below is an example output when inserting in 2 images, obama1.jpg(main image) and ObamaWithPeeps.jpg (image to search in)

faceReg2Output

About

Using python3 face recognition library to detect images and other cool things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages