Image Recognition written in Python using OpenCV and face_recognition library

Soumyadip Sarkar Jul 16, 2020

Classifying given images as known or unknown written in Python using OpenCV and face_recognition library.

Description:

Classifies given images as known (with name) or unknown.

Goes through the faces folder and track all images with names as file name then it classifies the given images as it recognizes with name or unknown image.

 

Requirements:

- OpenCV

pip install opencv-python

- Face Recognition

pip install face_recognition

- Numpy

pip install numpy

Usage:

Go to the ImageRecognition folder and open terminal, then type

python face_rec.py

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment