vietnh1009/QuickDraw
Implementation of Quickdraw - an online game developed by Google
Leverages a convolutional neural network trained on Google's Quick Draw dataset to classify hand-drawn sketches across 20 object categories in real-time. Provides two interaction modes: a camera app using color-based pen tracking (blue/red/green) via OpenCV for direct webcam drawing, and a canvas-based drawing interface. Built with PyTorch for model inference and trained on 10,000 images per class with 80/20 train-test split.
1,111 stars. No commits in the last 6 months.
Stars
1,111
Forks
196
Language
Python
License
MIT
Category
Last pushed
Jan 11, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/vietnh1009/QuickDraw"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
vietnh1009/QuickDraw-AirGesture-tensorflow
Implementation of QuickDraw - an online game developed by Google, combined with AirGesture - a...
ssusnic/Machine-Learning-Doodle-Recognition
A project on making a game like Quick Draw using Machine Learning with Convolutional Neural Network.
xenova/doodle-dash
Doodle Dash, an ML-powered web game that runs completely in your browser, thanks to Transformers.js!
studiomoniker/Quickdraw-appendix
Dataset of 25k penises: an appendix to the Quick, Draw! Dataset
larswaechter/quickdraw-cnn
A convolutional neural network using Tensorflow and Google's Quick, Draw! dataset to recognize...