March 2026
Hallucination-Resistant Multi-Hop Q&A
93% BERTScore F1Built an evidence-based RAG pipeline on HotpotQA with BM25 + FAISS hybrid retrieval, BAAI/bge-reranker-v2-m3 reranking, citation selection, and LLM-powered query decomposition. Ran local inference with Gemma4:31b via Ollama and qwen3-embedding:8b.
RAGBM25FAISSCross-encoderOllama
April 2026Wine Explorer
Voice-enabled FastAPI app with Whisper STT, streaming Qwen 2.5:7B responses, browser TTS, self-correcting analytical pandas code, hybrid RAG, intent extraction, and zero cloud APIs.
FastAPIWhisperQwenHybrid RAG
January 2024 · Patent filedN.O.V.A
Local-first AI writing assistant built with Python, Flask, Vue.js, and Electron. Added sliding memory, streaming for sub-five-second responses, tunable inference, SHA-256 encryption, and secure local storage.
PythonVue.jsElectronLocal AI
October 2025Go Player
5×5 Minimax agent with alpha-beta pruning, fast legal-move generation, and heuristic evaluation across liberties, eyes, connectivity, and captures. Achieved approximately 80% win rate.
MinimaxAlpha-betaGame AI
July 2025Handwritten Text Generator
Trained a DDPM diffusion model on 85,000 alphanumeric MNIST examples. Optimized a menu-driven inference workflow to generate custom text in under seven seconds.
DDPMDiffusionPyTorch
September 2025GA Map
Genetic Algorithm route optimizer using path-as-chromosome encoding, selection, crossover, and mutation. Ranked 17th among 240 students.
Genetic AlgorithmOptimization
March 2023Omni-Watch
WearOS app with 1,000+ configurable visual and interaction combinations, optimized rendering, asset preloading, and audio. Reached 140+ closed-testing users.
WearOSJetpack ComposeAndroid