The project can get the text from an image, then use Google's Text-to-Speech API to convert it into an audio file.
We develop a website to deploy our model. You can easily use our service through that website.
If you want to use our website, please follow the steps bellow.
- Git clone this repository.
- Go to 'website' folder.
cd website
- Run
main.py
file.
python main.py
- Copy the server address, and open it in browser.
- For model training: https://github.com/githubharald/SimpleHTR
- For word detector: https://github.com/githubharald/WordDetector
- Google Text-to-Speech API