0. Download required file
- 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/"
0. Download required file
- 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/"
0. Download required file
- 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/
2. Create virtual environments
3. Activate virtual environments
In cmd
- $ cd Scripts
- $ activate.bat
- $ cd ..
In git bash
- $ source ./Scripts/activate
4. Install requirements modules
- $ pip install -r requirements.txt
- $ git clone https://github.com/lezakkaz/DrawSomething.git
- $ cd DrawSomething
- python3.6v : https://www.python.org/downloads/
2. Create virtual environments
3. Activate virtual environments
- $ source ./bin/activate
4. Install requirements modules
- $ pip3 install -r requirements.txt