Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasanify/attendancesystem
https://github.com/hasanify/attendancesystem
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hasanify/attendancesystem
- Owner: hasanify
- Created: 2019-09-25T09:45:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T10:49:53.000Z (over 5 years ago)
- Last Synced: 2024-11-06T03:16:38.293Z (3 months ago)
- Language: Python
- Size: 2.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 interfaceSteps 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/)