- paperjs-v0.11.5.zip : http://paperjs.org/download/
- Copy "paper-core.js" from "paperjs-v0.11.5/dist/"
- Paste the file into our project "static/js/"
- fabricjs : https://cdnjs.cloudflare.com/ajax/libs/fabric.js/2.3.4/fabric.min.js
- right click and download as fabric.js
- Copy and Paste the file into our project "static/js/"
- magenta : https://github.com/tensorflow/magenta-demos
- clone or download zip
- Copy the sketch-rnn-js/lib/(p5.js, p5.svg.js, sketch_rnn.js)
- Create lib folder into our project "static/model_autoencoder"
- Paste files into our project "static/model_autoencoder/lib/"
- $ git clone https://github.com/lezakkaz/DrawSomething.git
- python3.6v : https://www.python.org/downloads/
- $ python -m venv ./
In cmd
- $ cd Scripts
- $ activate.bat
- $ cd ..
In git bash
- $ source ./Scripts/activate
- $ pip install -r requirements.txt
- $ python routes.py
- $ git clone https://github.com/lezakkaz/DrawSomething.git
- $ cd DrawSomething
- python3.6v : https://www.python.org/downloads/
- $ python3 -m venv ./
- $ source ./bin/activate
- $ pip3 install -r requirements.txt
- $ python3 routes.py