home

check out some of my more significant projects, both technical and non-technical

Yelp Review NLP
- final group project for ECON1660: Big Data
- my fellow group members created a decision tree on business characteristics, while I handled the NLP portion of the project

Artificial Intelligence and Chinese Poetry Generation
- a gentle introduction to the applications of AI (NLP and neural networks) in literature generation and a meditation on how to come to terms with it

Fugetsu-Do Website Redesign
- identified usability issues, created lofi and hifi mockups, and re-created a website for my favorite mochi shop
- full fledged site at: https://ray-yeo.github.io/fugetsu-do

Deloitte Prize of Providence Case Competition
- earned 2nd place for a solution to LA's public transport dilemma regarding the 2028 olympics

Brown University GPA calculator
- Brown doesn't compute GPA for its students, so I created this Python program (hosted on streamlit) that does it for you

Restoring Quality of High School Skilled Education
- final paper for ECON1390 "Inequality of Income, Wealth, and Health in the United States"
- intended as a semi-casual, provactive discussion on the Goldin and Katz paper analyzed in class

Course Rating Predictor
- a classification model that estimates course and professor ratings based on Critical Review feedback and summaries
- built with python, tensorflow, and NLP techniques

Food Pantry Mapping
- technical work done for bosWell
- obtained food pantry addresses and contact information through web scraping
- converted addresses to latitude and longitude using an API
- plotted pantries alongside a medical provider network

Algorithms and Data Structures: Study Guide
- handwritten notes on data structures and algorithms

Fantasy Baseball Trade Analyzer
- terminal-based program that computes the fairness of fantasy baseball trades
- built with python, pandas, and beautiful soup