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.
This was a simple deep learning image classification project. The dataset was taken from Kaggle and trained using the ResNet 9 model (Build from Scratch) and ResNet 34 model (using Transfer Learning).