Table of Contents
Initialize a New Python Environment:
python -m pip venv env
Activate The Env by Running:
env\Scripts\activate
And Install Requirements:
python -m pip install -r requirement.txt
Run The Code With The Following Command:
python main.py
Alternatively If The Env Is Not Active:
.\env\Scripts\python main.py
This Will Make A Submition File With The Predictions And Save A Photo Of The Tree.
Mehran Arkak - [email protected]