Skip to content
View sharmamimanshi24's full-sized avatar
😁
😁

Block or report sharmamimanshi24

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.

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
sharmamimanshi24/README.md

Hi, I'm Mimanshi Sharma πŸ‘‹

AI/ML Engineer-in-training | Building RAG systems, multi-agent pipelines, and audio-LLM evals


About Me

I'm a final-year B.Tech CSE (AI/ML) student at SRMIST, Chennai, graduating June 2026. Right now I'm an AI Research Intern at DRDO's DYSL-AI Lab, working on audio-language model evaluation β€” building bilingual (Hindi/English) benchmark datasets and studying failure modes like hallucination and confabulation in models like SALMONN-7B, Audio Flamingo Next, and Qwen2-Audio.

Outside of that, I build full-stack AI applications end-to-end β€” from RAG chatbots in production to multi-agent pipelines that audit their own outputs for bias. I care about whether a model's output is actually correct, not just fluent β€” that's the thread connecting most of what I work on.

  • πŸ”­ At DRDO, built a data pipeline (yt-dlp, ffmpeg, ytmusicapi) that curated a 600-song audio dataset with a 48Γ— speedup over manual collection
  • πŸ§ͺ Designed a data validation system that auto-corrected 60% of broken records, cutting manual review down to under 8% of the dataset
  • 🎧 Benchmarked three audio LLMs (SALMONN-7B, Audio Flamingo Next, Qwen2-Audio) for gender classification and failure analysis
  • πŸŽ“ B.Tech CSE (AI/ML), SRMIST β€” CGPA 8.1

Tech Stack

Languages Python JavaScript

AI / ML PyTorch Hugging Face Google Gemini OpenAI Ollama

Backend / Frontend FastAPI Flask React

Cloud / Infra Google Cloud Firebase Docker Git Linux

Certifications: Google Cloud/DeepMind β€” ADK Agents (Intermediate), SLM Training (Advanced), Intro to Generative AI Β· AWS Academy β€” ML Foundations, Cloud Operations


Featured Projects

🧠 Memory AI β€” Persistent RAG Assistant A production-ready RAG chatbot with LLM-powered persistent memory, built on React 18 + FastAPI with the Gemini API and Firestore. Context window management for multi-turn dialogue via cosine similarity search over a vector database of embedded conversation history. AGPL-3.0 licensed. πŸ”— Live demo

πŸ” LLM Multi-Agent Pipeline for Bias Detection A 4-agent orchestration pipeline (Generator β†’ Auditor β†’ Refiner β†’ Verifier) built with Ollama to detect and fix biased language across 4 demographic categories. Modular agent orchestration with prompt engineering and automated evaluation β€” surfaced hallucination failure modes in agent-to-agent communication, including the Auditor fabricating verbatim "evidence."

πŸͺΈ Coral Reef Classification using ResNeSt + CSA β€” Accepted at ICCBI 2026 A ResNeSt-50 architecture with a novel Cross-Spatial Attention module for automated coral health classification from underwater imagery. 92.4% accuracy (92.0% precision, 91.7% recall) on 7,384 images, outperforming ResNet-50 (87.2%) and ResNeXt-50 (89.1%); ablation study validated the CSA contribution. Deployed as a real-time inference web app on Flask.


GitHub Analytics


Open to AI/ML fresher roles β€” always happy to talk about RAG systems, agentic pipelines, or model evaluation.

Popular repositories Loading

  1. LLM-Peer-Review-System LLM-Peer-Review-System Public

    This project uses two lightweight LLM models which are designed to generate, evaluate and refine responses. We give it a dataset of debate topics, the system uses one language model to generate an …

    Python

  2. Conversational-arguments-with-LLMs Conversational-arguments-with-LLMs Public

    This project is about making two AI models debate with each other. One AI is told to support a topic and the other AI is told to oppose it. They take turns replying to each other for a few rounds, …

    Python

  3. LLm-as-a-Judge LLm-as-a-Judge Public

    This project creates a debate between two LLM models. Each model is given a fixed opinion about a topic. They argue with each other for a few turns. At the end, a third Master LLM is acting as a ju…

    Python

  4. my_adk_agent my_adk_agent Public

    A hands-on exploration of Google's Agent Development Kit β€” building AI agents that think, plan, and act autonomously using LLMs.

    Python

  5. bias-audit-pipeline bias-audit-pipeline Public

    Multi-Agent Bias Auditing Pipeline using Google ADK and Ollama

    Python

  6. sharmamimanshi24 sharmamimanshi24 Public