Share your work here ✅

I have created a web app for demonstrating the capabilities of the Poisonous plant classifier model. I have deployed the web app on Heroku. Here, take a look: https://poisonous-plant-classifier.herokuapp.com
You can upload a picture and know whether the plant is one of the 8 categories of poisonous plants that the model can identify. I have used resnet18 due to the limitations of Heroku free. This model performed with a 93% accuracy on the test data. Here is the resnet18 kernel
https://www.kaggle.com/nitron/poisonous-plant-classifier-renset18
What do you think?
Next I am going to make the model predict a plant from a live video stream :slight_smile:

4 Likes