Programming

These are some of the independent programming projects I'm currently working on or that I've completed. You can also find many of my projects on my GitHub page.


Lazy Baker

Python (Django, Wagtail)

A cookbook-style recipe website using the Wagtail CMS framework for Django.

View website

View on GitHub


Owen Tribune

Python (Django)

A satirical fake news website built with the Python web framework, styled after the New York Times and New Yorker. I made it as a Christmas present (for someone named Owen).

View website

View on GitHub


Jekyll Polymer

HTML, JavaScript, Google Polymer library

This project combines the static website generation of Jekyll with the web components framework of Google Polymer to create a full-featured material design blog template.

View website

View on GitHub


Suture Score

Python, Ruby, Matlab, Javascript

Suture Score is an application to provide instant, objective feedback on suturing technique to surgical trainees. To prepare for assessments and surgery, students need as much practice as possible. Using innovative image recognition techniques, Suture Score aims to enhance trainees' practice to improve their suturing skills. Suture Score was created at the NHS-sponsored TELHack hackathon, where it won first place.

View website


Science Clickbait

Python

Tired of ridiculous clickbait titles all over your social media feeds? Confuse your friends and amuse yourself with science-themed clickbait headlines.

View website

View on GitHub


VROOM: Vacuum Robot Overcoming Obstacles and Messes

Python

VROOM was a final project for an artificial intelligence course. It is a simulated robotic vacuum cleaner designed to explore its environment, classify the types of obstacles it encounters, and plan an efficient path to clean dirt in expected locations. It makes use of many classical AI algorithms such as A* search and naive Bayes classification.

View on GitHub


Blurber

Python

Blurber is a web app to create fake book blurbs. Using the titles and descriptions of the top 300 books in every category on Amazon, this app will generate randomly generate new book blurbs with the power of Markov chains.

Blurber was created with Mustafa Camurcu and Shreyas Mahimkar at HackBeanpot 2015, where it was a finalist.

Try it out!

View on GitHub