Back To Projects

VisionAssist: Enhancing Accessibility for Individuals with Visual Impairment Through AI

This project explores how AI can support individuals with visual impairments by developing a system that converts images containing text or math into audio and Braille in near real-time. Using a fine-tuned OCR model, the system achieves high accuracy and low latency, demonstrating that AI can be a powerful tool for improving accessibility to educational content.


Millions of people around the world are partially or totally blind. Such people face significant challenges in their educational pursuits and therefore they often struggle in life. Can Artificial Intelligence and latest developments in technology help visually impaired people understand literary content easier? To address this question, I have developed an Artificial Intelligence based proof of concept system that accurately converts any image with textual/mathematical data into Braille and Audio mediums as close to real-time as possible. The system takes an image as input and extracts text from it through optical character recognition (OCR) using a finetuned and optimized version of opensource PaddlePaddle OCR model. The system then has two different output options, an audio-based format, and a braille-based tactile format. Word Error Rate (WER) and Character Error Rate (CER) were used as evaluation metrics to evaluate performance of the system on different types of data. My system achieves a weighted average WER of approximately 7% with an average processing time of around 1 sec per 500 characters. The evaluation data shows that the system achieved the goal of having an accurate detection of the data in near real-time speed. My prototype outperforms much bigger and commercial models like ChatGPTv4 in terms of latency as well. This project shows that technology and AI can be an additional tool to help visually impaired people better understand educational content which can eventually uplift them in life.

Azaan R.
Joe Xiao
PhD, Data Scientist at Optum, prior lead AI/Data Scientist at Target and General Mills

Related Projects

A Logistic Regression Model for Intraoperative Hypotension Prediction

This paper presents a study on using a logistic regression model for the prediction of intraoperative hypotension, a common but critical situation occurring during surgeries where the patient's blood pressure drops significantly.
Maryam A.
Mentored by
Cardiac Auscultation: Metrics of Smartphones and Digital Stethoscopes

The objective of our research is to figure out how feasible and accurate a mobile device solution to cardiac ascultation is, compared to a digital stethoscope.
Nicholas T.
Mentored by Sophia Barton
Attention LSTMs in Multimodal Models: A holistic approach to predicting COVID infection trends

In our search for a way to simultaneously predict all state-level COVID infection rates in the United States with COVID heat maps and domestic flight graphs, we propose novel methods of processing graph and image sequences with attention-based LSTM layers as well as evaluate the effectiveness of different multimodal fusion techniques.
Nuo W.
Mentored by Eric Bradford