Projects
Reelery
July 6, 2025Automated Python pipeline that transforms CSV data into short-form video reels with AI-generated voiceovers, dynamic visuals, and animated subtitles. Generate dozens of ready-to-publish reels in minutes. Got 12.6K+ views in a month in v0.
Systematic Equity Trading Platform
June 1, 2025An engine that screens equity stocks, backtests multiple technical strategies with walk-forward validation, enriches decisions with news and fundamentals, and converts signals into risk-managed portfolio and paper-trading plans. Best strategy delivered 43.27% out-of-sample CAGR with 0.85 Sharpe over 10 years.
MAVEN
May 1, 2025Optimized approximate nearest neighbor search for edge devices. Replaced beam search in DiskANN/Vamana with priority-queue greedy traversal, cutting complexity and achieving 95% recall@1.2ms with sub-0.5ms query latency via adaptive graph pruning.
ZenFren
October 2, 2024AI-powered chatbot providing personalized mental health support to students, built with LangChain and Gemini.
Eureka
June 24, 2024AI-powered query interface that allows users to efficiently access and understand client data stored in internal databases using a natural language chat interface.
GitGraph
April 3, 2024Transforms Python codebases into interactive functional dependency graphs using Tree-sitter ASTs. Drag, zoom, and hover for deep dives with sidebars showing neighbor nodes and imported functions. Hyperlinks jump straight to source code.