Bachelor's thesis project on Plant Disease Classification for Vienna university of Technology. Includes LaTeX document and accompanying Python code.
To set up the the environment and download required dependencies, following commands can be run in the command line:
# conda create --name thesis_env python=3.11
# pip install -r requirements.txt
Any environment manager may be used, this example uses conda.
The trainig package in the src/model_training
folder may be installed runnig following command in the folder:
pip install -e .