Discover and explore top open-source AI tools and projects—updated daily.
Generate audiobooks from e-books
Top 9.2% on SourcePulse
This project addresses the need for converting e-books into audiobooks, offering a solution for users who prefer listening to reading. It targets individuals looking to consume digital books in an audiobook format, providing a convenient way to create personalized audio versions of their e-books. The primary benefit is the ability to transform static e-book content into a portable and accessible audiobook format.
How It Works
Audiblez utilizes the Kokoro-82M text-to-speech model to synthesize natural-sounding speech from e-book content. It processes e-books, typically in EPUB format, breaking them down into chapters or sections. The synthesized audio is then compiled into an M4B audiobook file. The project highlights its use of CUDA for GPU acceleration, significantly speeding up the conversion process on compatible hardware.
Quick Start & Requirements
pip install audiblez
ffmpeg
and espeak-ng
must be installed on the system. For GUI: pillow
and wxpython
. For CUDA support, PyTorch must be installed with CUDA support.Highlighted Details
Maintenance & Community
The project was authored by Claudio Santini in 2025. Further community or maintenance details are not specified in the README.
Licensing & Compatibility
Limitations & Caveats
The project explicitly states that Apple Silicon is not supported at this time. While it mentions CUDA support for NVIDIA GPUs, performance on other hardware accelerators is not detailed. The quality and naturalness of the speech are dependent on the Kokoro-82M model, which was trained on less than 100 hours of audio.
6 months ago
Inactive