This Project, use simple methods to detect people in a video and store their names in a list.
You need OpenCV and face_recognition installed to run this example. To install them , run
*pip
pip install opencv-python
pip install face_recognition
Using facial recognition and OpenCv to store names of current students in a list in python.
Jupyter Notebook
This Project, use simple methods to detect people in a video and store their names in a list.
You need OpenCV and face_recognition installed to run this example. To install them , run
*pip
pip install opencv-python
pip install face_recognition