Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 658 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 658 Bytes

face-gait_estimation

Real time Face, gait estimation using Opencv, Scikit-learn, pandas library in Jupyter Notebook.

Features

  • Face landmarks detection
  • Emotion analysis
  • Gait patten detection
  • Real time pose Estimation

Jupyter Notebook

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

Library Installation

To deploy libraries and packages run the following command in note book

  !pip install mediapipe opencv-python pandas scikit-learn