Skip to content
View Satyam999999's full-sized avatar

Highlights

  • Pro

Block or report Satyam999999

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
Satyam999999/README.md

⚡ Who Am I?

satyam = {
    "role"        : "Generative AI Engineer",
    "education"   : "B.Tech CSE @ IIITDM Jabalpur (2023–2027)",
    "location"    : "Jabalpur, India 🇮🇳",
    "specializes" : ["RAG Pipelines", "Agentic AI", "LLM Applications",
                     "Multimodal AI", "Real-Time Voice Agents"],
    "stack"       : ["Python", "FastAPI", "LangGraph", "LangChain",
                     "Groq", "FAISS", "Redis", "PostgreSQL", "Docker"],
    "achievements": [
        "🏆 Amazon ML Summer School 2025 — Top 3,000 / 100,000+ students",
        "🥇 Amazon ML Challenge — Top 500 / 9,000+ teams"
    ],
    "currently"   : "Building scalable AI systems & seeking AI/ML internships"
}

I don't just build models — I build complete, production-grade AI systems.


🏆 Achievements at a Glance

🏅 Achievement 📊 Scale 🎯 Result
Amazon ML Summer School 2025 100,000+ applicants nationwide Top 3,000 selected
Amazon ML Challenge 9,000+ competing teams Top 500 teams

🚀 Featured Projects

🎙️ Real-Time Banking Voice Agent — RAG + Guardrails + HITL

An end-to-end production AI voice system for banking — with safety built in.

GitHub

Architecture highlights:

  • 🔊 Streaming STT/TTS pipeline via Whisper — enables low-latency real-time conversation
  • 🧠 Hybrid RAG — FAISS (vector) + BM25 (lexical) + Cross-Encoder reranking for high-quality, grounded answers
  • 🛡️ Multi-layer safety — prompt-injection defense + confidence-based Human-in-the-Loop escalation
  • 🔁 LangGraph agentic orchestration — deterministic routing with stateful multi-turn memory
  • 🗄️ Scalable backend — Redis session memory + PostgreSQL logging + WebSocket streaming
Stack: Python · FastAPI · LangGraph · Groq (LLaMA 3 70B) · FAISS · BM25
       Whisper · Redis · PostgreSQL · WebSockets · React

🎥 Brand Guardian AI — Multimodal Video Compliance Auditing

Automates video compliance auditing using multimodal AI — STT + OCR + RAG + LLM reasoning.

GitHub

Architecture highlights:

  • 🎬 Multimodal pipeline — Azure Video Indexer extracts transcripts + OCR text from video frames
  • 🔍 Hybrid semantic retrieval — vector + keyword + reranking over a compliance corpus (37 chunks, top-3 retrieval)
  • Automated PASS/FAIL decisions — schema-constrained LLM outputs for reliable downstream consumption
  • ⚙️ End-to-end latency: 145.8 sec/video — fully deployed FastAPI microservice with CLI + API support
Stack: Python · FastAPI · LangGraph · Groq (LLaMA 3.1) · Azure AI Search
       Azure Video Indexer · Sentence Transformers · OpenTelemetry

📚 ScholarAI — Multi-Agent Research Companion

Multi-agent system that automates literature reviews — cutting research time by 60%+.

GitHub

Architecture highlights:

  • 🤝 Multi-agent orchestration via CrewAI + LangGraph — specialized agents for search, synthesis, and report writing
  • 📦 Hybrid RAG over 1000+ embeddings using Pinecone for persistent vector storage
  • 📝 Structured report generation with persistent session memory across research sessions
  • ⚡ Reduced manual literature review time by 60%+
Stack: CrewAI · LangGraph · Pinecone · LLaMA 3 · RAG · SQLite · Python

🏥 AI Medical Symptom Checker

Production ML system for symptom-to-diagnosis mapping — 88% accuracy, RAG-grounded.

GitHub

Architecture highlights:

  • 🩺 88% accuracy across 100+ medical conditions using Random Forest classifier
  • 🔗 95% factual alignment via RAG + Gemini API grounding — reduces hallucinations
  • 🔄 Automated retraining pipeline — model stays current without manual intervention
  • 🐳 Fully containerized with Docker for reproducible, scalable deployment
Stack: Python · RandomForest · RAG · Gemini API · Flask · Docker · Scikit-learn

🛠️ Tech Stack

🧠 Languages

🤖 Generative AI & ML

LangChain LangGraph HuggingFace CrewAI Groq FAISS Pinecone RAG Prompt Engineering Scikit-learn OpenCV

🗄️ Backend & Databases

⚙️ Tools & DevOps

MLflow Azure AI WebSockets OpenTelemetry


📊 GitHub Stats


🎯 Currently Focused On

◆ Advanced RAG Architectures     — hybrid retrieval, reranking, adaptive chunking
◆ Agentic AI Systems             — multi-agent orchestration, tool use, planning
◆ MLOps & Production AI          — monitoring, evaluation, scalable deployment
◆ LLM Evaluation & Guardrails    — hallucination reduction, safety, HITL systems

📫 Let's Build Something

Open to AI/ML internships & full-time roles in Generative AI / LLM Engineering

LinkedIn Email GitHub


Pinned Loading

  1. AI-Powered-Medical-Symptom-Checker AI-Powered-Medical-Symptom-Checker Public

    Python

  2. AI-Powered-Resume-Analyzer AI-Powered-Resume-Analyzer Public

    Jupyter Notebook

  3. Crop-Disease-Detection-Classification-Application Crop-Disease-Detection-Classification-Application Public

    Jupyter Notebook

  4. LegalMind-Intelligent-Risk-Analyzer LegalMind-Intelligent-Risk-Analyzer Public

    Python

  5. ScholarAI-Research-Companion ScholarAI-Research-Companion Public

    Python

  6. Text-Summarizer-Using-NLP Text-Summarizer-Using-NLP Public

    Python