This project is my undergrad diseration project. The goal of this is to compare different models and find the best model for classifying mushrooms.
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
I train three models.
- Champignon-Net (my own model)
- EfficientNet-B1
- ResNet
Read the diss here