audio gen in gui
This commit is contained in:
14
README.md
14
README.md
@ -34,14 +34,24 @@ requirements.txt
|
||||
setup_windows.bat ← one-click Windows setup
|
||||
run_gui.bat ← launch GUI on Windows
|
||||
run_audiobook.bat ← generate audiobook on Windows
|
||||
```
|
||||
---
|
||||
|
||||
## Setup (Windows - Easiest for Non-Tech Users)
|
||||
|
||||
1. **Download** the project as a ZIP file from GitHub
|
||||
2. **Extract** the ZIP to a folder on your computer (e.g., `C:\audiobook-creator`)
|
||||
3. **Double-click** `setup_windows.bat` and wait for it to finish installing everything (may take 10-20 minutes)
|
||||
4. **Double-click** `run_gui.bat` to launch the Proper Noun Player GUI
|
||||
5. **Double-click** `run_audiobook.bat` to generate audiobook chapters
|
||||
|
||||
That's it! The setup script handles Python installation, virtual environment, and all dependencies automatically.
|
||||
|
||||
---
|
||||
|
||||
## Setup (Linux / Mac)
|
||||
|
||||
```bash
|
||||
python3.11 -m venv .venv
|
||||
python3.12 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install torch --index-url https://download.pytorch.org/whl/cu124 # CUDA 12.4
|
||||
pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user