-
Clone the repo and cd into it
git clone https://github.com/Avn3s/model_testing.git cd model_testing -
Install uv
py -m pip install uv
-
Use uv to install the rest of the packages
py -m uv pip install -r requirements.txt
-
Run the program
py frontend.py
To update the program, cd into the repository folder and run:
git fetch
git pull