Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 970 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 970 Bytes

Just Cake

Multiclass image classification of Indonesian traditional cake. The repo is filled with simple methods to do Multiclass image classification use keras.

The Dataset

The dataset comes from atapdata collections. It consist with 8 types of cakes. Kue dadar gulung, kue kastengel, kue klepon, kue lapis, kue lumpur, kue putri salju, kue risoles, and kue serabi.

The Model

The repo focus on experimentation from small architectures until using the pretrained model (vgg16). Please visit My Model Artifact to load the model and try it on yourown. Use 7-Finalize.ipynb to use the model and try predict the images. The best model is just_cake_model-colab6_2.h5.

Reference