coding

NeuTTS Nano: 120M TTS Model Runs on Raspberry Pi

NeuTTS Nano is a compact 120-million parameter text-to-speech model optimized to run efficiently on resource-constrained devices like Raspberry Pi, delivering

Someone found a tiny text-to-speech model that actually runs on Raspberry Pis and similar hardware.

NeuTTS Nano is only 120M parameters (3x smaller than its predecessor) and comes in GGML format, which means it works on stuff like Jetson boards and mobile devices without melting them.

The interesting part: it can clone voices from just 3 seconds of audio while fitting in tight RAM constraints.

Grab it here:

Pretty useful if you’re building smart home devices or robotics projects where every megabyte counts. The GGML format makes deployment way simpler than dealing with typical PyTorch models on embedded systems.

The team’s curious about Real-Time Factor benchmarks on different hardware, so people have been testing it on everything from Raspberry Pi 4s to phone CPUs.