total 3
drwxr-xr-x voice-flight-search/ [3RD PLACE]
drwxr-xr-x audio-transcriber/
drwxr-xr-x optical-flow/ # Voice-Activated Flight Search
Speech -> Whisper -> LangChain RAG -> Vector DB -> LLM -> Flight Search
Built end-to-end voice-activated flight search: speech input transcribed via Whisper, processed through LangChain RAG pipeline, vector DB lookup for context, LLM-powered parameter generation, automated flight search and form autofill.
# Real-Time Audio Transcriber
Multi-source real-time transcription system using OpenAI Whisper. Implements background processing pipeline that reduces latency by 30%. Supports multiple audio input sources with seamless switching.
# Optical Flow Tracking
Implemented feature and template tracking using Lucas-Kanade algorithm. Achieved 90% tracking accuracy. Extended implementation to dense optical flow with 70% accuracy for full-frame motion estimation.