Projects

Youtube Title Evaluator (IP)

Algorithm that predicts trendability with NLP of the title. Currently a working progress.

Gitlet

Gitlet is a version control software that mimics many features of git: add, comment, remove, checkout, branch, and even merge.

AI4ALL Capstone Project

Algorithm that determines nutritional information based on an image of the food item.

  • Ran prelimiary data processing and visualization
  • Worked with SkLearn classifier: K-Nearest Neighbors, Naive Bayes, RandomForest, CNN
  • Created google site

Mountain (NWHacks 2020)

A NLP algorithm that evaluate geopolitical tension based on news articles.

  • Python program to automate news scraping
  • sent the news to Azure's text analytics tool to get sentiment
  • Sentiments and news data are sent to Firebase for access to our client app (a dashboard)

Server-Client Chess

A synchronized chess game between 2 programs using listeners.

Maze it out

A 3D shooter first person game built in a personalized maze.

Twitter Game

Accesses the most recent posts with user input tag. The player box grows upon touching boxes smaller than themselves.

Drawing Board

A client-server drawing board where the client sees a synchronized drawing from the server and sends comments back.

Platform Game

A platform game with portals, springs, collapsing bridges, and different enemies on a personalized map.

Pong

Pong game built with fisica engine in Processing that makes fun animal noises when the players touch the puck.

a soft space (CalHacks 6.0)

A website providing resources for self-care. Design is a little shabby but it is my first hackathon experience :)

Flappy Pig

My rip-off of the game flappy bird that trended in 2017. It is the first program I've ever written!