Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 451 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 451 Bytes

Fruit_Classifier-With-Keras-CNN

A fruit classifier created with Keras(Tensorflow backend)

This reporsitory conatins two python files (FruitClassifier & PredictFruit).

FruitClassifer.py contains the CNN model which used to train the model (Model has 4 Convolutional layer and two dense layer, Used SGD as the optimizer)

PredictFruit is to get randomly chosen 10 images from the validation dataset and give the prediction of those images.