/reservatie_OpenCV

Reservatie van vergaderzalen aan de hand van Face Recognition

Primary LanguageJavaScriptMIT LicenseMIT

open-cv authentication

reservation system made with open-cv and Django

Demo: https://www.youtube.com/watch?v=giro7kRbgkc

how to setup

  • prerequisites:
    • python 2.7
    • Opencv
  1. Install dependencies

    $ pip install -r requirements.txt
  2. Setup database

    $ python manage.py makemigrations
    $ python manage.py migrate
  3. Run the server

    for more info on this command, use the help argument on manage.py. or visit the Django documentation

    default port is 8000

    $ python manage.py runserver
  4. go to the admin site to add rooms ( http://localhost:8000 )