blog.
From Zero to Smart Contracts: Stellar Bootcamp in Delhi
Starting with zero experience in Rust, writing and deploying Soroban smart contracts on the Stellar testnet by the end of the bootcamp.
Handwritten Digit Recognition With CNNs
A CNN that recognizes handwritten digits, automatically segments multi-digit numbers, and reads them in order. 98.5% test accuracy, under 100ms per prediction.
Credit Card Fraud Detection With Logistic Regression
End-to-end fraud detection on 284K+ transactions. Logistic Regression with balanced class weights, 99.9% accuracy on data with only 0.172% fraud cases.
PokéClassifier: AI Personality Matching
A web app that analyzes your photo for personality traits and matches you with a Pokémon. Next.js, Google Cloud Vision, Gemini AI, and a 930+ Pokémon database.
Security Flaws in My College's ERP System
Unauthenticated APIs leaking student data, a broken admin OTP flow, and endpoints still vulnerable weeks after disclosure.
musicxmatch-api: Musixmatch Wrapper for Node.js
An npm package that wraps the Musixmatch API for track search, lyrics, albums, and translations. npm install musicxmatch-api.