Draw What? is a drawing game powered by ml5.js and The Quick, Draw! Dataset.
You draw some pictures on a canvas and AI judges your drawings.
You have 5 drawing subjects to draw. For each subject, you have 20 seconds to finish drawing it.
At the end of each round, you get the confidence score for each drawing given by AI.
When you finish drawing all subjects, you will be given the final score, which is the avarage score of all drawings.
run these lines of code in the root directory
yarn
git config core.hooksPath .githooks
yarn dev
This app uses Svelte Testing Library and Storybook Addon Interactions for testing