Showcasing my journey through code, from systems programming to machine learning
The official website for Centre for Career Development, Indian Institute of Technology, Guwahati.
This visualization tool applies KMeans, DB Scan, and Affinity Propagation clustering algorithms to datasets. It supports loading datasets (csv/xls/xlsx/mat), visualizing in 2D/3D plots, generating cluster analysis videos/slideshows, creating random datasets, and using PCA for high dimensionality data.
In this project, we analyze the impact of label noise on the performance of the paraphrase detection model. i.e. We will analyse the sensitivity to label noise (robustness) in our paraphrase detection model.
This DL course project attepmts improvements on land cover mapping using satellite imagery through unsupervised domain adaptation. Key enhancements include advanced loss functions, extended data augmentation, and a patching strategy for high-resolution images.
Added POSIX archive format support to minicoredumper project, enhancing minicoredumper to efficiently handle cores > 8GB. Did it as part of my intern at Nutanix.
Simulates UNIX kernel’s Bash shell. Some implemented features include piping, file-redirection and a built-in archive feature.
A Django based website with email verification, Google authentication, movie recommendations, search, comment replies, user profiles and dark mode that connects to the TMDb API to enable rating, reviewing and receiving suggestions for movies.
InterIIT Tech Meet 11.0 Gold Medal Winner. Created dimes, a virtual currency system to gamify and incentivize community contributions, and slogs, integrated code snippets and data documentation, on Paradime's marketplace.
A protocol for automated token exchange on Ethereum. Designed around ease-of-use, censorship resistance, and zero rent extraction. Useful for traders and functions particularily well as a component of other smart contracts which require guaranteed on-chain liquidity.
Implemented kernel threads, synchronization primitives, and scheduling policies for an operating system course project.