Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 436 Bytes

README.md

File metadata and controls

19 lines (8 loc) · 436 Bytes

Synopsis

This is simple CNN to classify images in Google Quick Draw dataset into 200 classes.

Installation

This is written using python 3.5 version.

python quick_draw_dataset.py

This script would help load the quick draw data set and prepare the train and test sets.

python qd_model_cnn.py

Simple CNN model that helps to classify the quick draw images into 200 classes. It attain upto 72% accuracy after training.