Skip to content

I've Created a face recognition based Attendance app using python which helps user to mark their attendance using face recognition technology.

Notifications You must be signed in to change notification settings

pankajkush17/face_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

face_recognition

I've Created a face recognition based Attendance app using python which helps user to mark their attendance using face recognition technology. The user first needs to register himself for login purpose. The the user has to select a course. Now the user can easily mark his attendance under mark attendance section. The user can also check their attendance afterwards.

Steps to use this app in your PC:

How to use

  • Install python version 3.8

  • Change the working directory cd face-recognition

  • Create a python virtual environment in the working directory pip -m venv myenv

  • Activate the python Virtual environment source myenv/bin/activate

  • Install all the required packages pip install -r requirements.txt

-Run the flask server (using anyone of the command)

python app.py  or flask run 
  • App will automatrically run on browser at respective port.

About

I've Created a face recognition based Attendance app using python which helps user to mark their attendance using face recognition technology.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published