INSPIRATION

We wanted to address a sociocultural issue that arose as a result of the pandemic — the struggles of communication within the educational environment. Much of our inspiration came from the realization that online classes bring many new challenges to students, especially those that are expected to tune into live classes. For one, a lot of students with bad internet connection may lag or not be able to successfully tune in to their lectures, leaving them having missed out on a lot of information. There are also students who simply have trouble absorbing information while listening to live, online lectures. When you’re at home, you may have family members making noise, emergencies to tend to, and simply many distractions that keep you from being able to hear everything. It would be ideal in both of these situations to have a real-time transcript to look back on to not stay behind during these hectic and frustrating times.

WHAT IT DOES

Subject Live is a real time transcription extension that allows students to receive a text transcription from their live lectures. It displays a popup with options to either create a session that will be transcribed, or to join a session to receive up-to-date transcriptions. The users will be completely anonymous, and no data will be saved to ensure data privacy of the users.

HOW WE BUILT IT

We built Subject Live using a combination of React, Node.js, Google Cloud's Speech-to-Text API, and Firebase. The user interface was created with React, and Node.js served as the JavaScript runtime environment for us to work with Google Cloud and Firebase.

CHALLENGES WE RAN INTO

Our team faced many obstacles in order to properly implement Subject Live. None of us had ever worked with making extensions or working with Firebase. There were many struggles working with new technologies, but we never regretted any of it. We originally made a web application that suited our needs, and would later adjust it to an extension format. One of the walls we ran into was getting the extension popup to display our application, since most of the time it would be unresponsive. Another wall was getting the Google Cloud Speech-to-Text API to send data and have the Firebase database update in real time. There were many optimization issues that slowed down the delivery of transcriptions to the extension.

ACCOMPLISHMENTS THAT WE ARE PROUD OF

We are proud that we managed to successfully sync the application to a real time database to receive live data. It was also rewarding to have worked with Google Cloud services and being able to successfully make an application out of it.

Share this project:

Updates