Biocomputer Simulator
2026
Synaptic Wetware
🧠 Organoid Intelligence Biocomputer Simulator — HH + Izhikevich neuron models, MEA burst detection, DishBrain Pong, Baltimore Declaration ethics monitor.
ReactTypeScriptPhysicsMath
Interactive Playground
2026
Prompt Injection CTF
Interactive AI Security Playground — Prompt Injection CTF. Craft attack prompts to break constrained AI systems. Learn prompt injection, jailbreaking, intent drift & token smuggling.
Next.jsTailwindCSSSecurityAI
Severity-weighted LLM safety evaluation suite. Measures absolute refusal robustness across prompt injection, jailbreaking, data exfiltration, toxicity, and malware generation — with risk-adjusted category weights and a custom model-graded scorer.
PythonEvaluationLLMs
Intent Alignment Framework
2026
Akrivon AI
Most AI safety tools catch explicit policy violations. Akrivon catches something harder: when a model technically complies but misunderstands the user's actual intent. Building an intent alignment framework with novel metrics — Intent Fidelity Score and Deviation Index — to make that failure mode measurable and testable at scale.
PythonLLM EvaluationRed TeamingBenchmarking
JPMorganChase Innovation Week
2025
Model Vulnerability Scoring System
There was no standardized way to score AI model vulnerabilities the way CVSS scores software CVEs. Built an AI-VSS: a Model Vulnerability Scoring System that assigns reproducible, comparable risk scores.
PythonEmbedding ModelsCVSSAI Attack Library
DEVUP 2026 · JPMorganChase
2026
AEGIS
Traditional disaster recovery relies on mutable logs — logs that can be corrupted or tampered with before recovery kicks in. AEGIS anchors critical JPMC system state to Hyperledger Fabric's immutable ledger, then layers an AI monitor that detects anomalies and triggers recovery before failures cascade. Presented at DEVUP 2026, JPMC's invite-only technical conference.
Hyperledger FabricSolidityPythonAI
Major Project · NIE Mysuru
2022
Mindful-Me
Built a full-stack mental health platform that detects emotional state in real time using two signal sources — OpenCV for facial affect recognition and BERT for text sentiment — then matches users with nearby therapists by proximity and specialty. Designed to make mental healthcare accessible at scale, for users who otherwise have no path to professional support.
Vue.jsFlaskOpenCVTensorFlowBERTAppwrite
Nokia Bangalore University Conclave · Top 5
2021
Stock Price Prediction
Challenged the single-signal assumption behind most stock prediction models. Built a hybrid forecasting system that fuses an LSTM time-series model, live market sentiment scraped from news and social feeds, and fundamental intrinsic value calculations. The three-signal ensemble consistently outperformed any individual component — recognized in Nokia's Top 5 at the Bangalore University Conclave.
PythonLSTMNLPSentiment AnalysisML
Minor Project · NIE Mysuru · Best Project Award
2021
Schmaltz Surveyor
Ran a rigorous four-way classifier benchmark on live tweet sentiment — SVM, Random Forest, Logistic Regression, and kNN — Random Forest won. Shipped V2 with GCP Natural Language API integration, which lifted accuracy further by leveraging Google's pre-trained contextual models on ambiguous language. Awarded Best Project (1st Place) by Department of ISE, NIE and CSI-Mysore chapter.
Pythonscikit-learnGoogle Cloud NLPFlask