Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 399 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 399 Bytes

Guess-my-shape

Deep learning version of skribbl game (drawing and guessing).

the training dataset used is quickdraw-dataset

To run the project:

  • install requirements:

    $pip install -r requirements.txt 
    
  • run the flask server:

    $flask run
    

live demo: (https://guessmyshape.herokuapp.com/)