1 Star 0 Fork 0

豆包不包豆/Rasa_NLU_Chi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "rasa_nlu",
"description": "a service for interpreting natural language",
"image": "heroku/python",
"repository": "https://github.com/RasaHQ/rasa_nlu",
"keywords": ["python" ],
"addons": [],
"scripts": {
"postdeploy": "echo '{}' > config.json;mkdir logs;python -m spacy download en"
},
"buildpacks": [
{
"url": "https://github.com/kennethreitz/conda-buildpack.git"
}
],
"env" : {
"RASA_TOKEN": {
"generator": "secret",
"description": "token for validating requests"
},
"RASA_PIPELINE": {
"description": "which pipeline to use",
"value": "spacy_sklearn"
},
"RASA_PATH": {
"description": "where to save projects and their models",
"value": "/app/data"
},
"RASA_LOGDIR": {
"description": "where to save logs",
"value": "/app/logs"
},
"RASA_MITIE_FILE": {
"description": "file containing mitie feature extractor",
"value": "${RASA_PATH}/total_word_feature_extractor.dat"
},
"RASA_SERVER_MODEL_DIRS": {
"description": "dir containing model which should be used to process requests",
"required": false
},
"AWS_SECRET_ACCESS_KEY": {
"description": "secret key for S3 access",
"required": false
},
"AWS_ACCESS_KEY_ID": {
"description": "key id for S3 access",
"required": false
},
"BUCKET_NAME": {
"description": "name of s3 bucket",
"value": "rasanlu"
},
"AWS_REGION": {
"description": "aws region of S3 bucket",
"value": "eu-west-1"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/doubaobubaodou/Rasa_NLU_Chi.git
git@gitee.com:doubaobubaodou/Rasa_NLU_Chi.git
doubaobubaodou
Rasa_NLU_Chi
Rasa_NLU_Chi
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385