Skip to content
View akanupam's full-sized avatar
🎯
Focusing
🎯
Focusing
  • 12:44 (UTC -12:00)

Highlights

  • Pro

Organizations

@DiaLabs

Block or report akanupam

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

LinkedIn  GitHub  Gmail  Phone




$ whoami

#!/usr/bin/env python3
# aditya.py — instantiate me

class AdityaKumarAnupam:
    """
    ML Systems Architect who lives in the gap
    between research and production.
    """

    role        = "ML Systems Architect"
    location    = "India 🇮🇳"
    available   = True  # open to opportunities

    focus = [
        "Autonomous AI Agents",
        "LLM Applications & RAG",
        "Computer Vision Pipelines",
        "Full-Stack AI Products",
        "Production Inference Systems",
    ]

    contact = {
        "email"    : "aditanupam@gmail.com",
        "linkedin" : "linkedin.com/in/aditanupam",
        "github"   : "github.com/akanupam",
        "phone"    : "+91-8002809961",
    }

    def philosophy(self):
        return "If it doesn't ship, it doesn't count."

THE PRODUCTION GAP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  data ──▶ train ──▶ evaluate
                         │
                    most engineers
                      stop here
                         │
                         ▼
              optimize ──▶ deploy
                              │
                         monitor ──▶ adapt
                              │
                         ┌────┴────┐
                         │ I LIVE  │
                         │  HERE   │
                         └─────────┘

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  Ship. Scale. Survive. Repeat.



🧰 Tech Stack

◆ Languages

Python C++ C Java JavaScript


◆ AI · ML · Vision

PyTorch TensorFlow HuggingFace LangChain OpenCV OpenAI


◆ Frontend & Web

Next.js Tailwind Flutter HTML5 CSS3


◆ Backend & APIs

FastAPI Django Flask Node.js


◆ Data, Infra & DevOps

PostgreSQL MySQL Supabase Docker Vercel GitHub Actions Git Maven




🔭 What I'm Working On


  Domain What's Happening
🟢 Autonomous AI Agents Multi-agent systems that reason, plan, and take actions autonomously
🟢 LLM Applications Production-grade RAG pipelines, fine-tuned models, memory systems
🟢 Computer Vision Real-time inference pipelines, edge deployment, object detection
🟢 Full-Stack AI Products Next.js frontends + FastAPI backends + LLM integrations
🟡 Inference Optimization Quantization, distillation, latency reduction at scale
🟡 Multimodal ML Vision + language integrated architectures



📊 GitHub Activity

  





⚙️ Engineering Principles


┌──────────────────────────────────────────────────────────────────┐
│                                                                  │
│   01 ·  A model that can't be deployed is a science project.     │
│                                                                  │
│   02 ·  Reproducibility is not optional. It's engineering.       │
│                                                                  │
│   03 ·  The pipeline is the product — not the model inside it.   │
│                                                                  │
│   04 ·  Latency is a UX problem. Treat it like one.              │
│                                                                  │
│   05 ·  Real intelligence survives contact with real data.       │
│                                                                  │
│   06 ·  Own the system end-to-end, or own none of it.            │
│                                                                  │
└──────────────────────────────────────────────────────────────────┘



💬 Let's build something that matters


LinkedIn   Email   GitHub


// engineered with intent · zero boilerplate · always shipping

Pinned Loading

  1. RAG-based-Query-Resolver RAG-based-Query-Resolver Public

    A RAG based query resolver project, where you can upload your long text files and ask your queries from that file.

    Python

  2. agentic-joking-bot agentic-joking-bot Public

    AI-powered developer joke generator using LangGraph agentic workflows, LangChain, and Google Gemini API.

    Python

  3. churn-predictor churn-predictor Public

    Churn predictor.

    Python

  4. DiaLabs/dia-mod DiaLabs/dia-mod Public

    Moderator bot for Group Chats

    JavaScript 3 1

  5. iTweet-Django-project iTweet-Django-project Public

    Made this project using Django, understanding the basic flow that how models, views, urls, forms goes hand in hand during development in Django.

    Python

  6. Jharkhand_trip_itinerary_planner Jharkhand_trip_itinerary_planner Public

    Made a microservice in a hackathon that can plan your trip in Jharkhand, using Gemini API and basic Web Dev.

    JavaScript