Image Classification
Keras
English
biology
bloomsage / README.md
NamProlah's picture
ooops
7000e9e
|
raw
history blame
1.11 kB
metadata
license: mit
datasets:
  - rmit-denominator/BloomSage-Feature_extractor
language:
  - aa
metrics:
  - accuracy
library_name: keras
pipeline_tag: image-classification
tags:
  - biology

BloomSage Flower Classification and Recommendation Models

Applications

  1. Object recognition
  2. object classification
  3. Building a recommender system

Selected models

  • For classification, we use the basic structure of Artificial Neutral Network (ANN) and Convolutional Neutral Network (CNN).
  • For feature extractor, we constructed a Convolutional Neural Network (CNN) to extract feature vectors from user preferences image
  • Apply a K-Means unsupervised machine learning model to cluster the reference image's feature vector with those of the images in our database.

Limitations

  • Since our target customer are small flower shops, we just use a sample of 8 flower species with 16362 images.