Table of Contents
Initialize a New Python Environment:
python -m pip venv envActivate The Env by Running:
env\Scripts\activateAnd Install Requirements:
python -m pip install -r requirement.txtRun The Code With The Following Command:
python main.pyAlternatively If The Env Is Not Active:
.\env\Scripts\python main.pyThis Will Make A Submition File With The Predictions And Save A Photo Of The Tree.
Mehran Arkak - mehran.arkak@protonmail.com