Skip to content

aman248/drowsiness-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drowsiness-detector

To run this project, first install anaconda then follow steps
step 1 : install dependencies
open terminal and run follwing commands.

conda create --name myenv python=3.7.7
conda activate myenv
pip install django
python -m pip install -U channels
pip install scipy matplotlib imutils numpy opencv-python
conda install -c conda-forge dlib

step 2 :run django server
run this command in root directory where manage.py file is located.

python manage.py runserver

setp 3: open website
Go to your browser and follow this link http://localhost:8000/chat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published