This is a repository with the goal of post-processing TTS data and evaluating components.
- Create a .venv
python3 -m venv .venv
- activate the .venv
source .venv/bin/activate
- Install Required packages
pip install -r requirements.txt
- modify any neccesary parameters in Inputs inside tts.py
- run tts.py
TODO: Integrate TTS data with proptimiser theoretical values for a real/theoretical comparison.