Skip to content

a-elrawy/dyslexia-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dyslexia Detection

an affordable and efficient way to detect if a kid has high risk of Dyslexia to provide suitable care for kids in early stages.

Features

  • screening the movement of the eye using a normal webcam
  • analyze the duration and frequency of reader fixations.
  • show if the reader is a potential Dyslexia patient in real-time.

Tech

Built in C++ with OpenCV, eyeLike and matplotlib-c++

Requirements

Installation

  1. Download the repository (project) from the download section or clone it using the following command:
    git clone https://github.com/a-elrawy/dyslexia-detection
    cd dyslexia-detection/
  2. Build and run the app by running the cmake command inside the project folder:
    mkdir build
    cd build
    cmake ../
    make
    ./bin/eyeLike

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published