Skip to content

TVect/ui-basenlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

TODO

  1. 修改conf下配置文件格式为 yaml 格式

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published