Skip to content

A web app to help dyslexic people in their day-to-day activities. It has text to audio conversions, audio to text conversions, spell check, ’Word of the day’ and Blog feature, and the UI of the whole website is dyslexia friendly.

Notifications You must be signed in to change notification settings

charu210703/EasyLexi-Decoding-Difficulties-for-Dyslexics-flask-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EasyLexi-Decoding-Difficulties-for-Dyslexics

Dyslexia - a learning disorder that involves difficulty reading due to problems identifying speech sounds and learning how they relate to letters and words, 1 in 10 people suffer from dyslexia. Most of us have heard about Dyslexia, but how many of us have tried to understand the fear, nervousness and confusion that they face on a daily basis, as students, as working professionals, as people ?

EasyLexi is a technological solution designed to help dyslexic people overcome this fear, this anxiety, this confusion by providing them a platform to get more comfortable with words and sounds. It is aimed at decoding the difficulty. In this era of technological solutions, our goal is to achieve equity and solve challenges that people encounter on a daily basis. We hope that with EasyLexi, people with dyslexia can become more familiar and comfortable.

Our true goal will be achieved when dyslexic people find it more convenient and become more comfortable. We aim at providing more features in a customised manner to our users in the future as well as developing mobile applications for the same.

Fork this repository

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

Clone the repository

Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

Open a terminal and run the following git command:

git clone "url you just copied"

where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.

Create a branch

Change to the repository directory on your computer (if you are not already there):

cd "repo directory"

Now create a branch using the git checkout command:

git checkout -b your-new-branch-name

Getting Started

pip install flask
pip install -U Flask-SQLAlchemy
pip install flask-login
pip install 'PyPDF2<3.0'
pip install textblob

Then run the app.py and open http://127.0.0.1:5000/ with your browser to see the result.

About

A web app to help dyslexic people in their day-to-day activities. It has text to audio conversions, audio to text conversions, spell check, ’Word of the day’ and Blog feature, and the UI of the whole website is dyslexia friendly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published