Skip to content
View Rosesharma13's full-sized avatar

Block or report Rosesharma13

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

Hi, I'm Rose Sharma 👋

AI/ML Engineer · GenAI Developer · Multi-Agent Systems · LLMs

Portfolio · LinkedIn · Email


🧠 About Me

  • 🎓 B.Tech CSE (AI Specialization) — Rungta College, Bhilai · 2025
  • 💼 AI/ML internships building deployed, production-grade multi-agent systems
  • 🚀 Immediate joiner · Open to relocation anywhere in India
  • 🏆 Microsoft Azure Fundamentals (AZ-900) Certified

🔥 What I Build

skills = {
    "Agentic AI":       ["LangGraph", "LangChain", "Multi-Agent Orchestration", "Tool-Calling Agents"],
    "LLMs & GenAI":     ["Groq API", "Gemini API", "Hugging Face", "RAG", "Prompt Engineering"],
    "ML & NLP":         ["scikit-learn", "XGBoost", "Naive Bayes", "SVM", "Text Classification"],
    "Backend & APIs":   ["FastAPI", "Flask", "REST APIs", "SQLAlchemy", "PostgreSQL", "SQLite"],
    "Frontend":         ["React", "Redux Toolkit", "Vite"],
    "Deployment":       ["Vercel", "Render", "Streamlit Cloud", "GitHub Pages"],
    "Cloud & Tools":    ["Microsoft Azure AZ-900", "Git", "Pandas", "NumPy"],
}

🚀 Featured Projects

🏢 Quelvox CRM — Multi-Agent HCP Interaction Platform

A LangGraph-based agent for pharmaceutical field reps to manage healthcare professional interactions via natural language. The agent handles tool selection dynamically — logging meetings, searching HCP records, editing past entries, classifying sentiment, and generating follow-up recommendations — based on unstructured input.

Tech: LangGraph · LangChain · Groq API (LLaMA 3.3 70B) · FastAPI · React · Redux Live: quelvox-crm.vercel.app

🎯 Vyrora AI — Multi-Agent Platform

A platform with four specialized agents — Research, Document, Planning, and Presentation — each handling a distinct class of task, routed and orchestrated via Groq-powered LLMs.

Tech: LangGraph · Groq API · FastAPI · React Live: vyrora-ai-agent-platform.vercel.app

🏥 MIRA — Medical Intelligence Robotic Automation

AI-powered patient health prediction platform generating structured clinical risk reports from blood test biomarker data.

Tech: Python · Streamlit · SQLite · Groq API (LLaMA 3.3) · CRUD Live: mira-health-app.streamlit.app

🛍️ LLM Retail Assistant

RAG pipeline for natural language product queries over a retail catalog.

Tech: LangChain · Groq API · Hugging Face · Streamlit · RAG Live: llm-retail-assistant.streamlit.app

⚙️ LLM Data Pipeline

Modular AI ingestion pipeline for text/PDF/URL inputs — chunking, entity extraction, sentiment, and summarization, built without a LangChain dependency, with retry logic via Tenacity.

Tech: Groq API · FastAPI · BeautifulSoup · Tenacity · Pandas


🏅 Certifications

Certificate Issuer Date
Azure Fundamentals AZ-900 Microsoft Dec 2023
Fundamentals of LLMs Hugging Face Apr 2026
Data Analytics Simulation Deloitte & Forage May 2026
GenAI Job Simulation Vista Equity Partners & Forage May 2026
GenAI Powered Analytics TATA & Forage Apr 2026
AI Internship (AICTE Approved) Codec Technologies May 2026

Open to Junior AI/ML, GenAI Developer, and Multi-Agent Systems roles

📧 rosesharmaa132003@gmail.com

Pinned Loading

  1. MIRA-Medical-Automation MIRA-Medical-Automation Public

    MIRA – AI-powered patient health prediction platform using Python, Streamlit, SQLite, and Groq AI (LLaMA 3.3) for biomarker analysis and AI-powered clinical risk assessment.

    Python

  2. vyrora-ai-agent-platform vyrora-ai-agent-platform Public

    Multi-agent AI platform with FastAPI + React, powered by Groq LLMs. Research, document analysis, planning, and presentation agents routed through a lightweight supervisor.

    JavaScript

  3. Quelvox-CRM Quelvox-CRM Public

    AI-first CRM HCP Module — LangGraph + Groq + FastAPI + React

    JavaScript

  4. LLM-retail-assistant LLM-retail-assistant Public

    LLM-based retail assistant using Groq API, LangChain, and Streamlit.

    Python