Skip to content

Facial recognition to register students and schedule classes based on the academic calendar and timetable.

Notifications You must be signed in to change notification settings

RhythmDeolus/Facial-Recognition-Attendance-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Facial Recognition Based Attendance System

Installation

$ cd face_recognition
$ pip install -r requirements.txt
$ cd ../server
$ pip install -r requirements.txt
$ cd client
$ npm install

Running

Running Uvicorn Server

$ cd server
$ uvicorn server:app

Running Node Server

$ cd server/client
$ npm run serve

now the server is running at localhost:4000

Running Face Recognition for Marking Attendance

$ cd face_recognition
$ python Driver.py

Screenshots

alt text alt text
alt text alt text
alt text alt text
alt text

About

Facial recognition to register students and schedule classes based on the academic calendar and timetable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published