/ Projects
Things I've built.
01
Workflow:- Financial PDFs were parsed into layout-aware blocks using page text, headings, font signals, tables, and paragraph structure before chunking.
- Chunking strategies tested included recursive 512/768/1024, paragraph-hybrid 512/768, section-aware 512, table-aware paragraph-hybrid 512, and a parent-child design.
- Each strategy used the same embedder, generator, retriever, prompt, judge, and top-k retrieval setup to keep the comparison controlled.
- Recursive chunking achieved perfect retrieval coverage, with Hit@K and Evidence Recall both reaching 1.0000 across recursive variants.
- Section-aware chunking performed best across answer-level metrics: F1 0.4721, Numeric Accuracy 0.4667, Citation Faithfulness 0.7556, Judge Score 7.6667, Judge Correct 0.6000, Judge Faithful 0.8000, and Judge Used Evidence 0.8000.
02
Workflow:- Structured business data stored in PostgreSQL
- Query understanding to identify relevant tables and fields
- Top-k table retrieval with fuzzy matching over column values
- SQL generation and execution for analytical datasets
- Python sandbox execution for chart generation
03
Workflow:- Lead and CRM data ingestion from internal sources
- Embedding generation and storage in Qdrant
- Semantic retrieval of company context and past interactions
- RAG pipeline for personalized email generation
- Conversation summarization for lead tracking
04
Workflow:- Gameplay video template selection for the lower screen region
- LLM-generated narration and content plan from user text
- Image generation for upper-screen visuals
- ElevenLabs voiceover generation
- Automated video assembly into final reel output
05
Workflow:- Scraped Nepali video data from YouTube
- Used capable VLMs to generate captions + QA
- Frame processing with 10 second clips
- VLM and encoder-decoder architecture
- Generated final captions and QA outputs
06
Workflow:- Collected and preprocessed historical stock data from Yahoo Finance
- Modeled volatility using GARCH and related variants
- Integrated hybrid GARCH-LSTM models for short-term forecasting
- Backtested predictions for risk estimation accuracy
- Produced Value-at-Risk estimates and decision-support visualizations
07
Workflow:- Extracted hand and body keypoints from video frames
- Constructed spatio-temporal graphs for joints and gestures
- Applied Graph Attention Networks for spatial dependencies
- Integrated LSTM layers for temporal sequence modeling
- Predicted sign language gestures on benchmark datasets