This is a web application that uses Flask and face recognition library in Python to recognize faces in images uploaded by the user.
Clone the repository
git clone https://github.com/samthakur587/face_recognation.git
Install the required packages:
pip install -r requirements.txt
Start the Flask server:
python app.py
Open a web browser and go to http://localhost:5000
open a web cam to see the results of face.
The application will detect and recognize the face in the video, and display the result.
This application was built using the following tools and libraries:
Flask: A Python web framework face recognition: A Python library for face recognition dlib: A C++ library for machine learning OpenCV: A computer vision library
This project is licensed under the MIT License. See the LICENSE file for details.