The Take it Easy Project
WHAT?!
Take it Easy takes a piece of text and prints it word by word. After printing each word, the program pauses to allow the reader to have read the word before printing the next word.
Coverage:
The program has 3 flavors.
ios APP:
Available on app store: https://apps.apple.com/app/take-reading-easy/id6446603756
Web Interface:
[http://takeiteasy.angadc.net/]
The program pauses as long as the syllables in the word.
I'm working on adding the speech recognition to the web interface. Stay Tuned!
Python Script:
[https://github.com/Angad-C/TakeItEasy]
The program listens to the speaker and proceeds after the reader has read the word. The program used Google Speech to Text library to check for read word, and uses fuzzywuzzy library to allow for an approximation of pronunciation - not needing 100% accuracy of speech.
HOW?!
How I Made a Speech-Driven Slow Reading Program
WHY?!
Ever since I was very young I have had a mild stutter. I have learnt overtime to control it but it can take effort. The most important thing for me to always remember is to speak slow.
However, since I started school, there has always been a pressure to do things fast!
Read Fast.
Do Math fast.
Write Fast
Answer Fast, and even Think fast!
Because of this I often end up talking really fast. What helps is to be forced to read slow which I often take time to do with help of my family.
I tried to look for some tool or app to assist but what I found were apps to actually help you read faster and faster!
So I made a tool - to help myself and others like me. Everyone who wants to take it a little slow.