Skip to content

jacobwmorgan/champignons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Classification of Mushrooms using Machine Learning

This project is my undergrad diseration project. The goal of this is to compare different models and find the best model for classifying mushrooms.

Installing dataset

Install the temp dataset from here

Store it in google drive and mount it to the notebook

Change the variable DATADIR to the path of the dataset

For example DATADIR = "/content/drive/MyDrive/Mushrooms/dataset"

The directory should look like this

dataset
├── Agaricus
├── Amanita
├── Boletus
├── Cortinarius
├── Entoloma
├── Hygrocybe
├── Lactarius
├── Russula
├── Suillus

Model

I train three models.

  1. Champignon-Net (my own model)
  2. EfficientNet-B1
  3. ResNet

Disseration

Read the diss here

About

Undergrad Dissertation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published