LearnedVector/Wav2Letter
Speech Recognition model based off of FAIR research paper built using Pytorch.
This helps researchers and machine learning engineers working on speech recognition projects to convert spoken audio into text. It takes audio recordings (like speech commands) and outputs the predicted text transcriptions. This tool is ideal for those developing and experimenting with speech-to-text models.
No commits in the last 6 months.
Use this if you are developing or studying speech recognition models and need a straightforward implementation to understand and build upon.
Not ideal if you need a production-ready, highly accurate speech recognition system for end-users, as this is an experimental implementation.
Stars
87
Forks
22
Language
Python
License
—
Category
Last pushed
Dec 11, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/LearnedVector/Wav2Letter"
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.