- Flask
- Face_Recognition
- OpenCV
To install flask
pip install flask
To install face_recognition - Refer to this video
To install opencv
pip install opencv-python
To install numpy
pip install numpy
- Add your image in the training dataset.
- Go to detection_engine.py
- Replicate the below hilighted code in line number 10 and 11, and the location of your image accordingly.
- Then add your created variable to the known_face_encodings List.
- Then add your actual name to the known_face_names List.
- Then run the application as mentioned above and enjoy the process
☺️ .