Welcome to the Dyslexia Screening Platform Development Backend. The backend app is written in Python's Flask API and front-end architecture is written in HTML, CSS and jQuery. This project is an online interactive tool designed for collecting data and assessing dyslexia in the Urdu language. It is targeted at people of various age groups, aiming to introduce guidelines to improve reading and writing abilities for individuals with dyslexia in Pakistan.
Dyslexia is a common learning difficulty that affects reading and writing skills. This project focuses on providing an accessible platform for dyslexia screening in the Urdu language, helping to identify and support individuals with dyslexia in Pakistan. The objective is to establish a set of guidelines to enhance literacy skills among the dyslexic population.
- Interactive Assessments: Engaging tools for evaluating reading and writing skills.
- Data Collection: Systematic data gathering for research and analysis.
- User-Friendly Interface: Easy navigation for users of all age groups, especially those facing Dyslexia.
- Multilingual Support: Primarily in Urdu, with potential for additional languages.
- Reports and Feedback: Detailed performance reports and constructive feedback.
To set up this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/DaniyalAhmedKhan1234/DyslexiaScreeningPlatformDevelopment.git cd DyslexiaScreeningPlatformDevelopment
-
Create a virtual environment:
python3 -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
-
Install the required dependencies:
pip install -r requirements.txt
The platform collects data through various interactive tasks designed to assess different aspects of reading and writing abilities. The collected data is anonymized and stored securely for research purposes.
The platform includes several assessment tools such as:
- Reading Comprehension Tests: Evaluates the ability to understand written text.
- Writing Exercises: Assesses spelling, grammar, and overall writing skills.
- Phonological Awareness Tasks: Measures the recognition of sounds and their relationships to letters (individually and in combination).
For any inquiries or further information, please contact:
- Name: Daniyal Ahmed Khan
- Email: daniyalahmedmj@gmail.com
- GitHub: DaniyalAhmedKhan1234