You need to have anaconda installed on your system :)
conda update conda
conda update anaconda
git clone https://github.com/ShobhitRathi/DrowsyRide
conda create -n env_dlib
conda activate env_dlib
conda install -c conda-forge dlib
If all these steps are completed successfully, then dlib will be installed in the virtual environment env_dlib. Make sure to use this environment to run the entire project.
pip install -r requirements.txt
python app.py
And the app runs on the localhost of port 5000, And you can visit, and see it!
conda deactivate