Joyliu290 / MedReader

Web app that takes an image of electronic and hand-written prescription and medical records, and convert it to audio recording to the user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MedReader

Inspiration

To help patients, the elderly population and those with vision impairments and/or reading difficulties better understand and remember their medical and prescription information from both electronic and handwritten documentation.

What it does

Our project is a user-friendly, assistive digital tool based on image-to-text and text-to-speech technology to read aloud prescription and medical record information. Users can take a photo or upload a picture of their report/prescription instructions, and the text is converted to an audio recording and played back.

How I built it

We integrated machine learning models from Google Cloud Vision API and Cloud Text-to-Speech API to convert images to text data and text data to speech data, respectively. Django was used to build out the back-end logic and integrating the back-end with the front-end.

Challenges I ran into

Two main challenges we faced in this project were working with Django to build out the front-end and building a web-based platform that works on the mobile interface.

Accomplishments that I'm proud of

We are proud that we learned how to combine multiple Google Cloud machine learning APIs to do image-to-text and text-to-speech extraction. Also, as a group, we didn't have much prior experience in front-end development, so it was a fun learning experience to integrate our final model into a web-based platform.

What I learned

We refined our skills in front-end development.

What's next for MedReader

Future work would focus on refining detection of specific medical and prescription data related to dosage and usage and exclude all other information on reports or prescriptions. To preserve patient privacy, we will also incorporate functionality to detect and anonymize all personal patient information in a given image at the time of upload. Moreover, we plan to sync the extracted audio recording with the phone calendar to set both audio and text medication reminders for users and add support for multiple languages.

About

Web app that takes an image of electronic and hand-written prescription and medical records, and convert it to audio recording to the user


Languages

Language:HTML 47.6%Language:Python 41.7%Language:CSS 10.7%