Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k1rsn7/mushroom_guide
:mushroom: Chat bot for recognizing edible mushrooms.
https://github.com/k1rsn7/mushroom_guide
ai computer-vision cv deep-learning deep-neural-networks jupy jupyter mushroom mushroom-classification python python3 telegram-bot
Last synced: 8 days ago
JSON representation
:mushroom: Chat bot for recognizing edible mushrooms.
- Host: GitHub
- URL: https://github.com/k1rsn7/mushroom_guide
- Owner: K1rsN7
- License: mit
- Created: 2023-08-31T07:04:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T18:22:58.000Z (about 2 months ago)
- Last Synced: 2024-11-19T19:37:35.813Z (about 2 months ago)
- Topics: ai, computer-vision, cv, deep-learning, deep-neural-networks, jupy, jupyter, mushroom, mushroom-classification, python, python3, telegram-bot
- Language: Jupyter Notebook
- Homepage:
- Size: 1010 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pet project for recognizing edible mushrooms
The meaning of the project: To learn how to work with the TensorFlow framework and Keras, this project was invented.
Project idea: Write a telegram bot that knows how to classify mushrooms. The convolutional neural network DenseNet201 was used for classification. The accuracy of 71.08% was obtained on the test sample
At the moment, the classifier recognizes 4 types of mushrooms:
- Edible mushrooms (can be eaten without health risk)
- Inedible (for one reason or another are not suitable for human consumption)
- Poisonous (when consumed in normal doses, a person gets severe poisoning)
- Hallucinogenic (contain hallucinogenic substances)
The classifier can also determine the absence of mushrooms in the photo.
To use it, you need to send a photo (not a file, but a photo) and get a predictable response.
Ways to improve the quality of the classifier:
- Selection of better photos of mushrooms (incorrect photos are present in the dataset)
- Magnification of photos for each type of mushroom (at the moment, there are 16 photos for one type of mushroom in the test sample)
Screenshots of the bot's work: