Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apurva-modi/flower-classification

In this competition, we’re challenged to build a machine learning model that identifies the type of flowers in a dataset of images (for simplicity, we’re sticking to just over 100 types).
https://github.com/apurva-modi/flower-classification

efficientnet-keras ensemble-model flower-classification kaggle-competition machine-learning multiclass-classification tensorflow tpu transfer-learning

Last synced: 26 days ago
JSON representation

In this competition, we’re challenged to build a machine learning model that identifies the type of flowers in a dataset of images (for simplicity, we’re sticking to just over 100 types).

Awesome Lists containing this project

README

        

# Flower-classification

**Course Project for CS 795 - Practical Machine Learning | Yaohang Li**

### Requirements to run the program

- python 3.7 with anaconda
- numpy
- pandas
- scikitlearn
- pickle
- random
- seaborn
- matplotlib
- TensorFlow
- Keras
- efficientNet

**Note**
- All the above mentioned libraries can be downloaded from anaconda packages.
- for efficientNet, we need to follow steps mentioned in the [EfficientNet lib](https://pypi.org/project/efficientnet/) .