Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 978 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 978 Bytes

manita

Build Status License: MIT

Mushroom identification using deep learning.

About

Manita is a web application that helps to identify mushrooms from pictures.

  1. Upload a mushroom image
  2. Start the analysis process
  3. Get more information about the prediction

Installation

You can build, run and test locally by installing Docker and using the following command:

docker build -t manita . && docker run --rm -it -p 5000:5000 manita

Training

You can train your own model on Google Colab using the script provided in the train folder.

Contribution

Your contribution will always be welcome.

License

Manita is licensed under the MIT License.