Skip to content

In this repo we tackle the problem of plant leaf disease identification based on the PlantVillage data set. This work is part of the AI for Data Science course in the Applied Data Science MSc @ Malmo University. Our aim it to hand build a number of algorithms which we will use to train classification models, and compare them to existing solution…

License

Notifications You must be signed in to change notification settings

NGrech/plant-leaf-diseases-identification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plant Leaf Diseases Identification

In this repo we tackle the problem of plant leaf disease identification based on the PlantVillage data set. This work is part of the AI for Data Science course in the Applied Data Science MSc @ Malmo University. Our aim it to hand build a number of algorithms which we will use to train classification models, and compare them to existing solutions provided by leading libraries.

Prerequisite

  • Python >=3.8,<3.11
  • Poetry >=1.1.9
  • git >=2.18

Conda is also recommended.

Setup / Getting started

After cloning the repo open a terminal in it's directory and run this command to install all dependencies:

poetry install

To run the virtual env created by poetry use poetry run python, if you want to run Jupyter Notebooks use poetry run jupyter notebook.

About

In this repo we tackle the problem of plant leaf disease identification based on the PlantVillage data set. This work is part of the AI for Data Science course in the Applied Data Science MSc @ Malmo University. Our aim it to hand build a number of algorithms which we will use to train classification models, and compare them to existing solution…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published