Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arun2002k/face-gait_estimation
- Owner: arun2002k
- Created: 2023-11-11T10:58:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T13:01:17.000Z (about 1 year ago)
- Last Synced: 2023-11-12T11:31:07.066Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 InstallationTo deploy libraries and packages run the following command in note book
```bash
!pip install mediapipe opencv-python pandas scikit-learn
```