AI Posture Coach
- Clone the repository and navigate to the project directory.
git clone https://github.com/pratapsdev11/MuscleAI
cd MuscleAI
- Set up a virtual environment and install the required packages.
python3 -m venv .venv
source .venv/bin/activate # for linux and mac
.venv\Scripts\activate # for windows
pip install -r requirements.txt
streamlit run streamlit.py
python onnxapp74.py
This project is licensed under the MIT License - see the LICENSE
file for details.