Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 604 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 604 Bytes

EasyDraw

easydraw is a smart tool which reads your drawing and then gives you suggestion to what you might have drawn.

Description

  • file sketcher.ipynb trained on jupyter notebook
  • Model is converted to web format for presentation
  • Web Version used is TensorFlow.js. Link - https://www.tensorflow.org/js

CNN model is trained to recognize 100 classes using the quick draw dataset. It achieves 6% top 5 error. The accuracy could be improved.