Skip to content
View sakshi-maurya1's full-sized avatar

Block or report sakshi-maurya1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sakshi-maurya1/README.md

Profile views LinkedIn

I evaluate AI models for a living right now — and I'm building my way into building them.

Currently an AI Evaluator at RWS, spending my days deep in model outputs: catching where LLMs get it wrong, why they get it wrong, and what "good" actually looks like at scale. That's given me a pretty unfiltered view of how these systems fail in the real world — which is exactly what I'm now putting into practice on the other side of the table, building agentic AI and ML systems myself.

I'm looking to move into an AI Engineer role, or take on freelance work building agentic AI applications, RAG pipelines, and LLM-powered tools.


🔧 What I'm working with

Python LangChain Streamlit Jupyter Google Gemini Git

Plus everything two years of evaluating models has taught me about prompt design, failure modes, and what separates a demo from something you'd actually trust in production.


🚀 Projects I'd point you to first

Agentic AI Recruitment Copilot A multi-step recruitment assistant orchestrated with LangGraph — automates resume screening and candidate evaluation across several stages instead of a single prompt-in, answer-out flow.

RAG-based QnA Feed it any PDF, get answers grounded only in that document — no hallucinated context, no reaching outside the source. Built to actually test the limits of retrieval-augmented generation, not just demo it.

LangChain AI Agent A conversational agent built with LangChain, Gemini, and Streamlit — my hands-on deep dive into how LLM agents actually work, from a single chain up to a full agent loop.

Medical Assistance Chatbot AI healthcare assistant fine-tuning BioBART-v2 with QLoRA for domain-specific conversational NLP, served via FastAPI + Streamlit.


📊 GitHub stats

Sakshi's GitHub stats Top languages

GitHub Streak


📍 Right now

Sharpening the gap between "I can build an agent" and "I can build an agent someone would actually pay for." If you're hiring for AI/ML engineering, or have a project that needs an agentic system or RAG pipeline built properly — let's talk.

📫 Reach me

Pinned Loading

  1. Agentic-AI-Recruitment-Copilot Agentic-AI-Recruitment-Copilot Public

    An Agentic AI recruitment assistant using LangGraph to orchestrate multi-step resume screening and candidate evaluation workflows.

    Python 1

  2. medical-assistance-chatbot medical-assistance-chatbot Public

    A domain-specific medical conversational assistant built by fine-tuning BioBART-v2 with QLoRA (Quantized Low-Rank Adaptation) — enabling parameter-efficient fine-tuning on limited compute, rather t…

    Jupyter Notebook 1

  3. langchain-ai-agent langchain-ai-agent Public

    A conversational AI agent built using LangChain, Google Gemini, and Streamlit. This project was my hands-on exploration of how LLM-powered agents work — starting from a basic chain all the way to a…

    Python 1

  4. RAG-based-QnA RAG-based-QnA Public

    A document question-answering system built using Retrieval Augmented Generation (RAG). You feed it any PDF, and it answers your questions based only on the content of that document — not from the m…

    Python 1