roatienza/efficientspeech
PyTorch code implementation of EfficientSpeech - to be presented at ICASSP2023.
Implements a shallow 2-block pyramid transformer with depth-wise separable convolutions for mel-spectrogram generation, achieving 104× real-time factor on Raspberry Pi 4 with just 266k parameters in its tiny variant. Supports multiple model scales (266k to 4M parameters), CPU/GPU inference, PyTorch 2.0 compilation, and ONNX export for edge deployment. Trained on LJSpeech with forced alignment data, compatible with both eager and compiled execution modes across embedded and high-performance hardware.
180 stars. No commits in the last 6 months.
Stars
180
Forks
36
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Mar 18, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/roatienza/efficientspeech"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
TensorSpeech/TensorFlowTTS
:stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for...
lucasnewman/nanospeech
A simple, hackable text-to-speech system in PyTorch and MLX
Tomiinek/Multilingual_Text_to_Speech
An implementation of Tacotron 2 that supports multilingual experiments with parameter-sharing,...
jxzhanggg/nonparaSeq2seqVC_code
Implementation code of non-parallel sequence-to-sequence VC
keonlee9420/STYLER
Official repository of STYLER: Style Factor Modeling with Rapidity and Robustness via Speech...