Projects

Work~AboutProjects

Iris Scan Detection & Authentication System

React, Node.js, MediaPipe, FAISS

Built a real-time biometric authentication system that uses your iris. yes, your actual eye to verify who you are. It pulls 128-dimensional embeddings from a live webcam stream using MediaPipe FaceMesh and matches identities via cosine similarity. Plugged in FAISS for fast vector search so the whole thing runs in under 2 seconds end-to-end with 95%+ accuracy. Full MERN stack, secure REST APIs, cloud-hosted and production-ready. 🔗 GitHub (opens in a new tab) | 🌐 Live Demo (opens in a new tab)


AI Hunger Games: Multi-Agent Evolutionary Simulation

Python, LLMs

What happens when you put a bunch of AI agents with different personalities in a room and make them compete? That's this project. Each agent generates responses, votes on others, and fights to survive across rounds. There's also a genetic evolution engine under the hood — agents inherit traits, mutate, and form alliances. All the data (survival rates, voting patterns, lineage) gets exported as JSON/CSV for analysis. 🔗 GitHub (opens in a new tab)


Open-Source Contributor — Moltbot (opens in a new tab) (Core Engine of Clawbot AI (opens in a new tab))

Built a SwiftUI audio player with regex-based parsing and multi-format support (OPUS, WAV) for real-time media interactivity inside a viral agentic platform. Also refactored TypeScript metadata and frontmatter parsing for Clawbot's skill repository.

made w/ ♥ by Aditya Bhuran — always building something new 🚀