A quick collection of my projects.
I've always thought that it is hard to explain what a project is using just its github. I ended up building this site as a way to show what I've accomplished over the years in my professional, academic, and my personal life. I have never been amazing at front-end development and as such much of this site's design philosophy is borrowed from across the internet
A Distributed Chat Application with a Master-Minion Architecture. Leverages ReactJS and NodeJS for a seamless front-end experience, with MySQL databases for efficient data management. Backend is developed using Golang and Docker for scalability. We utilize the multithreading capabilities of Golang to enable asynchronous uplink between Master and Minion while the Client interacts only with the Minion nodes. Authentication via API keys ensures security, while RESTful APIs enable secure data exchange. Advantages include load balancing, regional availability, and enhanced uptime.
A pipeline to streamline the ability of GPT to solve complex contest programming problems by introducing tailored system prompts to enhance its generation capabilities. The pipeline performs significantly better than both GPT-4 and ChatGPT(GPT-3.5). The pipeline solves > 60% testcases on average and is even able to solve 100% of the testcases for some problems that were previously very hard to solve using ChatGPT.
A list of some of the public repositories on my GitHub.
View My Profilemy-website
TypeScriptThis repository is the landing site for junglesucks.com
gpt-pipeline
CSSA pipeline to streamline the ability of GPT to solve complex contest programming problems by introducing tailored system prompts to enhance its generation capabilities.
ChatProject
Javadistributed-chat-minion
GoCode for minion nodes for a distributed chat application in golang
distributed-chat-master
GoCode for master node for a distributed chat application in golang
nammablr
JavaScriptNammaBlr is an app to track and request trash pickups across Bangalore
junglecogs
PythonThis is a personal repository of my cogs
music-classification
A web app that uses a CNN model to infer the genre of a song using its spectrogram.
theSocialNetwork
PythonA small social network with twitter-esque posts, and like and follow capabilities.
editor
CA text editor coded in C.
snakegame
C++Snake Game coded in C++ which runs on windows.