The AI Powered Gym Exercise Tracker is an innovative Python-based application designed to revolutionize your workout experience. By harnessing the power of artificial intelligence, this application not only tracks your exercises but also provides real-time feedback to help you achieve optimal performance and prevent injuries.
- Exercise Detection: Automatically identify various exercises using cutting-edge computer vision technology.
- Form Correction: Receive instant feedback to correct your posture and prevent injuries.
- Workout Analytics: Monitor your workout history, track improvements, and gain valuable insights.
- User-friendly Interface: An intuitive design that makes it easy for everyone to use.
Follow these steps to set up the AI Powered Gym Exercise Tracker:
-
Clone the repository:
git clone https://github.com/Deepak-L-coder/AI_Powered_Gym_Exercise_Tracker.git
To install and run the AI Powered Gym Exercise Tracker, follow these steps:
- Clone the repository:
git clone https://github.com/Deepak-L-coder/AI_Powered_Gym_Exercise_Tracker.git
- Navigate to the project directory:
cd AI_Powered_Gym_Exercise_Tracker - Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
- Install the required packages:
pip install -r requirements.txt
To start using the AI Powered Gym Exercise Tracker, run the following command:
python main.py