- python3
- flask
- REST API wiki
- app.py
- config
- app_config.py
- config_file.json
- env
- app
- module_name
- init.py
- controllers.py
- models.py
- static
- templates
- module_name
- module_name
####Requirements virtualenv -p python3 env env/bin/pip3 install -r requirements.txt git submodule add https://github.com/DrawML/cloud-dfs.git app/cloud_dfs git submodule add https://github.com/DrawML/dist-task.git app/dist_task git submodule init git submodule update
####Dependency Mysql Ver 14.14 Distrib 5.7.9
Redis-server Ver 3.2.2
Protobuf Ver 3.0.0
###Tensorflow ######https://www.tensorflow.org/versions/r0.10/get_started/os_setup.html#pip-installation This version is OS X, CPU only, python3.5.2
# Mac OS X, CPU only, Python 3.4 or 3.5:
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.10.0rc0-py3-none-any.whl
# Python 3
$ env/bin/pip3 install --upgrade $TF_BINARY_URL
###Run cd was-flask mysql.server start redis-server app.py