Menu

Projects

I've done a variety of projects, spanning from machine learning models to full stack web apps.

Here you can see them all with (some) github links.

Memoria

Memoria

Memoria is a journaling and self reflection tool powered by gpt4. Simply speak into your phone, all of your thoughts will be accessible via chat.

View on GitHub
DocumentAI

DocumentAI

DocumentAI allows a user to chat and use a chatbot within a document editor, using their own files as context. It optimizes the time it takes to use ChatGPT by integrating it into a single interface.

View on GitHubWebsite Link
Bias Detection within LLM's

Bias Detection within LLM's

With todays jump in LLM usage, I wondered how the use of news articles in training data may impact the model. Here, I use DistilBert and BertForMaskedLM to try to find and replace biased words with nuetral ones.

View on GitHub
Flight Checker

Flight Checker

I wanted an automated way to check google flights for cheap flights to a set of specific locations, custom built for the features I wanted. This didnt exist for free, so I built it for personal use.

View on GitHub