easydraw is a smart tool which reads your drawing and then gives you suggestion to what you might have drawn.
- 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.