Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arun2002k/face-gait_estimation

Real time Face, gait estimation using Opencv, Scikit-learn, pandas library
https://github.com/arun2002k/face-gait_estimation

Last synced: about 1 month ago
JSON representation

Real time Face, gait estimation using Opencv, Scikit-learn, pandas library

Awesome Lists containing this project

README

        

# 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.

```bash
pip install notebook
```
To open notebook in your local machine run the following command in the powershell.

```bash
jupyter notebook
```
## Library Installation

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

```bash
!pip install mediapipe opencv-python pandas scikit-learn
```