deepspeech.torch
Speech Recognizer
A speech recognition system based on the DeepSpeech2 architecture
Speech Recognition using DeepSpeech2 network and the CTC activation function.
259 stars
31 watching
73 forks
Language: Lua
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
seannaren/deepspeech.pytorch | A deep learning-based speech recognition system built on top of PyTorch Lightning. | 2,104 |
seannaren/warp-ctc | PyTorch bindings for the Warp-CTC loss function used in speech recognition. | 757 |
arjo129/uspeech | A toolkit for speech recognition on Arduino using C++ | 473 |
richardassar/samplernn_torch | A Torch implementation of a deep learning model for generating audio from input data | 156 |
seannaren/qlearningexample.torch | Implementing Q learning in Torch to control an agent playing catch with a fruit. | 50 |
matlab-deep-learning/deepspeech | Enables speech-to-text transcription using a pre-trained Deep Speech model in MATLAB. | 7 |
srijith-rkr/kaust-whisper-adapter | A tool for fine-tuning the OpenAI Whisper speech recognition model using residual adapters and parameter-efficient learning methods. | 32 |
thecodrr/vspeech | Provides an interface to Mozilla's DeepSpeech TensorFlow-based Speech-to-Text library using V bindings. | 50 |
soumith/inception.torch | A Torch implementation of a pre-trained neural network architecture used in image recognition tasks | 66 |
lostanlen/ismir2016 | This project involves using deep learning and musical instrument recognition to analyze the MedleyDB dataset. | 42 |
jhkim89/pyramidnet | A Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models. | 129 |
ne7ermore/torch-light | A comprehensive PyTorch-based deep learning repository with examples and implementations of various models and techniques. | 535 |
erogol/seg-torch | Custom image segmentation implementation using deep learning with Lua and Torch | 37 |
macournoyer/neuralconvo | An implementation of a conversational model using sequence-to-sequence learning and LSTM layers in Torch | 777 |
torch/cutorch | Provides a CUDA backend for the PyTorch deep learning framework | 336 |