https://github.com/stzyium/aias
Ai based Smart Attendance System
https://github.com/stzyium/aias
Last synced: 28 days ago
JSON representation
Ai based Smart Attendance System
- Host: GitHub
- URL: https://github.com/stzyium/aias
- Owner: stzyium
- Created: 2024-12-06T18:34:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T09:50:44.000Z (about 2 months ago)
- Last Synced: 2025-03-10T10:36:08.869Z (about 2 months ago)
- Language: HTML
- Size: 445 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aias
Ai based Smart adn Automated Attendance System
### PyInstaller build command
```bash
pyinstaller --onefile --add-data "web;web/" --add-data "Configs;Configs/"--icon=icon.ico --name=aias-build __main__.py --optimize=2 --clean
```
The build can be found at `dist/aias-build.exe`.
## Run the appilcation and visit http://127.0.0.1:8000/
Version v1.24 beta
## [Features]
- Automated system
- Attendance tracking
- Detailed camera frame
## [ADDED] (v1.24-beta)
- Dashboard
- Image viewer
- Attendance viewer
- Tracker stop button
- Settings
- Asynchronous API server
- and more
## [CHANGED] (v1.24-beta)
- Improved UI/UX
- Now using Api for some tasks instead of websocket
- Improved performance
- Default HTTP port to 8000
- Students registration in JSON format
- and more