Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1 KB

README.md

File metadata and controls

39 lines (27 loc) · 1 KB

Face Recognition Web App using Flask and Python

This is a web application that uses Flask and face recognition library in Python to recognize faces in images uploaded by the user.

Installation

Clone the repository

git clone https://github.com/samthakur587/face_recognation.git

Install the required packages:

pip install -r requirements.txt

Usage

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.

Credits

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

License

This project is licensed under the MIT License. See the LICENSE file for details.