Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hasanify/attendancesystem


https://github.com/hasanify/attendancesystem

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Face Recognition Attendance Management System
+ **_You need Python3 to run this project_**

Technologies used :
+ openCV (Opensource Computer Vision)
+ Python
+ tkinter GUI interface

Steps to setup and run the code:

+ First clone the directory by - `git clone https://github.com/hasanify/AttendanceSystem.git`
+ cd into the cloned directory by - `cd AttendanceSystem`
+ Create virtual environment by - `python3 -m venv venv`
+ Activate the venv by - `source venv/bin/activate` (for Linux)
+ Install the dependencies - `pip install -r requirements.txt`
+ Run train.py - `python train.py`

[@hasanify](https://github.com/hasanify/)