An eye-blink based alert system for paralyzed patients suffering from Locked in Syndrome(LiS). Final year project done as part of APJ Abdul Kalam Technological University syllabus.
Several neurological disorders including LiS and severe cases of ALS(Amyotrophic lateral sclerosis) could cause patients to lose control over all voluntary muscles leaving them paralysed. The project puts forward a solution to the inconveniences faced by a paralyzed patient, making use of an alert mechanism to connect the caretaker with the patient.Patients with such conditions need round the clock assistance which is not feasible.Instead patients could call the caretaker when needed through eye blinks.
Clone the project
git clone https://github.com/arjun-g-krishna/i-recon
Go to the project directory
cd i-recon
Install dependencies
pip install -r requirements.txt
Replace "key.json" at line 14 in counter.py with the path to your firebase admin credentials json file and replace #### at line 15 with your firebase realtime database URL.
Run the program
python3 counter.py