Skip to content

5 - 10% of the population suffer from dyslexia worldwide. This learning disorder often makes it hard to read. Our project aims to solve this problem, to better assist students to learn.

Notifications You must be signed in to change notification settings

codingFreak-Adisin/Dyslexia-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Dyslexia-Reader

This project is made to submit in Citro Hacks 2021

Our project is made using python, and uses a GUI made from pyqt5. The project has three main phases, or steps; the image upload and processing, the extraction of text from an image, and finally the conversion of text to displayed words on a GUI. Our project works with a user submitted image, which is then processed using the pillow library. The image is made more clear, and a gaussian blur effect is applied to make it easier to extract text from. The text is extracted using the pytesseract, which is split into words. The split words are displayed on a GUI, according to a reading speed of 250 (Adjustable) words per minute. This is an optimal reading speed, and can help people with dyslexia read much faster, since the words are being displayed once at a time.

Here is our website repository which explains you about our this Dyslexia reader -: https://github.com/codingFreak-Adisin/Citro-Hacks_Reader-Project

We hope you like it :)

code

Main_Upload

GUI

ebe79fc4cf784fe3b8ab99c5c3282800

About

5 - 10% of the population suffer from dyslexia worldwide. This learning disorder often makes it hard to read. Our project aims to solve this problem, to better assist students to learn.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages