Skip to content

plumprc/quickDraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickDraw

An imitation of Google's QuickDraw. Draw your sketches and let the model guess them~

Get Started

  1. Install Python>=3.6, PyTorch>=1.1.0.
  2. Run pip install -r requirements.txt.
  3. Download the trained weights from Google Drive and put it in ./utils/quickdraw.pth.
  4. Run python manage.py runserver.

Workflow

process

Preview

We provide an example canvas in ~:8000/lab/ for you to easily check the data stream. See ./board/static/js/draw.js for more implementation details.

lab

The main game imitates from Google's QuickDraw (We directly borrowed their art materials = ̄ω ̄=). See ./board/static/js/main.js for more implementation details.

game

About

quickDraw derived from GoogleDraw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published