2021 Hack the 6ix - Best Accessibility Hack Winner
NoteSense is a notes accessibility mobile application that aids users who have hearing and vision impairments to create notes based on an image or audio in real time!
Devpost: https://devpost.com/software/notesense
Demo: https://www.youtube.com/watch?v=Fy7wBgAzpLs
We wanted NoteSense to be simple to design, upgrade and debug. This led to us harnessing the lightweight framework of Flask and the magic of Python to design our backend infrastructure. To ensure our platform is scalable and efficient we harnessed the Google Cloud Platform to perform both our speech and image conversions harnessing its vision and speech api respectively. Using GCP as our backbone allowed our product to be efficient and responsive! We then used various python libraries to create our email and file conversion services, enabling us to harness the output from GCP to rapidly send pdfs of their notes to our users' emails!
To create an elegant and user-friendly experience we leveraged React Native and various design libraries to present our users with a new, accessible platform to create notes for individuals who may have hearing and/or seeing difficulties. React Native also worked seamlessly with our Flask backend and our third party APIs. This integration also allowed for a concurrent development stream for both our front end and back end teams.