zenoxygen / manita

Mushroom identification using deep learning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Mushroom identification using deep learning.

License:MIT License


Languages

Language:Python 53.1%Language:HTML 39.0%Language:JavaScript 6.5%Language:Dockerfile 0.7%Language:CSS 0.7%