My Projects

Here are some of my projects

California Housing Analysis

A screenshot showing a Google Colab notebook containing code and graphs for a machine learning project

Skills: Python, Tensorflow, Pandas
In this project, I analyzed California Housing Prices based on factors like geographic area, house size, median income, etc. using a machine learning model that predicted the price of a house based on the aforementioned factors.

Wardrobe Recommendation Website

Skills: Python, JavaScript, HTML, C++, FastAPI
Built a website where a user can check the weather in their location and get wardrobe recommendations from an LLM based on the weather and the user's wardrobe. The user can also create an account, add, remove, and edit wardrobe items, add real-time temperature and pressure sensors, and view a real-time graph of environmental data. Front-end coded with HTML and JavaScript, back-end coded with Python. Microcontroller code written in C++. Built with Docker.
Check out the demo.

Snake

Programmed the game Snake with C and an Arduino microcontroller. Made using Atmel AVR and custom libraries.
Check out the demo and GitHub repo