Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 618 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 618 Bytes

MuscleAI

AI Posture Coach

Installation

  1. Clone the repository and navigate to the project directory.
git clone https://github.com/pratapsdev11/MuscleAI
cd MuscleAI
  1. 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

streamlit run streamlit.py

Backend - Flask

python onnxapp74.py

License

This project is licensed under the MIT License - see the LICENSE file for details.