You need to have anaconda installed on your system :)
conda update condaconda update anaconda git clone https://github.com/ShobhitRathi/DrowsyRideconda create -n env_dlib conda activate env_dlibconda 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.txtpython app.pyAnd the app runs on the localhost of port 5000, And you can visit, and see it!
conda deactivate