Projects

RepoRAG

Paper under review

RAG-based solution for repository-level code generation. Overcomes LLM context length limits for debugging and code synthesis.

RAG/LLMs/Research

IndicTranse

Voice-to-voice translation for Indian languages. Fine-tuned phi-2 2.7B on AI4Bharat, with real-time ASR and TTS.

Fine-tuning/ASR/TTS

IntellectRAG

RAG-enhanced Q&A with Mistral 7B across documents, webpages, and YouTube transcripts.

RAG/Mistral 7B

NaturalSQL

Transformer model trained from scratch on WikiSQL to convert natural language to SQL.

Transformers/NL2SQL

DetectGPT

Zero-shot AI text detection using probability curvature. Implementation of the DetectGPT paper.

Detection/Zero-shot

FIRE Leaderboard

Leaderboard platform for the FIRE conference. FastAPI + MySQL for model evaluation and ranking.

FastAPI/Full-stack