All Projects → Baidu-AIP → Speech Demo

Baidu-AIP / Speech Demo

语音api示例

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Speech Demo

deepspeech.mxnet
A MXNet implementation of Baidu's DeepSpeech architecture
Stars: ✭ 82 (-81.94%)
Mutual labels:  speech-recognition, baidu, speech-to-text
Hey Jetson
Deep Learning based Automatic Speech Recognition with attention for the Nvidia Jetson.
Stars: ✭ 161 (-64.54%)
Mutual labels:  rest-api, speech-recognition, speech-to-text
musicologist
Music advice from a conversational interface powered by Algolia
Stars: ✭ 19 (-95.81%)
Mutual labels:  speech-recognition, speech-to-text
sova-asr
SOVA ASR (Automatic Speech Recognition)
Stars: ✭ 123 (-72.91%)
Mutual labels:  speech-recognition, speech-to-text
Phonetisaurus
Phonetisaurus G2P
Stars: ✭ 277 (-38.99%)
Mutual labels:  speech-recognition, speech-to-text
SpeechToText
Speech To Text in Android
Stars: ✭ 53 (-88.33%)
Mutual labels:  speech-recognition, speech-to-text
htk
HTK Toolkit with Linux 64 bit and Docker support
Stars: ✭ 14 (-96.92%)
Mutual labels:  speech-recognition, speech-to-text
demo vietasr
Vietnamese Speech Recognition
Stars: ✭ 22 (-95.15%)
Mutual labels:  speech-recognition, speech-to-text
voce-browser
Voice Controlled Chromium Web Browser
Stars: ✭ 34 (-92.51%)
Mutual labels:  speech-recognition, speech-to-text
Voice Overlay Ios
🗣 An overlay that gets your user’s voice permission and input as text in a customizable UI
Stars: ✭ 440 (-3.08%)
Mutual labels:  speech-recognition, speech-to-text
Deepspeech
DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
Stars: ✭ 18,680 (+4014.54%)
Mutual labels:  speech-recognition, speech-to-text
Asrt speechrecognition
A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
Stars: ✭ 4,943 (+988.77%)
Mutual labels:  speech-recognition, speech-to-text
Rhino
On-device speech-to-intent engine powered by deep learning
Stars: ✭ 406 (-10.57%)
Mutual labels:  speech-recognition, speech-to-text
speech-to-text
mixlingual speech recognition system; hybrid (GMM+NNet) model; Kaldi + Keras
Stars: ✭ 61 (-86.56%)
Mutual labels:  speech-recognition, speech-to-text
leon
🧠 Leon is your open-source personal assistant.
Stars: ✭ 8,560 (+1785.46%)
Mutual labels:  speech-recognition, speech-to-text
speech-recognition
SDKs and docs for Skit's speech to text service
Stars: ✭ 20 (-95.59%)
Mutual labels:  speech-recognition, speech-to-text
kim-voice-assistant
Kim,你的私人语音助理。
Stars: ✭ 70 (-84.58%)
Mutual labels:  speech-recognition, speech-to-text
Awesome Kaldi
This is a list of features, scripts, blogs and resources for better using Kaldi ( http://kaldi-asr.org/ )
Stars: ✭ 393 (-13.44%)
Mutual labels:  speech-recognition, speech-to-text
speech to text
how to use the Google Cloud Speech API to transcribe audio/video files.
Stars: ✭ 35 (-92.29%)
Mutual labels:  speech-recognition, speech-to-text
deepspeech
A PyTorch implementation of DeepSpeech and DeepSpeech2.
Stars: ✭ 45 (-90.09%)
Mutual labels:  speech-recognition, speech-to-text

speech-demo

项目地址:https://github.com/Baidu-AIP/speech-demo

文档地址:

百度语音rest api 调用语音识别,语音合成示例

Rest API 接口为http 访问, 任意操作系统,任意语言,只要能对baidu域名发起http请求的,均可以使用。

百度语音合成的接口支持跨域,但是获取token的接口不支持。浏览器直接发请求的示例见:https://github.com/Baidu-AIP/SPEECH-TTS-CORS

简介

以JAVA PHP python C BASH 作为示例,展示rest api的调用过程,选择一个运行即可。

目录结构

+--rest-api-asr  语音识别rest api
   /--bash_shell shell脚本
   /-- java 代码 
   /-- linux_c C代码 (windows Cygwin可以运行)
   /-- php 代码
   /-- python代码
 
 +--rest-api-tts 语音合成rest api
   /--bash_shell shell脚本
   /-- java 代码 
   /-- linux_c C代码 (windows Cygwin可以运行)
   /-- php 代码
   /-- python代码
 +-- sample-files 语音识别示例音频文件
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].