Projects
Full Stack
Chemical Engineering
Web
Data Science & Machine Learning
Full Stack
Ritual - Habit Tracker
Ritual is a habit tracker web application that allows users to create, track, and manage their habits in a simple and intuitive interface. The application is built using React and a simple Firestore database, complete with Google authentication. It also includes an unique calendar view screen for visualised progress tracking.
Full Stack
My Blog
My personal blog where I occasionally share thoughts, ideas, and experiments. Built from scratch in React, TailwindCSS for styling, and Firebase as a simple storage solution (suiting this pet project of mine) - a fun, vibe-coded project that helped me explore full-stack development on my own terms.
Full Stack
YogiG
YogiG is an AI powered yoga and healthcare application. This project was part of my fullfillment of my summer internship project @ Cognix Technologies, Pilani. I worked with a team of 11 other interns to develop a full-stack, end-to-end application involving backend development, API creation & testing, and frontend development using Flutter.
Chemical Engineering
Phase-Equilibria studies using COSMO-RS
Completed a semester-long laboratory project on conducting phase-equilibria studies and thermodynamic property studies of Deep Eutectic Solvents (DES) using COSMO-RS and COSMO-SAC models, under the guidance of Prof. Upasana Mahanta.
Chemical Engineering
Molecular Dynamics Simulation of Deep Eutectic Solvents (DES)
Completed a semester-long study project on molecular dynamics simulation and fundamentals of Deep Eutectic Solvents (DES) under the guidance of Prof. Upasana Mahanta.
Chemical Engineering
Cement Manufacturing Process Optimization
Worked with a team of five Chemical Engineering students to analyze industrial cement production processes and to identify efficiency improvements and emission reduction opportunities as part of coursework for Process Design Principles I.
Chemical Engineering
Computer Vision based Thoracic Drain Tube Observer
Worked with a team of students in my sophomore year to develop a computer vision based thoracic drain tube observation device using OpenCV, Python, and various other object-tracking libraries.
Chemical Engineering
Heat Load Calculator
Worked with a team of six other Chemical Engineering students to build a room heat load calculator Python script, taking in real-world data from industry sources and applying it to optimize HVAC system design, as part of coursework for Chemical Engineering Thermodynamics.
Web
Bhagavad Gita Reader
My uncle suggested reading a verse from the Gita every day. The go-to site for this, asitis.com, was too clunky to use comfortably - so I scraped a verse repository, and vibecoded this over a weekend.
Data Science & Machine Learning
Computational Neuroscience Coursework Project
Collaborated with a team of two other students to partially reproduce the computational neuroscience paper, "Working Memory and Decision-Making in a Frontoparietal Circuit Model". We implemented the model architecture in Python using the Brian2 simulator, and conducted experiments to analyze the model's performance in working memory tasks.
Data Science & Machine Learning
Deep Learning Coursework Project
Worked with a team of four students to reproduce the deep learning paper, "Mind the Pool: Convolutional Neural Networks Can Overfit Input Size". While it was not a total success, the project was a valuable experience in understanding model sensitivity and the challenges of faithful paper reproduction and replication rigor.
Data Science & Machine Learning
Tamarind
3-layered classification neural network to predict spam calls, trained on a custom dataset.
Data Science & Machine Learning
Loan Approval Predictor
3-layered neural network trained on a Kaggle dataset by Bhavik Jikadara. This was my first ML mini-project and has terrible accuracy.