Portfolio
A collection of my projects
Pathfinder
CSCI 0320: Introduction to Software Engineering
Full-Stack Development
Pathfinder that generates the most optimal route from one point on college hill to another using Dijkstra's algorithm and stakeholder specifications. Integrated with screenreader component to read out the optimal path.
Search Engine
CSCI 0180: Data Structures
Machine Learning and Data Structures
Created a Search Engine, developed an indexer which parsed through a large wiki, scored words using term frequency and scored documents using PAGE Rank and inverse document frequency, also developed a querier which used the indexer to allow the user to query through the wiki and obtain the top 10 documents relevant to their search.
Brown Dining Menu Widget
Personal Project
Web Scapping using Vercel, Cheerio Library on JavaScript.
Web-Scrapper that extracts dining menu for Sharpe Refectory dining hall, parsing data and displaying dietary restrictions for each item on menu, Utilizes Vercel to host in order to display as a widget using Scriptable on IOS, updating automatically based on time of the day.