- Diana Danvers - iTransCode Github
- Neva Yeh - nevayeh Github
- Rodrigo Andrade - randrade8311 Github
- Syn Kae Ng - synkae Github
Our goal was to help people with dyslexia by creating a reading aid tool. The user can upload a source, such as a text input, an image, or audio file to the app which will convert the source to a desired format of either text or audio. Text is inputted in a simple textbox while image and audio files may be selected from a desired folder or recorded live! Choose the “Use Webcam” option to take a picture on your device’s camera or “Record Mp3” to make your own audio file. The GUI prompts the user to input a source file and defaults to parsing the source to English, however, a handy dictionary is available for the user to translate their source into a different language. Once the source data and destination format is selected, press “Go!” and watch the magic happen. Prying eyes can use the “Detail” button to see all the info our program is working with. Be sure to clear out your results when you’re done! Enjoy!
Required Must-have Stories
- Have input box for text
- Read text from image
- Use text to change to speech or show text
- Have translation to other languages
- Record audio to change to text or play it
Optional Nice-to-have Stories
- Show webcam and take a screenshot
- Be able to upload images from folder
- Upload recording from folder
- Have translation to other languages
- Typing Box
- For user to input text
- Text-to-Text
- Shows text with translation if chose
- Text-to-Speech
- Will play the text inputed
- Speech-to-Speech
- Will play recording that was either uploaded, or recorded
- Speech-to-Text
- Changes the recording to text which displays it
- Translation
- Will translate to other available languages
- googletrans (Google Translate)
- gTTS - (Google Text To Speech)
- pytesseract
- playsound
- SpeechRecognition
- Pyaudio
- OpenCV
- To use run: $ python3 main.py
- Demo Video: Link