Skip to content
View adityarajsahu's full-sized avatar
👋
Let's collaborate
👋
Let's collaborate

Block or report adityarajsahu

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

Hey there, I'm Adityaraj Sahu

Typing SVG

Profile views


def get_motivated(feeling: str) -> str:
    """
    Turns any feeling into perspective.

    Input  : how you're feeling right now (e.g. "stuck", "lost", "tired")
    Output : a reminder that you're capable of changing the world
    """
    return (
        f"So you're feeling {feeling}? Here's something to remember:\n\n"
        "'When you grow up you tend to get told that the world is the way it is...\n"
        " Life can be much broader once you discover one simple fact:\n"
        " Everything around you that you call life was made up by people\n"
        " that were no smarter than you. And you can change it, you can influence it…\n"
        " Once you learn that, you'll never be the same again.'\n\n"
        "                                                        — Steve Jobs"
    )

>>> get_motivated("stuck")

👨‍💻 About Me

Coding GIF

  • 🧠 Deep into teaching machines to see, think, and occasionally hallucinate responsibly

  • 👯 Open to collaborate on AI/ML research & production systems

  • 🏆 3× Hackathon Winner — AWS (2×) & Dr. Reddy's

  • 💬 Ask me about AI, or literally anything — I'll somehow relate it back to AI 😅

  • ⚡ Fun fact: I thought frontend development was easy 😓



🛠️ Tech Stack

Languages

Python C++ JavaScript

ML & Deep Learning

PyTorch TensorFlow JAX ONNX

Inference & Serving

vLLM Triton FastAPI gRPC

Infrastructure

Docker Kubernetes GCP Redis Qdrant

Specializations

LLMs RAG Diffusion Models Computer Vision LoRA/SFT GRPO Quantization TTS


📊 GitHub Stats


📈 Contribution Graph


🐍 Watch my contributions get eaten


I love connecting with people — drop a hello at adityaraj2019.sahu@gmail.com 😊

Pinned Loading

  1. LetsChat LetsChat Public

    This is a real-time web-based chatting application made using node and socket.io

    JavaScript

  2. Northern-Lights Northern-Lights Public

    Full Stack application for camping ground locations.

    JavaScript

  3. Expense-Tracker Expense-Tracker Public

    React based web application for expense tracking

    JavaScript

  4. Medecoder Medecoder Public

    CSS 6 5

  5. Meme-Machine Meme-Machine Public

    Create memes using multi-agent architecture and post them on Reddit

    Python

  6. llm_serve_optimizer_env llm_serve_optimizer_env Public

    RL environment for optimizing LLM serving parameters

    Python