alexandria-audiobook
AI-powered multi-voice audiobook generator — LLM script annotation, voice cloning, voice design, LoRA training, per-line style control, and export to MP3, chaptered M4B, or Audacity multi-track. Built on Qwen3-TTS.
File Explorer
Download Latest Version (.zip)- bug_report.yml
- config.yml
- feature_request.yml
- CONTRIBUTING.md
- pull_request_template.md
- index.html
- app.py
- default_prompts.py
- generate_personas.py
- generate_script.py
- hf_utils.py
- persona_prompts.py
- project.py
- requirements.txt
- review_prompts.py
- review_script.py
- test_api.py
- train_lora.py
- tts.py
- utils.py
- manifest.json
- .dockerignore
- .gitignore
- alexandria_colab.ipynb
- default_prompts.txt
- docker-compose.yml
- Dockerfile
- icon.png
- install.js
- LICENSE
- lora.md
- persona_prompts.txt
- pinokio.js
- pinokio.json
- README.md
- README_CN.md
- reset.js
- review_prompts.txt
- start.js
- torch.js
- update.js
- VOICE_REFERENCE.md
# Installation Guide
1. Get the code
git clone https://github.com/Finrandojin/alexandria-audiobook
Downloads the entire project code from GitHub to your computer.
cd alexandria-audiobook
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -r app/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
