Skip to content
View heyysky's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report heyysky

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
heyysky/README.md
╔══════════════════════════════════════════════════════════════╗
║                                                              ║
║        🤖  SOURABH KUMAR  ·  AI/ML ENGINEER                 ║
║                                                              ║
╚══════════════════════════════════════════════════════════════╝
Typing SVG

LinkedIn GitHub Kaggle LeetCode Gmail


$ whoami

class SourabhKumar:
    def __init__(self):
        self.name       = "Sourabh Kumar"
        self.role       = "AI/ML Enthusiast & MCA Student"
        self.location   = "AI WORLD 🇮🇳"
        self.education  = "MCA (2024–2026)"
        self.email      = "bcasourabh209@gmail.com"

    def current_focus(self):
        return [
            "🧠 Building intelligent ML-powered applications",
            "📊 Transforming complex datasets into actionable insights",
            "⚡ Sharpening competitive programming skills (500+ problems solved)",
            "🔬 Exploring NLP & deep learning techniques",
        ]

    def fun_fact(self):
        return "I debug code faster than I debug my sleep schedule 😄"

$ cat tech_stack.json

🧠 AI / Machine Learning

Python Scikit-learn TensorFlow Keras PyTorch ONNX OpenCV Hugging Face Random Forest LSTM XGBoost KNN K--Means Isolation Forest Logistic Regression NLP Qdrant Redis

📊 Data Analysis & Visualization

Pandas NumPy Matplotlib Seaborn

🛠️ Tools & Frameworks

Flask Streamlit Git GitHub MySQL Java


$ ls projects/

🏥 AI Healthcare Chatbot

Python · Scikit-learn · NLP · Streamlit

Engineered a disease-prediction chatbot using Random Forest with confidence scoring. Built an NLP pipeline with synonym mapping & fuzzy matching for accurate symptom extraction.

Repo

💳 Loan Default Predictor

Python · Pandas · Scikit-learn · Matplotlib

Benchmarked Logistic Regression & Random Forest models achieving a ROC-AUC of 0.90. Handled end-to-end preprocessing — missing values, encoding, and feature scaling.

Repo

⚡ EV Charging Station Tracker

Python · Flask · Scikit-learn · Google Maps API

Built a real-time demand-forecasting system analyzing traffic, geolocation & battery data. Integrated Google Maps API for station visualization & route optimization.

Repo

🧩 RAG-Powered Document Q&A

Python · LangChain · Qdrant · LLM APIs

Built a Retrieval-Augmented Generation system that chunks & embeds documents into a vector store, then answers natural-language queries with grounded, citation-backed responses — cutting hallucination on domain-specific questions.

Repo

👁️ Real-Time Object Detection

Python · YOLO · OpenCV · ONNX

Deployed a real-time object detection pipeline using YOLO, optimized with ONNX runtime for low-latency inference on live video streams — used for tracking and counting objects in a video feed.

Repo

🧠 MindMeshAI

Python · Embeddings · Vector Search · 🏆 1st — Anveshan 3.0, IIIT Delhi

An AI-powered "second brain" that auto-links related notes using semantic embeddings, generates concept maps, and surfaces spaced-repetition prompts to reinforce long-term recall.

Repo

🎯 FocusForge

Python · Behavioral ML · Real-Time Tracking · 🏆 1st — Hack Sphere 2024, ARSD College

A productivity companion that detects distraction patterns from real-time activity signals and nudges users with adaptive break/focus cycles to maximize deep-work sessions.

Repo

📝 QuizGen AI

Python · NLP · PDF Parsing · 🥈 2nd — HP Global AI for Education 2024

An AI tool that ingests course material and auto-generates topic-aligned quizzes with difficulty calibration, answer keys, and explanations — cutting manual quiz creation time for teachers.

Repo

🎨 VisionCraft AI

GPT-4 · Stable Diffusion · Prompt Engineering · 🏅 4th — GPT-4 x SD Hackathon 2023

A unified pipeline where GPT-4 expands rough prompts into rich, detailed image prompts, feeding into Stable Diffusion to generate refined, styled visuals from a single idea.

Repo

✈️ Predictive Maintenance for Aerospace Fleets

Python · Time-Series Forecasting · Sensor Telemetry · 🏅 7th — Ametcs Global GenAI 2024

A predictive maintenance system analyzing vibration, temperature & usage-cycle telemetry to forecast component failure windows, enabling condition-based maintenance scheduling.

Repo

⚖️ LegalLens AI

Python · NLP · Clause Extraction · 🥉 3rd — Pravaah AI Hackathon 2023

An AI assistant that parses legal documents, summarizes key clauses in plain language, and flags potentially risky or unusual terms for review — making contracts accessible to non-lawyers.

Repo

🔀 Algo Combo

Python · Backtesting Engine · Strategy Orchestration · 🎖️ 56th — ETHIndia 2023

A platform that lets users combine multiple algorithmic trading/decision strategies into a single executable "combo," with backtesting against historical data before deployment.

Repo


$ cat hackathons.log

Hackathons Wins Podiums


🥇 Anveshan 3.0

IIIT Delhi

Rank Project

🎯 Problem Students and professionals struggle to retain and connect knowledge scattered across notes, articles, and study material — leading to fragmented learning and poor long-term recall.

💡 Solution An AI-powered "second brain" that auto-links related notes using semantic embeddings, generates concept maps, and surfaces spaced-repetition review prompts to reinforce memory.

🛠️ My Contribution Designed and built the semantic similarity engine (embeddings + vector search) powering auto-linking, plus the backend APIs connecting the ML pipeline to the frontend.

🥇 Hack Sphere 2024

ARSD College, University of Delhi

Rank Project

🎯 Problem Remote learners and WFH professionals lose productive hours to digital distractions, with no real-time way to measure or correct focus loss during work sessions.

💡 Solution A productivity companion that tracks activity/behavioral signals to detect distraction patterns in real time and nudges users with adaptive break/focus cycles.

🛠️ My Contribution Built the ML component that classified user activity into focus/distraction states, and tuned the nudge-timing logic based on session data.

🥈 HP Global AI for Education

Hackathon 2024

Rank Project

🎯 Problem Teachers spend hours manually creating quizzes and assessments aligned to specific chapters or learning outcomes, slowing down curriculum delivery.

💡 Solution An AI tool that ingests course material (text/PDFs) and auto-generates topic-aligned quizzes with varying difficulty levels, complete with answer keys and explanations.

🛠️ My Contribution Built the question-generation pipeline using NLP for content parsing and difficulty calibration, and integrated the PDF-to-quiz ingestion flow.

🥉 Pravaah AI Hackathon 2023

Rank Project

🎯 Problem Reading and understanding lengthy legal documents and contracts is time-consuming and error-prone for non-lawyers, leading to missed clauses and risks.

💡 Solution An AI assistant that parses legal documents, summarizes key clauses in plain language, and flags potentially risky or unusual terms for review.

🛠️ My Contribution Developed the document parsing and clause-extraction pipeline using NLP, and built the risk-flagging logic for non-standard clauses.

🎖️ GPT-4 x Stable Diffusion

Workshop & Hackathon 2023

Rank Project

🎯 Problem Creators need a fast way to go from a text idea to a polished visual concept, without juggling multiple disconnected AI tools for prompting and image generation.

💡 Solution A unified pipeline where GPT-4 expands rough prompts into rich, detailed image prompts, feeding into Stable Diffusion to generate refined, styled visuals end-to-end.

🛠️ My Contribution Implemented the GPT-4 prompt-refinement layer and the integration logic connecting it to the Stable Diffusion generation pipeline.

🎖️ Ametcs Global GenAI

Hackathon 2024

Rank Project

🎯 Problem Unplanned aircraft component failures cause costly downtime and safety risks, and traditional scheduled maintenance often replaces parts too early or too late.

💡 Solution A predictive maintenance system analyzing sensor telemetry (vibration, temperature, usage cycles) to forecast failure windows and enable condition-based maintenance.

🛠️ My Contribution Worked on the time-series forecasting model for failure prediction and engineered features from raw sensor telemetry data.

🎖️ ETHIndia 2023

Rank Project

🎯 Problem Combining multiple trading/decision algorithms into a single coherent strategy is complex — most tools don't let users blend or backtest algorithmic approaches easily.

💡 Solution A platform that lets users combine multiple algorithmic strategies into a single executable "combo," with backtesting against historical data before deployment.

🛠️ My Contribution Worked on the backtesting engine and helped implement the logic for combining multiple strategy outputs into a single decision signal.


$ cat competitive_programming.log

Platform Achievement
🟡 LeetCode Rating: 1552 · 500+ Problems Solved
CodeChef 2-Star · Rating: 1439
🟢 HackerRank 4-Star in C++, Java & Problem Solving
🏆 BuildWithIndia Hackathon Top 5,000 out of 25,000+ teams

$ cat certifications.txt

✅  AI-ML with Python                          →  E&ICT Academy, IIT Kanpur
✅  AI Fluency: Framework & Foundations        →  Anthropic
✅  Cloud Computing Foundations                →  Google
✅  Postman API Expert                         →  Postman
✅  Research Writing Essentials                →  SGT University

── AI / ML / Deep Learning ──────────────────────────────────
✅  Machine Learning Specialization            →  DeepLearning.AI (Stanford Online)
✅  Deep Learning Specialization                →  DeepLearning.AI
✅  Neural Networks and Deep Learning           →  DeepLearning.AI
✅  Convolutional Neural Networks               →  DeepLearning.AI
✅  Sequence Models (RNNs, LSTMs, Attention)     →  DeepLearning.AI
✅  Natural Language Processing Specialization  →  DeepLearning.AI

── Generative AI / RAG / Agentic AI ─────────────────────────
✅  Generative AI with Large Language Models    →  AWS & DeepLearning.AI
✅  Generative AI Fundamentals                  →  Microsoft
✅  Introduction to Generative AI                →  Google Cloud
✅  Building RAG Applications (Vector DBs)      →  DeepLearning.AI
✅  LangChain for LLM Application Development   →  DeepLearning.AI
✅  AI Agents & Agentic AI Fundamentals          →  Hugging Face

$ ping sourabh --open-to

> Open to:      Internships · ML Research · Collaborative Projects · Hackathons
> Roles:        AI/ML Engineer · Data Scientist · GenAI Engineer
> Location:     AI WORLD 🇮🇳 
> Status:       🟢 Available
> Response:     Fast  (usually within 24 hours)
> Contact:      bcasourabh209@gmail.com



Rotating Quote

Pinned Loading

  1. EV-Charging EV-Charging Public

  2. Leetcode Leetcode Public

    Python

  3. Medyn Medyn Public

    AI Healthcare Chatbot

    Python

  4. NeuroCalc NeuroCalc Public

    Python