Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.4 KB

File metadata and controls

55 lines (40 loc) · 1.4 KB

Logo

After continue reading this:
This is a minimum viable product for a university work, if u wanna watch the recode of project with improvements:
@Mapacheee/Peacekeeper

🛠️ | pre-requisites

  1. Python 3.9-3.12

  2. Create a credentials.yml file based on the credentials.example.yml file

  3. Create the virtual env

        python -m venv venv
  4. Open the virtual env

        # In cmd.exe
        venv\Scripts\activate.bat
        # In PowerShell
        venv\Scripts\Activate.ps1
  5. Install PyTorch depending on your machine components

        # Follow the instructions at https://pytorch.org/get-started/locally/
        # e.g.
        pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
  6. Install all packages

        pip install -r requirements.txt

📦 | After install a new pip librarie

    pip freeze > requirements.txt

👥 | Members

⚰️ | Old Project