https://github.com/ab007shetty/eattendance
Student Attendance Management System using Face Recognition.
https://github.com/ab007shetty/eattendance
attendance-management-system bootstrap4 dlib express-js face-recognition final-year-project flask mongodb nodejs opencv-python python vtu vtu-finalyear-project
Last synced: 6 days ago
JSON representation
Student Attendance Management System using Face Recognition.
- Host: GitHub
- URL: https://github.com/ab007shetty/eattendance
- Owner: ab007shetty
- Created: 2021-06-18T08:51:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T03:12:31.000Z (over 3 years ago)
- Last Synced: 2023-03-05T13:09:06.875Z (over 3 years ago)
- Topics: attendance-management-system, bootstrap4, dlib, express-js, face-recognition, final-year-project, flask, mongodb, nodejs, opencv-python, python, vtu, vtu-finalyear-project
- Language: CSS
- Homepage: http://eattendance2021.herokuapp.com/
- Size: 60.2 MB
- Stars: 8
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-Attendance
For More Info Goto Wiki https://github.com/ab007shetty/eattendance/wiki
## Prerequisites
1. node.js https://nodejs.org/dist/v14.17.0/node-v14.17.0-x64.msi
2. python has to be installed, along with pip.
## Installation
1. Download the repository and Extract It.
2. Install NPM packages, on the root Directory of project
```sh
npm install
```
3. Install Python packages
```sh
cd Py-Scrpits
pip install -r requirements.txt
```
## Execution
1. Start the express server from the root directory
```sh
npm start
```
2. Start the flask server from Py-scripts directory
```sh
python app.py
```