Version Control for my Resume

Manage your private and public resumes effortlessly with this GitHub repository. Generate privacy-conscious, shareable resumes from a Markdown source using GitHub Actions, Pandoc, and Docker support. Keep your personal details secure while providing an accessible version for wider distribution.

Indian Languages

A visualization of the number of speakers of Indian languages, grouped by family. The data is sourced from the 2011 Indian census. The visualization is built using React and Nivo.

Colors of Naruto

Visual analysis of the color palettes in the Naruto manga covers across 72 volumes. Inspired by impactful data visualization projects, it explores trends and themes using K-means clustering in the CIELAB color space.

Project Image
FicRec

FicRec is a fanfiction recommendation engine that uses a neural network to embed search queries and fanfiction summaries into a common vector space. Given a search query, FicRec will return a list of fanfictions that are semantically similar to the query.

Project Image
Elo Rating for IPL Teams

Adapting the Elo rating system to rank IPL teams based on their performance in the league.

Project Image
Harry Potter Interaction Network (Work in Progress)

A network of characters in the Harry Potter series and their interactions with each other.

Project Image
LeetScrape

LeetScrape: Python package for quickly downloading and saving LeetCode problems offline, including topics, difficulty, and code stubs in various languages. Ideal for coding skill enhancement and interview preparation.

Project Image
Chess Insights

Chess Insights looks at all your games and gives you insights on what it finds in the data! Be it your wins and losses, hanging pieces, accuracy, or even what time of day you win the most, we've got all the data for you right here!

Project Image
Chowkabhara

Chowka Bara, an ancient Indian board game for two or four players, combines full observability with chance elements from special dice rolls and strategic decisions in pawn movements. Our project aims to bring this traditional game to mobile devices, offering an engaging blend of chance and strategy for players to enjoy on the go.

Project Euler

Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems. This project contains my solutions to the problems.