Skip to content
View AbhiGupta1310's full-sized avatar
💤
💤

Highlights

  • Pro

Block or report AbhiGupta1310

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


Coding

About Me

class AIEngineer:
    def __init__(self):
        self.name = "Abhi Gupta"
        self.role = "AI Engineer | Data Scientist"
        self.education = "B.E. Computer Science @ BITS Pilani"
        self.interests = [
            "Multi-Agent Systems",
            "RAG Pipelines",
            "LLM Orchestration",
            "NLP & Transformers",
            "Vector Databases",
            "Model Context Protocol"
        ]

    def current_focus(self):
        return {
            "building": "Production-grade RAG & Agentic Systems",
            "learning": "LangGraph, LangSmith & GenAI",
            "exploring": "MCP-Style Context Control"
        }

    def future_goals(self):
        return "Applied AI Engineer solving real-world problems"


Tech Arsenal

Languages & Core

Python Java SQL JavaScript HTML5 CSS3

AI & LLM Engineering

LangChain LangGraph LangSmith OpenAI Transformers MCP Prompt Engineering LLM Guardrails

ML & Deep Learning

TensorFlow Scikit-Learn XGBoost CNN RNN/LSTM NumPy Pandas Spacy

RAG & Vector Search

FAISS ChromaDB Weaviate BGE Embeddings Semantic Search

Backend & Frameworks

FastAPI Pydantic React Node.js Express.js Tailwind

Databases

PostgreSQL MySQL MongoDB

MLOps & DevOps

Docker AWS CI/CD Git GitHub VS Code Jupyter


What I'm Actively Engineering

  • Architecting autonomous multi-agent systems with LangGraph (planning, parallelism, memory, control flow)
  • Building production-grade RAG pipelines with retrieval grounding and LangSmith evaluation
  • Shipping end-to-end NLP APIs with FastAPI: model to service to user
  • Engineering model-agnostic LLM backends via OpenRouter for cost and latency optimization
  • Orchestrating LLM context and tools using MCP-style patterns

Certifications

Certification Issuer Date
Machine Learning Specialization Stanford & DeepLearning.AI (Coursera) Oct 2025
Data Science Specialization IBM (Coursera) Aug 2025
Google Analytics Certification Google Skillshop Jun 2025

GitHub Analytics


Contribution Journey


Contributions Pacman

pacman contribution graph

Let's Connect

Instagram LinkedIn Gmail LeetCode


"Analyzing today, Predicting tomorrow!"

Profile Views

Thanks for visiting! Star my repos if you find them helpful.

Pinned Loading

  1. Deep-Research-AI-Agent Deep-Research-AI-Agent Public

    A Deep Research Agent that orchestrates in-depth web research on any topic. Built on LangGraph with 5 search providers, three-tier LLM hierarchy ,semantic Redis caching, and PDF/MD/JSON export. Gen…

    Python 4 2

  2. AI-Career-Advisor AI-Career-Advisor Public

    AI-powered career prediction, skill recommendation, and personalized guidance system. Uses XGBoost classification, TF-IDF similarity matching, and OpenRouter (ChatGPT Nano) to deliver action-orient…

    Jupyter Notebook 6

  3. AI-Tutor-RAG AI-Tutor-RAG Public

    A RAG-based AI teaching assistant that transcribes YouTube course playlists using Whisper, chunks content with timestamps, generates BGE-M3 embeddings for semantic search, and delivers context-awar…

    Python 3

  4. Multi-Task-NLP-Transformers Multi-Task-NLP-Transformers Public

    End-to-end multi-task NLP pipeline using Hugging Face Transformers for sentiment analysis, summarization, named entity recognition, and zero-shot topic classification.

    Jupyter Notebook 2

  5. fastapi-ecommerce-dashboard fastapi-ecommerce-dashboard Public

    🛒 Full-stack e-commerce product management system built with FastAPI & Streamlit. Features complete CRUD operations, Pydantic validation, and interactive web UI.

    Python 3

  6. quote-next-word-predictor-gru quote-next-word-predictor-gru Public

    A GRU-based next-word predictor trained on a quotes dataset to generate quote-style text. Includes a reproducible training notebook and a Streamlit app for interactive inference using top-k and tem…

    Jupyter Notebook