/Face-recognition

Using facial recognition and OpenCv to store names of current students in a list in python.

Primary LanguageJupyter Notebook

Logo

Present Students Names

Using OpenCV and face recognition to store the present people names in a python list.

About The Project

This Project, use simple methods to detect people in a video and store their names in a list.

(back to top)

Getting Started

Prerequisites

You need OpenCV and face_recognition installed to run this example. To install them , run

*pip

pip install opencv-python
pip install face_recognition