I'm excited to share that my team and I won 1st place at the Rutgers Health Hack that took place two weekends ago. Our project, KicNic, was designed to provide real-time information to vape users struggling with addiction, because the truth is many people just aren't aware of their usage. A study published about this by Oxford University Press reports that challenges of accurately quantifying vaping activity were due to inherently hard-to-answer questions (eg, puffs per day), lack of awareness, and rare monitoring of daily usage (https://lnkd.in/efQES7Fy). With KicNic, we set out to make those questions not so hard.
We knew early on that we wanted to integrate the Apple Watch due to the HealthKit API features it empowers on the iPhone. We realized that we could identify two patterns from the watch sensors to classify the physical action of a single vape hit: heart rate and motion data. After recording CoreMotion data of a simulated vape hit many times, we were able to train a PyTorch Mobile LSTM model that could reasonably predict if a user is taking a hit of their vape or not based on gyroscope and accelerometer values.
This allowed us to create a real-time counter of each puff, which we eventually developed into a timeline-based dashboard built with React using Chart.js. Since all the real-time processing is done on-device, and only detected hits are posted to our Firestore backend, users can precisely zoom into even the specific second that they took each distinct hit of their device. You can see how it works with test data at https://kicnic.io/
With the addition of average heart rate and sleep metrics, we decided to take it one step further by integrating the gpt-4o-mini completions API to create a chatbot that understands users’ usage and current vitals. Our planned premium features such as advanced analytics and leaderboards could offer a more comprehensive solution to serious addiction cases and keep the platform sustainable. Lastly, we also discussed partnership ideas with UnitedHealthCare Motion, which could uniquely offer rewards to users with lesser usage or even enable employers to discourage employees from smoking - saving them around $1800 per year per person.
I had a great time working across three separate codebases for this hackathon, and I couldn't have done it without my amazing teammates: Rishi Parmar, Smriti Wadhwa, Indraneel Vaka, Aashray Sunil, Vineel Nadakuditi, Anshul Jagadeesh, and Simar Dhillon. The agile and asynchronous workflow that we established early on allowed us to develop such a multi-faceted solution while still maintaining our original vision. I'd also like to extend my gratitude to Jay Naik, Naveena Yanamala, MS, PhD, FASE, Daniel Schaer, Ethan Halm, Allison Marcucci, and John (Jack) Hemphill for bringing this event to life and inspiring our team and other talented participants across the Northeastern Seaboard.
Feel free to watch our submission video here: