Professional Experience
Personal Projects
CyberStock is a stock app built for a Masters project that mirrors core features of Apple's Stocks app while adding machine learning predictions. A custom RNN model built with Keras and TensorFlow predicts a stock's closing price two weeks out, then deployed in-app via CoreML. The app itself is built in Swift/UIKit with MVVM architecture and pulls real-time, historical, and news data from Finnhub's API.
CyberStock
TipSplit is a simple utility app that lets users calculate a tip based on their bill total, choose a tip percentage, and split the amount among multiple people.
TipSplit - Calculator
Retro Calculator is a SwiftUI-based utility app that replicates Apple's default calculator, using enums to handle the different arithmetic operations.