Projects
All projects
Below are previews of all of my currently listed projects with short descriptions and links to the relevant source code or page. For more information on a project or to hear about my internship experience at CircleIn, feel free to shoot me an email!
[Individual pages for each project coming soon]
Clinic & Patient Portal
Designed an Urgent Care Portal, an end-to-end project built with a partner. The data is stored in a PostgreSQL relational database hosted on Google Cloud Platform.
The interface was created using Python, Flask, and HTML/CSS. This includes connecting to the server and setting up the app routing (backend), and customizing the rendered webpage templates (frontend).
Panoramic Photo App
MATLAB program that stiches a collection of photos into a single integrated panorama. The Computer Vision topics employed: applying homography, backward warping, finding SIFT matches, running RANSAC, blending, and stitching.
Website & Storefront
Designed a Storefront for Roseum Collections linking products to Amazon Seller Central. Created customized JSON templates based on product type: Generic, Color Customizations, and Name Customizations.
Refocus App
Implemented a MATLAB program that refocuses an image to a selected scene point depth.
This is done by creating an index map from a given focal stack, and using it to determine the correct depth of the selected point.
Finding Edges App
Designed a MATLAB program that finds and plots the edges in any given image using a Hough accumulator array.
This program optimizes the Hough Transform (a feature extraction method) to determine relevant edges.