Clone the repository and navigate to the project directory.
git clone https://github.com/pratapsdev11/MuscleAI
cd MuscleAI
python3 -m venv .venv
source .venv/bin/activate # for linux and mac
.venv\Scripts\activate # for windows
pip install -r requirements.txt
python onnxapp74.py
cd next-client
npm install
npm run dev
Open localhost:3000
in your browser.
This project is licensed under the MIT License - see the LICENSE file for details.