Welcome to the AI Exercise Application repository! This project focuses on creating an application that utilizes MediaPipe and Scikit-Learn for yoga detection. Users can contribute to this repository by submitting pull requests related to the development and enhancement of the yoga detection feature.
Introduction
Requirements
Installation
Usage
Contributing
This repository hosts an AI Exercise Application that employs MediaPipe, an open-source library developed by Google, and Scikit-Learn, a popular machine learning library, to detect yoga poses and exercises. The application aims to provide real-time feedback and guidance to users during their yoga sessions.
Python>=3.10 Jupyter Scikit-learn Mediapipe Pandas
- Clone the repo
git clone https://github.com/your-username/ai-exercise-app.git
cd ai-exercise-app
1.1) (Optional) Create a virtual environment
python3 -m venv venv
source venv/bin/activate
- Install dependencies
pip install -r requirements.txt
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.