Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 474 Bytes

File metadata and controls

26 lines (24 loc) · 474 Bytes

Usage

  • 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

Updation

To update the program, cd into the repository folder and run:

git fetch
git pull