- (Only first time) Initialize the enviroment with python -m venv venv/
- Everytime you start programming
- Powershell:
venv\Scripts\Activate.ps1
- CMD:
venv\Scripts\activate.bat
- Linux bash:
source venv/bin/activate
- Powershell:
pip install -r requirements.txt
Add the package to requirements.txt
This repository uses git-lfs. If you want to upload a new dataset, approach BJ :p