Skip to content
View RudraDudhat2509's full-sized avatar

Block or report RudraDudhat2509

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

DOSSIER

class RudraDudhat:

    institute  = "Indian Institute of Technology, Bhilai"
    degree     = "B.Tech — Data Science & Artificial Intelligence"
    cgpa       = 9.48  # out of 10
    year       = "2nd Year (2024–2028)"
    location   = "Navi Mumbai, India"

    shipped = {
        "Cascade AI" : "Firebase Cloud Functions — Multi-Agent LLM Pipeline",
        "OptiQuant"  : "Streamlit Cloud — Full-Stack ML Trading App",
    }

    stack = {
        "LLM"   : ["LangChain", "OpenAI API", "HuggingFace", "RAG", "Ollama"],
        "ML"    : ["LightGBM", "CatBoost", "PyTorch", "SHAP", "Scikit-learn"],
        "Infra" : ["Docker", "AWS EC2", "Firebase", "GitHub Actions", "CI/CD"],
        "Web"   : ["Streamlit", "Flask", "Gradio"],
    }

    philosophy = "A model that runs only on your laptop is not a product."
    seeking    = "AI Engineering Internship — Remote / Mumbai"

    def ship(self, idea):
        prototype     = self.build(idea)
        containerized = self.dockerize(prototype)
        deployed      = self.push_to_cloud(containerized)
        return deployed  # not prototype. deployed.

PROJECTS

CASCADE AI — Multi-Agent Intelligence Platform

Status LangChain OpenAI Firebase GCS Python

An LLM planner that decomposes plain-text goals into coordinated multi-agent blueprints — web search, scraping, auditing, routing, and formatting — executed in sequence via Firebase Cloud Functions. Self-healing router with conditional branching handles mid-run failures automatically. Per-user private memory stored in Firestore; large intermediate payloads offloaded to GCS.

Not a chatbot. Not an API wrapper. A production orchestration system.


OPTIQUANT — Full-Stack ML Trading Application

Status Docker AWS CI/CD SHAP View Repo

Weighted ensemble (LightGBM 40% + CatBoost 40% + Random Forest 20%) with walk-forward backtesting, SHAP explainability surfaced directly in the UI, and full Docker + GitHub Actions CI/CD. Found lookahead bias in v1 — rebuilt from scratch instead of hiding it.

Metric Result
Sharpe Ratio 1.05
CAGR 28.16%
Win Rate 53.92%
Max Drawdown -20.00%
Calmar Ratio 1.41

PERSONAL OUTREACH ENGINE — Automated Intelligence Pipeline

Status Python Selenium GPT4 Sheets View Repo

Scrapes job listings, scores them using embedding similarity against your profile, generates personalized cold emails with GPT-4o, requires human approval before sending, then classifies replies and retrains a logistic regression model to re-rank future opportunities. Gets smarter with every send.


ARSENAL

LANGUAGES

Python SQL Java C

ML / DEEP LEARNING

PyTorch TensorFlow scikit-learn LightGBM CatBoost SHAP Pandas NumPy

LLM & GENAI

LangChain OpenAI HuggingFace RAG Ollama

INFRA & DEVOPS

AWS Docker Firebase GitHub Actions GCS


STATS

GitHub Streak

Activity Graph

Summary Card

Repos Card Commit Card


CODING ACTIVITY

Powered by WakaTime — updates every 24 hours via GitHub Actions

Code Time

Profile Views

Lines of code

🐱 My GitHub Data

📦 ? Used in GitHub's Storage

🏆 116 Contributions in the Year 2026

💼 Opted to Hire

📜 18 Public Repositories

🔑 0 Private Repositories

I'm an Early 🐤

🌞 Morning                10 commits          █░░░░░░░░░░░░░░░░░░░░░░░░   05.00 % 
🌆 Daytime                95 commits          ████████████░░░░░░░░░░░░░   47.50 % 
🌃 Evening                68 commits          ████████░░░░░░░░░░░░░░░░░   34.00 % 
🌙 Night                  27 commits          ███░░░░░░░░░░░░░░░░░░░░░░   13.50 % 

📅 I'm Most Productive on Saturday

Monday                   5 commits           █░░░░░░░░░░░░░░░░░░░░░░░░   02.50 % 
Tuesday                  53 commits          ███████░░░░░░░░░░░░░░░░░░   26.50 % 
Wednesday                16 commits          ██░░░░░░░░░░░░░░░░░░░░░░░   08.00 % 
Thursday                 33 commits          ████░░░░░░░░░░░░░░░░░░░░░   16.50 % 
Friday                   8 commits           █░░░░░░░░░░░░░░░░░░░░░░░░   04.00 % 
Saturday                 65 commits          ████████░░░░░░░░░░░░░░░░░   32.50 % 
Sunday                   20 commits          ██░░░░░░░░░░░░░░░░░░░░░░░   10.00 % 

📊 This Week I Spent My Time On

💬 Programming Languages: 
Python                   8 mins              ██████████████████░░░░░░░   70.97 % 
HTML                     3 mins              ███████░░░░░░░░░░░░░░░░░░   29.03 % 

I Mostly Code in Jupyter Notebook

Jupyter Notebook         8 repos             ████████████░░░░░░░░░░░░░   50.00 % 
Python                   3 repos             █████░░░░░░░░░░░░░░░░░░░░   18.75 % 
HTML                     3 repos             █████░░░░░░░░░░░░░░░░░░░░   18.75 % 
TypeScript               2 repos             ███░░░░░░░░░░░░░░░░░░░░░░   12.50 % 

Timeline

Lines of Code chart

Last Updated on 24/03/2026 01:48:12 UTC


EXPERIENCE

Aug 2025 – Present    Core Member           DS&AI Club, IIT Bhilai
                      Led 12-person team    200+ students across workshops

Aug 2025 – Present    Placement Volunteer   CCPS, IIT Bhilai
                      50+ cold outreach     2 new recruiters onboarded

Jul 2024 – May 2028   B.Tech DSAI           IIT Bhilai
                      CGPA 9.48 / 10        JEE Advanced Rank 10,463




"A model that runs only on your laptop is not a product. It is a proof of concept wearing a costume."

Pinned Loading

  1. diffprompt diffprompt Public

    git diff for prompt engineers

    Python 2

  2. OptiQuant OptiQuant Public

    AI-powered quantitative trading platform — ensemble ML (LightGBM + CatBoost + RF), backtesting engine, and live signal scoring. Deployed on AWS EC2 fornerly, now deployed on streamlit cloud

    Jupyter Notebook

  3. RudraDudhat2509.github.io RudraDudhat2509.github.io Public

    portfolio-website

    HTML

  4. personal-outreach-engine personal-outreach-engine Public

    Automation pipeline that scrapes LinkedIn and company pages, filters by role criteria, and drafts personalised outreach emails for internship and collaboration targets.

    Python 2

  5. ragbait ragbait Public

    A productivity tool for people who don't respond to motivation but do respond to shame.

    Python