IC Hack 2023

Front-end User Interface live demo snapshot

Front-end User Interface live demo snapshot

During Imperial’s Hackathon, I teamed up with 5 others to take on Terra API’s wearable challenge, where the goal was the most innovative hack using health data. After some brainstorming of ideas, we came up with the objective of monitoring recovery after physical surgery. My contribution to the project was simulating physiological responses with Monte Carlo methods in Python. Since only the heartrate data could be streamed with the wearable device we were given, I decided to simulate some data to to mimic real-world events. The vitals states change in response to probabilistic rules based on its current state, a stochastic process similar to Markov Chains. Essentialy using logic zones with core health metrics, we were able to generate realistic occurences of what a recovery patients vitals may look like, and warning medical professionals such as doctors and nurses if the patient’s vitals reached critical logic zones. The maths for the transition equation from state to state can be defined as below.

Monte Carlo Simulation akin to Markov Chain

Monte Carlo Simulation akin to Markov Chain


This was then integrated into the system, and a score of the patients health was calculated, sending a notification to the medical professional to prompt an appropriate response with Twilio. A key takeaway from the hackathon was the importance of scaling scope through effective communication; as great achievements are possible only when everyone is aligned. Not all members of our team had a technical background, so building the bridge of communication between the technical and non-technical side was crucial to getting our project over the line, and a good learning experience. The full system overview can be seen as below.

High-Level System Design Diagram

High-Level System Design Diagram

Study Quest Hackathon

Study Quest Thumbnail

Study Quest Thumbnail

Study Quest was a project that blends the excitement of Kahoot! with the adventurous spirit of Dragon Quest. The aim was to create a more engaging learning environment by incorporating quiz sets, which can be created by either students or teachers, into a gamified setting.

My responsibilities included developing community engagement and user generated content features for the app, creating a forum using PHP7 for user interactions, where users could communicate and admins could post blog entries. I also implemented a MySQL database for managing and storing quiz sets, blog posts, and forum discussions for users to share their quiz sets. By the end, I had created a CRUD (Create, Read, Update, Delete) web app using PHP, HTML, CSS, and JavaScript, embedding the game as a Unity WebGL project.

We placed 2nd Place for ‘Best University Team’ and 3rd Place in the ‘Better Learning’ Category. The experience of a remote hackathon was unique, as you’re not surrounded by other hackers and sleeping on a couch. Nevertheless, the experience was invaluable.

The Level-Up Society Hack hosted by ShowCode | View Devpost | View GitHub Repo