Skip to content

R1SE23/face-recognition

Repository files navigation

Face Recognition and Attendance System

  • FastAPI, OpenCV, python

Register faces by uploading image containing face you want the model to recognize and a add name

Response

After the faces have been registered, the model can then recognize face of a person

Response

Usage

Run using below command to start FastAPI

uvicorn FaceRecognition-FastAPI:app --reload

Recognize faces based on the registered faces and then add a person name and time (Attendance System)

Run using below command to start

python RealTimeFaceRecognition_AttendanceSystem.py

Releases

No releases published

Packages

No packages published

Languages