A minigame around Quickdraw - have a basic CNN recognize your drawings, or train a CNN on your own drawings !
This prototype was an opportunity for me to play around Tensorflow.js, Vue.js., IndexedDB to store drawings.
npm install
npm run serve
npm run build
Comment lines in vue.config.js
beforehand.
npm install -g serve
# -s flag means serve it in Single-Page Application mode
serve -s dist
https://cli.vuejs.org/guide/deployment.html#previewing-locally
https://cli.vuejs.org/guide/deployment.html#pushing-updates-manually
npm run test
npm run lint
Photos drawn in the app are hardcoded to be stored in the "quickdraw" database in table "photos".
In Chrome / Firefox, you can browse its content from the Developer Tools > Application > Storage > IndexedDB.
Database will be automatically dropped when quitting the application.