Projects
Below you’ll find a list of projects I’ve worked on.
iOS Apps
- Center Meditation - Mindfulness meditation app. Built with React Native / Expo. Meditations written by me. App designed by Monika Pawar.
Websites
- TheArtOfTheVote.com - A partisan website to raise funds for Democratic Senators. Built with HTML/CSS and jQuery. Integrated with Stripe for donations. Hosted on Netlify.
Papers
- Churn and Customer Lifetime Value Modeling for an Online Publisher - A real case I worked on utilizing different probability models to forecast churn for an online publisher. Models include the shifted Beta Geometric, discrete Weibull and Beta Discrete Weibull. (Link)
Web Apps
- ChooseMy - A series of decision-making websites that reduce the paradox of choice and decision paralysis. All built with Angular frontend, Node.JS backend with an express server, hosted at Heroku. (No longer hosting).
- ChooseMyRestaurant.com - Help find up to 3 restaurants nearby that your friends will love
- ChooseMyDateNight.com - Take the stress out of choosing a date spot with this fun and interactive quiz, complete with nearby recommendations.
- ChooseMyBar.com - Have the best night of your life. Choose a bar that matches your vibe.
-
Augmented Reality Weather - A basic weather app that shows you the weather through AR. Point your camera at a Hiro marker and it will show you a 3D model of the weather, right in front of you. Built with AR.JS and Three.JS. Link to app, Link to app without AR (just the 3D models)
-
Customer Analytics with Shiny - An app built in R with Shiny that implements various customer analytics models from a class I took at WashU. (Link to app). (Link to code). I tried making this into an R package, but didn’t get so far…
-
Machine Learning with Songs- A CS capstone project to predict a song’s genre based on its lyrics. Built (scraped) a large corpus of songs and implemented k-Nearest Neighbors and Naive Bayes algorithms. (Link)
-
Bear Discounts Mobile App - An iPhone app built for a small student-run business on campus. Utilized Ionic framework for front-end, and built a Ruby on Rails server for backend data. (Link)
- TradeWhistle - Created as part of a hackathon in Spring 2014. Analyzes fantasy football players through Yahoo API and identifies ideal trades between teams. (Link)
Scripts
- Bitcoin Arbitrage with Bellman-Ford algorithm - Priceonomics has a puzzle here that asks you to find arbitrage opportunities. My script detects a negative loop in the currencies provided to identify an arbitrage opportunity based on the Bellman-Ford algorithm.