You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developed a Plant Species Identification system using Flask and the ResNet9 model. This tool accurately identifies plant species from images, making it indispensable for botany enthusiasts. Key skills involved include Convolutional Neural Networks (CNN), HTML, CSS, and Python.
There are estimated to be nearly half a million species of plant in the world. Classification of species has been historically problematic and often results in duplicate identifications. The objective of this playground competition is to use binary leaf images and extracted features, including shape, margin & texture, to accurately identify 99 s…
The objective of this playground competition is to use binary leaf images to accurately identify 99 species of plants. I use InceptionV3 model for classify kaggle binary leaf images.