
Vision - Doodles Classifier & Live Drawing Prediction in Browser.
This was just a fun experiment to make predictions on hand-drawn sketch or doodles using transfer learning.
For this, I used 'DoodleNet' Convolutional Neural Network (CNN) model. This model was created by 'Yining Shi' and the model is hosted on ml5 library. So using p5 and ml5, I was able to write a small and high level code to load the pretrained model and then make a prediction on the model.
To view the source code JS, HTML & CSS please visit my Github page.
Draw on Canvas & Get Live Predictions.
Build mostly using p5-1.4.1 library. Also on reloading the page please wait for few seconds so that model can be loaded. If it is predicting wrong please try again or the object is not in the 345 categories hand-drawn sketch classes.