CFP last date
20 May 2024
Reseach Article

A Design of Assistive Technology Application for Visually Disabled Elderly Citizens

by John-Tyler Sprankle, Selvanayaki Kolandapalayam Shanmugam
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 185 - Number 8
Year of Publication: 2023
Authors: John-Tyler Sprankle, Selvanayaki Kolandapalayam Shanmugam
10.5120/ijca2023922734

John-Tyler Sprankle, Selvanayaki Kolandapalayam Shanmugam . A Design of Assistive Technology Application for Visually Disabled Elderly Citizens. International Journal of Computer Applications. 185, 8 ( May 2023), 18-21. DOI=10.5120/ijca2023922734

@article{ 10.5120/ijca2023922734,
author = { John-Tyler Sprankle, Selvanayaki Kolandapalayam Shanmugam },
title = { A Design of Assistive Technology Application for Visually Disabled Elderly Citizens },
journal = { International Journal of Computer Applications },
issue_date = { May 2023 },
volume = { 185 },
number = { 8 },
month = { May },
year = { 2023 },
issn = { 0975-8887 },
pages = { 18-21 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume185/number8/32721-2023922734/ },
doi = { 10.5120/ijca2023922734 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-07T01:25:35.004245+05:30
%A John-Tyler Sprankle
%A Selvanayaki Kolandapalayam Shanmugam
%T A Design of Assistive Technology Application for Visually Disabled Elderly Citizens
%J International Journal of Computer Applications
%@ 0975-8887
%V 185
%N 8
%P 18-21
%D 2023
%I Foundation of Computer Science (FCS), NY, USA
Abstract

In today’s world, the growth in technology diminishes or eliminates the barriers faced by people with disabilities, especially visually and hearing-impaired citizens. This research study aims to design a device/application that could convert text to voice and vice versa and impart any societal benefit problems. The objective of this work is to create a program using Python that utilizes available Python libraries to convert a visual image of text into spoken words. In this case, a visual image of text could be a newspaper article or other text that one may encounter in daily life. One advantage of Python is that it contains an extensive set of libraries that any user can make use of. By utilizing libraries such as OpenCV, PyTesseract, and Google-Text-to-Speech this task was completed. This research work design is handled in three major steps: In the first step, the input image is taken and preprocessed using image preprocessing techniques; The second step includes the detection and extraction of text from the preprocessed image; The third and final step handles the process of converting the extracted text to its related voice using supporting libraries and techniques. The limitations could still apply to the hardware used in this project. A possible enhancement could be extending this system to have the features of speech-to-text.

References
  1. Ayushi Trivedi, Navya Pant, Pinal Shah, Simran Sonik, Supriya Agarwal, Speech to Text and Text to Speech Recognition Systems- A review, IOSR Journal of Computer Engineering, (2278-8727), Volume 20 No.2, Mar-Apr 2018.
  2. Burgstahler Sheryl, Working Together: People with Disabilities and Computer Technology. University of Washington. Retrieved March 26, 2023, from https://www.washington.edu/doit/sites/default/files/atoms/files/Working_Together_People_with_Disabilities_and_Computers_a11y.pdf.
  3. “Getting Started with Videos.” OpenCV. Retrieved March 26, 2023, from https://docs.opencv.org/4.x/dd/d43/tutorial_py_video_display.html.
  4. “GTTS.” GTTS. Retrieved March 26, 2023, from https://gtts.readthedocs.io/en/latest/.
  5. “How to Use Background Subtraction Methods.” OpenCV. Retrieved March 26, 2023, from https://docs.opencv.org/3.4/d1/dc5/tutorial_background_subtraction.html.
  6. Lawrence Rabiner, Biing-Hwang Juang, B.Yegnanarayana, Fundamentals of Speech Recognition. Retrieved March 26, 2023, from https://dl.acm.org/doi/10.5555/153687.
  7. “OS.” Python Software Foundation. Retrieved March 26, 2023, from https://docs.python.org/3/library/os.html.
  8. “PixelLib's Official Documentation.” PixelLib's Official Documentation - PixelLib 0.4.0 Documentation. Retrieved March 26, 2023, from https://PixelLib.readthedocs.io/en/latest/.
  9. “PyTesseract.” PyPI. Retrieved March 26, 2023, from https://pypi.org/project/pytesseract/.
Index Terms

Computer Science
Information Sciences

Keywords

Data Preprocessing Image Preprocessing Text Extraction Text-To-Speech TTS Speech-to-Text STT PyTesseract OpenCV.