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
-
Install dependencies
$ pip install -r requirements.txt
-
Setup database
$ python manage.py makemigrations $ python manage.py migrate
-
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
-
go to the admin site to add rooms ( http://localhost:8000 )