Skip to content

Classification of flowers from Kaggle Dataset using Deep Convolutional Neural Network (CNN)

Notifications You must be signed in to change notification settings

Vibashan/Flower_Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Flower_Classification

Classification of flowers from Kaggle Dataset using Convolutional Neural Network (CNN)

Download DATASET: https://www.kaggle.com/alxmamaev/flowers-recognition
After downloading the dataset, run Dataset_create.py to create .npy file.
We feed this created .npy file into the CNN and train the model. The trained model is then used for the classification of flowers {tulip,rose,sunflower,dandelion,daisy}.

SOFTWARE REQUIREMENTS:
Tensorflow software library with GPU support.
Installation: https://www.tensorflow.org/install/

About

Classification of flowers from Kaggle Dataset using Deep Convolutional Neural Network (CNN)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages