Skip to content

b-9n/dhivehi-reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dhivehi Reader

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.

Demo Animation

TODO: Add more supported websites, add support for reading docx, pdf. See How To Add New Scraper

Setup

  • 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 the server

Run a test server

python wsgi.py

Run with gunicorn

gunicorn wsgi:app

Deploy to Docker

  • TODO

Deploy to Heroku

Cant deploy to Heroku because the slug size is too big

heroku login
heroku create dhivehi-reader
git push heroku master

About

Read dhivehi websites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.8%
  • CSS 3.7%
  • Python 3.4%
  • HTML 0.1%