Skip to content
View Rushi9234's full-sized avatar

Block or report Rushi9234

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

About Me

Final-year Computer Science Engineering student at MIT Academy of Engineering, Pune (CGPA 7.52 · Sem-6 SGPA 8.0), focused on AI/ML, Data Science and Generative AI. I build intelligent, data-driven systems — from agentic RAG pipelines and explainable ML models to end-to-end analytics that turn messy data into decisions.

National Finalist at Insightfy 6.0, IIM Lucknow — out-executed 5,000+ teams to reach the Grand Finale, ranking 1st nationally in Data Analysis and 2nd nationally in the Case Study round. I enjoy turning open-ended problems into shipped, explainable products.

🎯 Core Focus

  • 🤖 GenAI & Agents — RAG pipelines, LangGraph state machines, multi-agent orchestration
  • 🧠 Machine Learning — gradient boosting, computer vision (YOLOv8, ViT), explainability (SHAP)
  • 📊 Data Science & Analytics — EDA, statistical modeling, forecasting, data storytelling
  • ML Engineering — FastAPI services, vector DBs (FAISS), model deployment
  • 🌐 Full-stack delivery — React / Next.js frontends for AI products

Technical Arsenal

GenAI & Agents

genai = {
    "orchestration": ["LangGraph", "LangChain"],
    "retrieval":     ["RAG", "FAISS Vector DB"],
    "agents":        ["Multi-agent workflows"],
    "models":        ["Hugging Face", "LLM APIs"],
}

Machine Learning & CV

ml = {
    "boosting":  ["XGBoost", "LightGBM",
                  "Random Forest"],
    "vision":    ["YOLOv8", "ViT", "GPT-2"],
    "explain":   ["SHAP", "SMOTE"],
    "core":      ["Scikit-Learn", "PyTorch"],
}

Data Science & Analytics

data_science = {
    "wrangling": ["Pandas", "NumPy"],
    "analysis":  ["EDA", "Statistical modeling",
                  "Time-series forecasting"],
    "viz":       ["Matplotlib", "Plotly", "Power BI"],
}

Engineering & Tools

languages: [Python, SQL, Java, C++]
backend:   [FastAPI, Flask, REST APIs]
databases: [MongoDB, MySQL, SQLite]
tools:     [Git, Docker, AWS, Jupyter]

Flagship Project

📈 InvestEdge — AI Financial Intelligence Platform

An AI-powered financial-intelligence platform driven by 9 specialized asynchronous AI agents coordinating technical analysis, fundamental scanning, and real-time market-regime detection. Built an async multi-key API client with automated failover inside a FastAPI backend for high-availability streaming, and a context-aware News RAG agent using FAISS similarity search to eliminate hallucinations during synthesis.

Stack: Python · FastAPI · React · RAG · FAISS · LLM APIs · yfinance · Vercel

Live Demo Repository

🚀 More Projects

🏪 KiranaFlow AI

Computer-vision credit-underwriting engine — YOLOv8-nano approximates store inventory from field photos, fused with geo-demographic signals and a 10-check fraud matrix for instant alternative credit scoring, explained via SHAP.

FastAPI · YOLOv8 · XGBoost · SHAP · OSMnx

Demo Repo

🔎 JobSearchy

Autonomous job-matching agent aggregating postings from 7 parallel scrapers, ranking by TF-IDF cosine similarity, and pushing results via async Telegram/email workers.

Python · Flask · SQLite · TF-IDF · React

Demo Repo

🤖 AutoStream

Multi-turn conversational state-machine on a LangGraph relational graph — deep-state memory checkpoints drive response drift down by ~90%; intent routing + automated webhooks.

LangGraph · LangChain · Gemini · FAISS

Repo

🍔 CraveConnect

Upgrade-propensity classification pipeline — SMOTE within stratified folds, benchmarked ensembles hitting AUC-ROC 0.7969, SHAP-driven revenue buckets (~$33K optimization).

XGBoost · SHAP · SMOTE · Scikit-Learn

Repo

🖼️ AI Image Caption Generator

Multi-modal vision-to-language pipeline — a ViT encoder coupled with a GPT-2 decoder via Hugging Face's VisionEncoderDecoder, with custom PyTorch tensor preprocessing.

ViT · GPT-2 · Hugging Face · PyTorch

Repo

🌍 Global Air Quality Analytics

Multi-city spatial-temporal pipeline — gradient-boosted PM2.5 regressors plus Apriori association-rule mining, delivering 22 automated visualizations.

XGBoost · LightGBM · mlxtend · Pandas

Repo

Experience & Honors

🏆 Honors

Achievement Level Highlight
🥇 Insightfy 6.0 — IIM Lucknow National Finalist Beat 5,000+ teams · Rank 1 Data Analysis · Rank 2 Case Study (AUC-ROC 0.7969)

💼 Internships

Company Role Focus
CodSoft AI / ML Engineering Intern Built a multi-modal ViT + GPT-2 vision-to-text pipeline, served via Gradio
BB Advisory Finance & Market Analytics Intern Technical analysis on FX pairs (USDJPY) & crypto (BTCUSD); risk-management fundamentals

Certifications

🤖 Anthropic — Advanced Model & LLM Engineering

  • Claude with Amazon Bedrock
  • Claude with Google Vertex AI
  • Building with the Claude API
  • Claude Code in Action
  • Introduction to Model Context Protocol (MCP)

☁️ AWS Academy — Infrastructure & Cloud

  • AWS Academy Cloud Foundations
  • Architecting on AWS

📊 Forage — Job Simulations

  • Deloitte Data Analytics
  • Tata Data Visualisation

Coding Profile

📊 GitHub Stats


🧭 Learning Roadmap

class Rushikesh2026:
    currently_mastering = {
        "genai":    ["Agentic architecture", "Advanced RAG", "LLM evaluation"],
        "ml":       ["Deep learning", "Model deployment", "MLOps fundamentals"],
        "data":     ["Advanced SQL", "Feature engineering", "Forecasting"],
    }

    eager_to_learn = {
        "engineering": ["System design", "Scalable APIs", "Vector DBs"],
        "cloud":       ["AWS in production", "CI/CD", "Docker orchestration"],
        "advanced":    ["LLM fine-tuning", "Guardrails and evaluation"],
    }

    goals = [
        "Ship production-grade AI/ML systems end-to-end",
        "Contribute to open-source AI/ML tooling",
        "Deepen data-science and analytics craft",
        "Land an AI Engineering / Data Science role",
    ]

Connect With Me



🎯 The Philosophy

"Learning by building — one real-world project at a time. Build thoughtfully, optimize for tomorrow."

When not coding: reading AI papers · analyzing datasets for fun · competing in case competitions

Fun fact: I spend more time making models explainable than making them accurate — a prediction nobody trusts is just a guess.


Pinned Loading

  1. AI-Image-Caption-Generator-ViT-GPT2 AI-Image-Caption-Generator-ViT-GPT2 Public

    Transformer-based AI system combining Vision Transformer (ViT) and GPT-2 for real-time image caption generation.

    Jupyter Notebook

  2. bengaluru-restaurant-market-intelligence bengaluru-restaurant-market-intelligence Public

    Exploratory data analysis and statistical modeling on 844 restaurant records using Python, uncovering pricing, rating, and locality-based patterns to identify high-potential market opportunities.

    Jupyter Notebook

  3. Craveconnect-membership-prediction Craveconnect-membership-prediction Public

    End-to-end machine learning pipeline using XGBoost with SMOTE for class imbalance and SHAP for model explainability, predicting customer membership upgrades and enabling targeted business strategies.

    Jupyter Notebook

  4. Global-Air-Quality-Weather-Analytics Global-Air-Quality-Weather-Analytics Public

    End-to-end EDA project | PM2.5 prediction across 5 global cities | 22 visualisations | Random Forest · XGBoost · LightGBM · Apriori

    HTML