Web app to read dhivehi text. Based on tts machine learning models available at https://github.com/DhivehiAI/TTS-Demos. Hope the model gets furthure improvements.
TODO: Add more supported websites, add support for reading docx, pdf. See How To Add New Scraper
- Install required dependencies
pip install -r requirements.txt
- Download pre-trained models see https://github.com/DhivehiAI/TTS-Demos for instructions
- Extract the model files to ./app/dv_tts/models/
Run a test server
python wsgi.py
Run with gunicorn
gunicorn wsgi:app
- TODO
Cant deploy to Heroku because the slug size is too big
heroku login
heroku create dhivehi-reader
git push heroku master