https://github.com/devqueue/skyhawk
https://github.com/devqueue/skyhawk
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devqueue/skyhawk
- Owner: devqueue
- License: mpl-2.0
- Created: 2022-06-28T08:57:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T05:09:55.000Z (almost 4 years ago)
- Last Synced: 2025-07-23T12:58:57.760Z (11 months ago)
- Language: Python
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# SKYHAWK
Skyhawk is a CLI application that uses face recognition to add attendance of registered users to a csv file and send it to a database
### Motivation
My mum being a teacher at my school I noticed she had to wait in a queue in the morning to use her fingerprint to mark attendance. Which made me think the school must appoint a clerk who would look at people entering the building and mark their attendance and so skyhawk was born to replace the clerk I envisioned. Well AI is definitely going to take away jobs
[](https://github.com/devqueue/Skyhawk-cli)
### Installing the App:
#### 1. Using the repo:
Follow the given steps to test the code:
1. `git clone https://github.com/devqueue/Skyhawk-cli.git`
2. `cd Skyhawk-cli`
3. `pip install -r requirements.txt`
4. `pip install -e . `
### Testing the code:
You can initialize and register users and capture their faces.
Make sure to hold the camera in front of your face in a good lighting condition.
1. `skyhawk init`
2. Add one clear image of each person with their identifier in `facedata`
3. `skyhawk train`
Now run the application.
4. `skyhawk run`
Now place a camera in at the entrance of the office or classroom
and let the registered folks walk past it. You can now view their attendance using the following command.
5. `skyhawk view attandance`
### Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
### License
[MLP 2.0](https://www.mozilla.org/en-US/MPL/2.0/)