Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 888 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 888 Bytes

MyShroom-Classifier-App

Flask & Keras project for forest mushrooms classification.

Overview

In this project I used the MyShroomClassifier Image Dataset. I've removed all monochrome images from this dataset and also I've balanced out the classes using augmentation. After such manipulations each class of mushrooms was consisting of ~2500 images. Keras framework was used in order to train two neural networks:

  • CNN (~70% accuracy on test dataset)
  • Transfer learning network, VGG19 (~80% accuracy on test dataset)

To provide the ability for user to pass the images to CNNs and to receive predictions from them Flask web-framework was used.

Demonstration:

5 6 7 8 9 10