Skip to content

lab9k/reservatie_OpenCV

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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 )

About

Reservatie van vergaderzalen aan de hand van Face Recognition

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •