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
-
Python 3.9-3.12
-
Create a
credentials.ymlfile based on thecredentials.example.ymlfile -
Create the virtual env
python -m venv venv
-
Open the virtual env
# In cmd.exe venv\Scripts\activate.bat # In PowerShell venv\Scripts\Activate.ps1
-
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
-
Install all packages
pip install -r requirements.txt
pip freeze > requirements.txt- José Leiva @JoseIgnacioGC
- Martín León @Martin19832
- Benjamín Isasmendi @Mapacheee
