aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
blob: 1747be4f20ee9596a78ab08a220cf60d3d269bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Core dependencies for TTS Audiobook Generator
gradio_client>=0.7.0
pypdf>=4.0.0
ebooklib>=0.18

# Optional dependencies
beautifulsoup4>=4.11.0  # better HTML cleaning for EPUB
faster-whisper>=1.0.0  # reference-audio transcription for voice cloning
# windows-curses>=2.3  # Windows only: enables the tools/make_audiocpp_server_json.py TUI

# Audio processing
# Note: ffmpeg is required to concatenate and encode the final audiobook.
# Install separately: https://ffmpeg.org/download.html