silversparro/wav2letter.pytorch
A fully convolution-network for speech-to-text, built on pytorch.
This project helps convert spoken words in audio files into written text. You provide WAV audio files and it outputs the corresponding transcription. It's designed for machine learning engineers or researchers who need to train and fine-tune speech-to-text models for various applications.
126 stars. No commits in the last 6 months.
Use this if you need to build or customize an automatic speech recognition (ASR) system for a specific domain or language, or want to experiment with different training techniques.
Not ideal if you are looking for a ready-to-use, off-the-shelf speech-to-text service without needing to train or configure a model.
Stars
126
Forks
23
Language
Python
License
MIT
Category
Last pushed
May 20, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/silversparro/wav2letter.pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
liangstein/Chinese-speech-to-text
Chinese Speech To Text Using Wavenet
louiskirsch/speechT
An opensource speech-to-text software written in tensorflow
Open-Speech-EkStep/vakyansh-models
Open source speech to text models for Indic Languages
oliverguhr/wav2vec2-live
A live speech recognition using Facebooks wav2vec 2.0 model.
Open-Speech-EkStep/vakyansh-wav2vec2-experimentation
Repository containing experimentation platform on how to train, infer on wav2vec2 models.