My Projects
A showcase of my work across various technologies
AllAPI DevelopmentAlgorithmsAndroid DevelopmentApache FlinkBacktestingBinary Search TreeCC++Cloud NativeDartData StructuresDeepLDockerDynamic Data StructuresExpress.jsFacebook TTSFastAPIFinancial MLFinancial ModelingFirebaseFirebase FirestoreFlaskFlutterGPT-4 TurboGoogle CloudGoogle GemmaGoogle Maps APIGradleGrafanaHigh-Frequency TradingIPCIntel TBBJUnitJavaJavaScriptKafkaKubernetesLSTMLangChainMachine LearningMicroservicesMobile UI/UXMonte CarloNextUINode.jsNumPyObject-Oriented DesignOpenAI WhisperOperating SystemsPandasPrometheusPythonQEMUQuantitative FinanceREST APIReactSoftware TestingSpring BootSwagger UISwiftSwiftUISystem ProgrammingTensorFlowUMAPVirtual MemoryViteWavelet AnalysisWord2VecXGBoostiOS Developmentpybind11x86-64 Assembly

TechSwipe
A full-stack swiping app with ML-powered recommendations using Word2Vec and Epsilon-greedy algorithms on 70+ GB e-commerce dataset.
JavaScriptSwiftSwiftUINode.js+6
- Engineered a full-stack swiping app with Node.js/Express backend and Firebase Firestore, achieving 35% faster server response on a 70+ GB dataset across 100+ collections
- Implemented Word2Vec & Epsilon-greedy ML algorithms on Google Shopping data and drove UI optimizations via A/B tests with 1000+ users—increasing app interactions by 30%

LIGO Real-time Analytics Pipeline
A high-performance streaming pipeline processing 100M+ daily seismic samples for gravitational wave detection with sub-second latency.
Apache FlinkKafkaPythonKubernetes+6
- Achieved sub-second end-to-end latency on 100M+ daily seismic samples by architecting a Kafka→Flink streaming pipeline on Kubernetes to ingest 24 vibration data channels
- Boosted anomaly-detection accuracy by 20% and cut false-positives to under 1% by deploying Wavelet→UMAP→XGBoost models as microservices

Microkernel Operating System
A custom microkernel OS with preemptive multitasking, virtual memory management, and optimized context switching.
Cx86-64 AssemblyQEMUVirtual Memory+3
- Engineered a microkernel supporting preemptive multitasking, round-robin scheduling, and IPC in C and x86-64 Assembly, optimizing context-switch overhead by 17%
- Successfully running 8 concurrent user-space tasks on QEMU with robust process isolation

Real-Time Portfolio Risk Engine
A high-performance hybrid Python/C++ engine computing portfolio VaR/CVaR in under 5ms for 100K+ positions.
PythonC++pybind11Intel TBB+5
- Computed portfolio VaR/CVaR in under 5ms for 100K+ positions by engineering a hybrid Python/C++ engine with pybind11 for low-latency risk calculations
- Accelerated Monte-Carlo simulations by 70% by implementing multi-threaded execution with Intel TBB

ML-Based Alpha Signal Generator
A high-frequency trading system achieving 62% directional accuracy with LSTM models and real-time FastAPI inference.
PythonTensorFlowLSTMFastAPI+5
- Achieved 62% directional accuracy on next-bar return predictions by training and backtesting LSTM models on 5 years of high-frequency financial data
- Delivered real-time alpha signals at over 50K requests/sec by deploying the model via a high-performance FastAPI inference service

GYAN.AI
An inclusive educational platform leveraging OpenAI Whisper, GPT-4 Turbo, and fine-tuned Gemma models for students with disabilities.
OpenAI WhisperGPT-4 TurboGoogle GemmaFacebook TTS+6
- Created an innovative educational platform leveraging advanced AI models for inclusive learning environments
- Integrated video-to-notes conversion, AI chatbot, summarization, and text-to-speech for comprehensive accessibility

WhisperTalk
A cloud-native social media application showcasing modern deployment with Docker, Kubernetes, and Google Cloud.
Spring BootDockerKubernetesGoogle Cloud+4
- Leveraged Docker for containerization and Kubernetes for orchestration on Google Cloud Platform
- Combined Spring Boot's efficiency with REST API connectivity and Swagger UI interactivity

CloseBuy: Helping Wallets and Environment
A Flutter-based campus marketplace with integrated Trinity College map for convenient student transactions.
FlutterDartGoogle Maps APIFirebase+2
- Developed a comprehensive campus marketplace using Flutter and Dart for Trinity College students
- Integrated Trinity College's map for easy location-based transactions between users

Interactive Contacts Application
A Java-based contacts management system utilizing Binary Search Tree for efficient data handling and dynamic user interactions.
JavaBinary Search TreeGradleJUnit+3
- Implemented Binary Search Tree data structure for efficient contact storage and retrieval operations
- Created dynamic user interfaces for contact addition, deletion, and search functionality

Java Text Editor
A feature-rich text editor built with dynamic data structures and algorithms for optimized text processing.
JavaDynamic Data StructuresAlgorithmsGradle+3
- Leveraged dynamic data structures and algorithms for optimized text processing performance
- Showcased advanced skills in object-oriented design and software architecture