Git Product home page Git Product logo

asrt_sdk_python3's Introduction

ASRT_SDK_Python3

GPL-3.0 Licensed Stars Python

An Python3 SDK and Demo example for ASRT speech recognition system.

一个可用于ASRT语音识别系统的Python3 SDK和Demo样例

本软件是用来配套ASRT语音识别系统API调用的客户端SDK,并实现了一个演示用的Demo客户端,可以基于此进一步开发语音识别应用软件

如果您觉得喜欢,请点一个 "Star" 吧~

ASRT项目主页 | ASRT语音识别系统服务端仓库 | 发布版下载 | 本项目的Wiki文档 | 实用效果体验Demo | 打赏作者

如果程序运行期间或使用中有什么问题,可以及时在issue中提出来,我将尽快做出答复。本项目作者交流QQ群:894112051

提问前请仔细查看项目文档FAQ常见问题 以及Issues 避免重复提问

简介

本项目是用于ASRT语音识别系统的Python3 SDK包。

文件 client_example.py 为一个调用本SDK包实现的ASRT语音识别系统调用样例。运行前请先部署并启动ASRT语音识别系统服务端。

注意:本项目不能够单独实现语音识别功能,只是一个Python实现的对调用ASRT语音识别系统API接口过程高度封装的软件包,可以降低您的应用接入语音识别功能时的学习和开发成本。

安装

以下两种方式二选一即可:

直接从pypi源安装:

$ pip install asrt-sdk

或者,通过源码构建安装:

$ python setup.py build
$ python setup.py install

软件环境要求

  • 操作系统: 支持Windows 和 Linux、MacOS
  • 开发环境: Python 3.6 +

License 开源许可协议

GPL v3.0 © nl8590687 作者:AI柠檬

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.