Skip to content

A face recognition based attendance updating system

Notifications You must be signed in to change notification settings

Abhisssss/ProjectX2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjectX2

A face recognition based attendance updating system

Automatic Attendance management System using face recognition

python 2 and pip is required

To install in linux/Mac:

install virtualenv

create a virtual environment: virtualenv virt # virt is name of virtual environment

start virtual environment: source virt/bin/activate

install django: pip install django

install git //refer websites

pull the whole project by: git clone repo // repo is the whole repository link which can be copied above