Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 849 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 849 Bytes

flower-classification-using-cnn

identifying the 5 types of flowers using cnn

This is my end semester project

In this project I used Convolution Neural Network model.

source for the data set -> kaggle : https://www.kaggle.com/alxmamaev/flowers-recognition

the given dataset is only splited based on the types and all are image formate

preparing dataset for training;

1.) split the data in to train test validation 60--20--20 2) split all of the train test validation folders contains 5 types of flowers train -60 test-20 validation -20

refernce :

https://github.com/imamun93/animal-image-classifications/blob/master/final_notebook.ipynb

https://towardsdatascience.com/a-simple-cnn-multi-image-classifier-31c463324fa

https://github.com/imamun93/animal-image-classifications?source=post_page-----31c463324fa----------------------