Skip to content

Multiplayer pictionary game where AI guesses your drawings. Used a subset of Google's Quickdraw dataset to trian a classification model (>75% accuracy) that is used in the AI to guess players' drawings.

Notifications You must be signed in to change notification settings

Deimos-Phrixus/marathondraw

Repository files navigation

marathondraw

Running the project:

You will need python 3+ version installed. Also recommended to use viritual env to install the modules to run the project. You can do so by doing this:

> python -m venv venv # creates a venv folder, use python3 instead of python if u have python2 installed as well
> venv\Scripts\activate # to activate the venv, 
> deactivate # use this when u want to stop using venv

To install libraries, u can use the requirements list or specify them yourself

> pip install -r requirements.txt

Now you can run the servers on different tabs:

> python serve_front.py # this will start the frontend pages as live server on multiple ports
> python serve_back.py # starts the game server

About

Multiplayer pictionary game where AI guesses your drawings. Used a subset of Google's Quickdraw dataset to trian a classification model (>75% accuracy) that is used in the AI to guess players' drawings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages