Convolutional Neural Networks Model is created to classify the flowers dataset into 4 categories
- Daisy
- Dandelion
- Rose
- Sunflower
Data scraping was done and images were downloaded using Fatkun Batch Downloader
extension and grouped into respective folders.
- Python 3
- an IDE (preferably Google Colab)
- Pandas
- Numpy
- Matplotlib
- Seaborn
- Sklearn
- Keras
- Tensorflow
- OpenCV
All the external dependencies can be installed by using pip install -r requirements.txt
Please refer to the colab notebook here
- Rishikesh Sivakumar