Very minimal web app for creating a read-speech dataset from text. Just upload the sentences as a .txt file, record yourself reading them, and download the dataset.
- Have Python installed
- install Flask with
pip install flask - run
python app.py - navigate to localhost address in your browser