Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshenlim/ase-attendance-system
CZ3002 Advanced Software Engineering: Facial Identification-based Attendance System
https://github.com/joshenlim/ase-attendance-system
Last synced: 9 days ago
JSON representation
CZ3002 Advanced Software Engineering: Facial Identification-based Attendance System
- Host: GitHub
- URL: https://github.com/joshenlim/ase-attendance-system
- Owner: joshenlim
- Created: 2019-09-10T08:57:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T09:44:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T03:39:24.866Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 11.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ase-attendance-system
A facial identification-based attendance system that's built for academic instituitions, specifically for undergraduate laboratory sessions. The system is created with Vue and Electron to be a Desktop application and all facial recognition functionalities are implemented with [face-api.js](https://github.com/justadudewhohacks/face-api.js).
## Project setup
For development, you will need the [backend API server](https://github.com/joshenlim/ase-attendance-server) as well.
Install required modules: `npm install`
Run Electron app in dev environment: `npm run electron:serve`
Build Electron package (Mac/Windows): `npm run electron:build`
Built package can be found in the `dist_electron` folder