# ui-basenlp **Repository Path**: TVect/ui-basenlp ## Basic Information - **Project Name**: ui-basenlp - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ms-basenlp #### 项目介绍 #### 项目结构 ``` ├── app 具体应用目录 │   ├── chatbot │   ├── ... │   ├── ... │   └── __init__.py ├── bin 启动脚本目录 │   └── driver.sh ├── conf 不同环境下的配置文件目录 │ ├── settings.py │ ├── settings_local.py │ ├── settings_dev.py │ ├── settings_test.py │ └── settings_pro.py ├── web web服务主目录 │ ├── front │ └── service │ ├── chatbot_handler.py chatbot相关的webAPI │ ├── health_handler.py 健康检查的webAPI │ ├── main_handler.py │ ├── ... │ └── ... ├── driver.py ├── urls.py ├── __init__.py ├── Dockerfile ├── requirements.txt └── README.md ``` #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx