/easyID

Facial Recognition app based on CompreFace

Primary LanguagePythonOtherNOASSERTION

EasyID

Facial Recognition app based on CompreFace

Installation:

  1. Install Git + Python
  2. Clone this repository
  3. Install app: python3 -m venv venv, pip install setuptools wheel pip install -e .
  4. Edit the config in easyID/settings.py
  5. Run easyID to start the app

Building the app:

TBD

TODO:

  • 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)