Face recognition and identification using opencv,videostream implemented in django
- Python3 should be installed on the system.
- install dependency:
`pip install django - clone the repository from github using
git clone repository_url
- move in your project folder and run the commands given below:
python manage.py makemigrations
python manage.py migrate
python manage.py runserver