Skip to content

rianrajagede/Leaf-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leaf Image Classification using Scikit-Image

Simple example of leaf image classification using Python (using Jupyter Notebook) and Scikit-Image. Feature extraction method using Hu's Moments and classified using Simple Neural Network.

Prerequisites

This program needs some requirements written in requirements.txt. Install it using the command below (after you install pip on your system):

pip install -r requirements.txt

Dataset

Data that used in this program modified from leaves image dataset taken by Markus Weber (1999): data source. I only use two classes that has been splitted in train_1/ and train_2/. Datatest in test/ is images of mixed from the two classes

About

leaf image classification using python and scikit-image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published