diff --git a/README.md b/README.md index 003e202..23e3038 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple machine learning text-to-speech program for your terminal. Hear text read aloud by realistic voices; from a file or your clipboard. -## Motivation +## Why? Text-to-speech is not always supported in many digital platforms out there. The quality is also not consistent. @@ -48,7 +48,7 @@ curl -fsSL "https://git.ayo.run/ayo/simple-tts/raw/branch/main/install.sh" | sh 1. **Around 10GB of storage** - Because it is not yet packaged or compiled, the python dependencies and huggingface models are downloaded separately during the setup process into your machine. 1. **Updated drivers for accelerators** - GPU accelerators make the program run faster, but you need to have updated drivers for your device that `PyTorch` requires. However, it will still run fine on CPUs, just slower (up to 2x longer or more). -## Setup +## Development Setup First, install the required packages `espeak-ng`, `vlc` and `xclip`.