Real time Face, gait estimation using Opencv, Scikit-learn, pandas library in Jupyter Notebook.
- Face landmarks detection
- Emotion analysis
- Gait patten detection
- Real time pose Estimation
Install Jupyter notebook with pip command in the terminal or command prompt.
pip install notebook
To open notebook in your local machine run the following command in the powershell.
jupyter notebook
To deploy libraries and packages run the following command in note book
!pip install mediapipe opencv-python pandas scikit-learn