Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flower-classifier

Classifies flower species using CNN.

Currently, the model is trained with 733 flower images in 10 categories. The model is trained with 120 epochs and has an accuracy of 92.32% on the test set and 85.95% on the validation set.

[
    'bougainvillea',
    'daisies',
    'garden_roses',
    'gardenias',
    'hibiscus',
    'hydrangeas',
    'lilies',
    'orchids',
    'peonies',
    'tulips'
]

Setup

  1. Clone the repository.
git clone https://github.com/bereketsega/match-service.git
  1. Start the server.
  • cd into api directory. There will a direction on the README.md file on how to start the server.
  1. Start the client.
  • cd into client directory. There will a direction on the README.md file on how to start the client.

Example

Flower Classifier Example

About

flower classifier - classifies flower species using convolutional neural network (CNN).

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages