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'
]- Clone the repository.
git clone https://github.com/bereketsega/match-service.git- Start the server.
cdintoapidirectory. There will a direction on the README.md file on how to start the server.
- Start the client.
cdintoclientdirectory. There will a direction on the README.md file on how to start the client.
