All Projects → pluteski → speech-to-text

pluteski / speech-to-text

Licence: MIT license
Python helper for Google and IBM Watson speech-to-text cloud APIs.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to speech-to-text

speech-to-text-code-pattern
React app using the Watson Speech to Text service to transform voice audio into written text.
Stars: ✭ 37 (+164.29%)
Mutual labels:  ibm-watson-speech, speech-to-text, watson-speech
kaldi helpers
🙊 A set of scripts to use in preparing a corpus for speech-to-text processing with the Kaldi Automatic Speech Recognition Library.
Stars: ✭ 13 (-7.14%)
Mutual labels:  speech-to-text, transcription
speechmatics-python
Python library and CLI for Speechmatics
Stars: ✭ 24 (+71.43%)
Mutual labels:  speech-to-text, transcription
kaldi-long-audio-alignment
Long audio alignment using Kaldi
Stars: ✭ 21 (+50%)
Mutual labels:  speech-to-text, transcription
scription
An editor for speech-to-text transcripts such as AWS Transcribe and Mozilla DeepSpeech
Stars: ✭ 46 (+228.57%)
Mutual labels:  speech-to-text, transcription
simple diarizer
Simplified diarization pipeline using some pretrained models - audio file to diarized segments in a few lines of code
Stars: ✭ 26 (+85.71%)
Mutual labels:  speech-to-text, transcription
leopard
On-device speech-to-text engine powered by deep learning
Stars: ✭ 354 (+2428.57%)
Mutual labels:  speech-to-text, transcription
Watson-Unity-ARKit
# WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
Stars: ✭ 24 (+71.43%)
Mutual labels:  watson-speech
Inimesed
An Android app that lets you search your contacts by voice. Internet not required. Based on Pocketsphinx. Uses Estonian acoustic models.
Stars: ✭ 65 (+364.29%)
Mutual labels:  speech-to-text
benchmarkstt
Open Source AI Benchmarking toolkit for benchmarking speech to text services
Stars: ✭ 43 (+207.14%)
Mutual labels:  speech-to-text
KeenASR-Android-PoC
A proof-of-concept app using KeenASR SDK on Android. WE ARE HIRING: https://keenresearch.com/careers.html
Stars: ✭ 21 (+50%)
Mutual labels:  speech-to-text
PCPM
Presenting Collection of Pretrained Models. Links to pretrained models in NLP and voice.
Stars: ✭ 21 (+50%)
Mutual labels:  speech-to-text
open-speech-corpora
💎 A list of accessible speech corpora for ASR, TTS, and other Speech Technologies
Stars: ✭ 841 (+5907.14%)
Mutual labels:  speech-to-text
scripty
Speech to text bot for Discord using Mozilla's DeepSpeech
Stars: ✭ 14 (+0%)
Mutual labels:  speech-to-text
AmazonSpeechTranslator
End-to-end Solution for Speech Recognition, Text Translation, and Text-to-Speech for iOS using Amazon Translate and Amazon Polly as AWS Machine Learning managed services.
Stars: ✭ 50 (+257.14%)
Mutual labels:  speech-to-text
speech-recognition-evaluation
Evaluate results from ASR/Speech-to-Text quickly
Stars: ✭ 25 (+78.57%)
Mutual labels:  speech-to-text
Chinese-automatic-speech-recognition
Chinese speech recognition
Stars: ✭ 147 (+950%)
Mutual labels:  speech-to-text
simple-obs-stt
Speech-to-text and keyboard input captions for OBS.
Stars: ✭ 89 (+535.71%)
Mutual labels:  speech-to-text
rnnt decoder cuda
An efficient implementation of RNN-T Prefix Beam Search in C++/CUDA.
Stars: ✭ 60 (+328.57%)
Mutual labels:  speech-to-text
glaemscribe
Glaemscribe, the tolkienian languages/writings transcription engine.
Stars: ✭ 29 (+107.14%)
Mutual labels:  transcription

speech-to-text

Python wrapper for Google and IBM Watson speech-to-text cloud APIs.

Usage

This code is a wrapper for calling the speech-to-text cloud APIs provided by IBM and Google.

Settings in config.py file point to python executables provided by IBM Watson and Google Cloud for submitting audio files to their speech-to-text cloud API.

For additional documentation see the wiki.

Cloud API Wrapper Dependencies:

STTCLIENT = '/speech-to-text-websockets-python/sttClient.py'

GOOGLE_STTCLIENT = "/gcloud/python-docs-samples/speech/grpc/transcribe_async.py"

Contact

Email contact

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].