An imitation of Google's QuickDraw. Draw your sketches and let the model guess them~
- Install Python>=3.6, PyTorch>=1.1.0.
- Run
pip install -r requirements.txt
. - Download the trained weights from Google Drive and put it in
./utils/quickdraw.pth
. - Run
python manage.py runserver
.
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.
The main game imitates from Google's QuickDraw (We directly borrowed their art materials = ̄ω ̄=). See ./board/static/js/main.js
for more implementation details.