Mushroom identification using deep learning.
Manita is a web application that helps to identify mushrooms from pictures.
- Upload a mushroom image
- Start the analysis process
- Get more information about the prediction
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
You can train your own model on Google Colab using the script provided in the train
folder.
Your contribution will always be welcome.
Manita is licensed under the MIT License.