Skip to content

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

License

Notifications You must be signed in to change notification settings

samthakur587/face_recognation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published