Facial Recognition app based on CompreFace
- Install Git + Python
- Clone this repository
- Install app:
python3 -m venv venv
,pip install setuptools wheel
pip install -e .
- Edit the config in
easyID/settings.py
- Run
easyID
to start the app
TBD
- Add more info to README.md
- Fix Warning Sound
- Add a Timestamp to video feed.
- Make Second DB / API for storing who came to school on what days OR just add users to a spreadsheet on each computer
- If Making New API Using python, use existing postgres database
- Add a way to add users to the DB / Make data migration tools
- Add all users to compreface for speed testing.
- Add a nicer config file (not important)
- Add Ability to Record Video Feed (not sure if needed)