This repository contains the code used in the Python Flask : DocEye or patient monitor video uploaded on my YouTube channel.
Create Twillio ID and add
Use the package manager pip to install the required dependencies
pip install -r requirements.txt
pip install pickle
pip install dlib
if dlib does not be installing using pip install dlib then use dlib-19.24.0.tar.gz file and install directly
pip3 install -r requirements.txt
pip3 install pickle
pip3 install dlib
python app.py
python3 app.py