Projects
Parsyll was our final project design to complete our degree. We utilized chatGPT's developer API to create a syllabus parsing service for students, providing then with a dashboard that holds important information regarding their classes, omitting then the hassel of going back and forth between syllabus files.

Following Andrej Karpathy's makemore tutorial, where we built a bigram model using both the emperical and neural model to generate names. I decided to dig further and implement a trigram model to generate names, building a one layer perceptron that would generate names based on the previous 2 letters.

A sentimental analysis project, where the user can say anything into their microphone, and our model would do sentimental analysis on what they said and change their current spotify song to fit their mood. I opted to use a LSTM architecture instead of a pretrained transformer as I was curious to see the results.

This was the dashboard that we made for Merck to help them streamline their sample labelling process, making both labelling and inventory easier. I worked as a technical lead on this project, leading and working with a team of data science and computer science students.

2023 Boilermake Hackathon Project where we created an application that allows users to choose a recipe based on the ingredients they had, dietary preferences. On top of that we use cosine similarity algorithm to recommend recipes to users based on how similar the recipes they liked are.

I reimplemented the famous paper on cycle-loss GANs, training it on the artpieces of various reknown artists such as Van Gogh, Monet, Picasso, Dali etc... I also did an abalation study on the effects of different loss functions such as CrossEntropy, KL-Divergence...
