luler / hello_speech

智能语音服务

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask框架练习项目

安装

git clone https://gitee.com/dreamplay/flask_test.git

pip install -r requirements.txt

运行

python app.py

目录结构

├── README.md
├── api
│        ├── __init__.py
│        └── common_api.py    //接口路由文件
├── app.py           //启动服务
├── requirements.txt
├── route.py         //路由配置文件
├── setting.py       //配置文件
└── tool
    ├── __init__.py
    └── common.py    // 通用函数文件

About

智能语音服务


Languages

Language:Python 97.9%Language:Dockerfile 2.1%