heroku create --buildpack https://github.com/kennethreitz/conda-buildpack.git pn2bs
git push heroku masterpython pn2bs.pyimport predictor
res = predictor.predict('テンソルフロー')
print restensorboard --logdir=<absolute path>/tflogsDeploy to Heroku or
python main.pyFor example, send GET request as
https://pn2bs.herokuapp.com/pred?name=テンソルフロー
{
"name": "テンソルフロー",
"hp": 92,
"attack": 101,
"block": 84,
"contact": 85,
"defense": 65,
"speed": 72,
"type1": "フェアリー",
"type2": "あく"
}