| # PlotWeaver Audiobook Generator - Dependencies | |
| # Core | |
| torch>=2.0.0 | |
| transformers>=4.36.0 | |
| gradio>=4.0.0 | |
| # Translation | |
| sentencepiece | |
| sacremoses | |
| # TTS | |
| scipy | |
| numpy | |
| # Document Processing | |
| PyMuPDF>=1.23.0 | |
| python-docx>=1.0.0 | |
| # Audio | |
| soundfile | |
| # Optimization | |
| accelerate |