Applied ML with a Systems Engineering Mindset
B.Tech Computer Science student specializing in AI & ML at Siliguri Institute of Technology (MAKAUT), expected graduation 2028. Currently interning as an AI/ML Developer at Hansraj Ventures — building production RAG pipelines, LoRA fine-tuning workflows, RAGAS evaluation harnesses, and high-concurrency async microservices.
Categorized Engineering Stack
From retrieval and adapter fine-tuning to real-time observability and production async APIs.
Track Record & Accomplishments
Education & Certifications
Siliguri Institute of Technology (MAKAUT)
Professional Certifications
Open Source Contributions
Engineering Principles
How I approach building AI systems that survive in production rather than breaking on edge cases.
01. Evals Before Scaling
MEASUREMENTEvery LLM or fine-tuned adapter is coupled with automated RAGAS test harnesses measuring faithfulness, relevancy, and context recall before deployment. What isn't measured drifts.
02. Zero Hallucination Tolerance
SAFETYIn legal and financial domains, fabricated outputs cause real liability. I build deterministic citation cross-checkers and strict cosine guardrails into the pipeline flow.
03. Low-Latency Async I/O
SYSTEMSAsync FastAPI microservices, non-blocking DB pools, Milvus hybrid search with reciprocal rank fusion, and quantized CUDA inference ensure sub-second p95 latencies.