Skip to content
View bhavyadubey's full-sized avatar
🎯
😊😊
🎯
😊😊

Block or report bhavyadubey

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

Bhavya Dubey

I design systems that make execution actually work.

Program Manager • Systems Thinker • Execution Operator

Systems over chaos   •   Data over guesswork   •   Execution over ideas

What You’ll Find Here

  • Systems & execution frameworks
  • Real-world program management case studies
  • Data-driven workflows & tools
  • Practical ways to scale operations

Follow if you care about execution that actually works.

What I Do

I build systems that make execution predictable, scalable, and efficient.

Most teams don’t struggle with ideas, they struggle with execution. I focus on turning unclear, messy problems into structured workflows, aligning stakeholders, and ensuring programs actually deliver outcomes.

What I’ve Built

Execution Systems

• Standardized workflows
• Reduced manual dependencies
• Built operating cadences

Data Systems

• Defined SLAs & KPIs
• Built dashboards
• Enabled data-driven decisions

High-Ambiguity Delivery

• Structured unclear problems
• Balanced stakeholders
• Delivered under pressure

Featured Technical Projects

  1. RefineDNet
  2. Sentiment Analysis
  3. Heart Disease

RefineDNet – Image Dehazing System

From poor visibility → clear vision → usable systems


Interactive Streamlit Interface


The Problem

In real-world environments autonomous driving, surveillance, vision systems haze destroys visibility. Traditional methods try to fix this using assumptions. Deep learning methods need paired data (which is rare).

So the real question was:

Can we remove haze without perfect training data?

What I Built

A two-stage dehazing system combining:

  • Prior-based method (DCP) for initial restoration
  • Learning-based model (CNNs) for refinement

Then i added a perceptual fusion strategy to improve realism.

What Happens Next?

  • Input image → heavily distorted by haze
  • Stage 1 → restores basic visibility
  • Stage 2 → refines structure & realism
  • Fusion → enhances perceptual quality

Hence the image becomes clear enough for real-world use

Product Layer (Not Just a Model)

Instead of stopping at the model, I built:

  • A Streamlit web app
  • Upload .png/.jpeg images
  • Adjust dehazing intensity (0.1 → 0.9)
  • Get real-time processed output

The Outcome

  • Removed dependency on paired training datasets
  • Improved real-world usability of dehazing systems
  • Transformed research → interactive product

Sentiment Analysis for Financial Markets

From noisy opinions → structured signals → market insight


How unstructured sentiment becomes actionable insight


The Problem

Financial markets react not just to numbers but also to perception. News articles, tweets, and opinions constantly influence price movements.
But this data is:

  • Unstructured
  • Noisy
  • Impossible to analyze manually at scale

So the real question is:

Can sentiment be transformed into a reliable signal for market trends?

What I Built

A data pipeline that converts text → sentiment → signals, which works as follows:

  • Collected financial data from Twitter & news sources (NIFTY 50 ecosystem)
  • Built an NLP pipeline to classify sentiment (positive / negative / neutral)
  • Linked sentiment patterns with stock price behavior

What Happens Next?

  • Raw tweets & news → cleaned and structured
  • Sentiment extracted across multiple sources
  • Signals aggregated over time
  • Compared against market movements

Then patterns start emerging between public sentiment and price trends

The Insight:

What looks like random noise, starts behaving like early indicators.

Not perfect predictions but directional signals that:

  • Highlight momentum
  • Surface market sentiment shifts
  • Support data-backed decisions

The Outcome:

  • Reduced manual effort in analyzing financial sentiment
  • Converted unstructured text into usable signals
  • Demonstrated real-world application of NLP in decision systems

Heart Disease Prediction System

From patient data → predictive insight → early intervention

The Problem

Cardiovascular diseases remain one of the leading causes of death globally. Early detection can save lives—but:

  • Diagnosis often requires time and expert evaluation
  • Data exists, but is underutilized
  • Many systems are expensive or complex

So the real question was:

Can we use patient data to predict risk early and accessibly?

What I Built

An end-to-end machine learning system:

  • Used a Multilayer Perceptron (MLP) model
  • Trained on multiple healthcare datasets:
    • Cleveland
    • Hungarian
    • Long Beach
  • Processed 14 key medical parameters:
    • Age, BP, Cholesterol, etc.

Then built a simple UI using HTML/CSS to make it usable.

What Happens Next?

  • Patient inputs medical parameters
  • Model processes historical patterns
  • Risk prediction is generated instantly

After which data turns into early warning signals

The Insight

Prediction alone isn’t valuable accessibility is.

A model sitting in a notebook doesn’t help. A simple interface that anyone can use does.

The Outcome

  • Created a low-cost, accessible prediction system
  • Demonstrated full pipeline: data → model → interface
  • Showed how ML can be applied in high-impact domains

What Makes Me Different

Most people manage execution.
I design systems that make execution scalable.

Clarity > Complexity
Systems > Effort
Execution > Ideas

How I Think About Execution

flowchart LR
A[Ambiguous Problem] --> B[Break Down Problem]
B --> C[Define Metrics]
C --> D[Align Stakeholders]
D --> E[Design Workflow]
E --> F[Track Execution]
F --> G[Measure Impact]
Loading

Current Focus

Currently focused on building systems that make execution more predictable and scalable:

  • Scaling execution across complex, cross-functional environments
  • Driving operational efficiency through structured workflows
  • Designing data-driven systems for decision-making
  • Bringing clarity to ambiguity in fast-moving environments

Let’s Connect

If you're working on:

  • Scaling execution across teams
  • Fixing unclear or messy workflows
  • Building systems that improve efficiency

I’d love to collaborate or contribute.

⭐ Always open to interesting problems, sharp teams, and high-impact work⭐

Pinned Loading

  1. RefineDNet-for-Image-Dehasing RefineDNet-for-Image-Dehasing Public

    Built framework for Image dehazing for autonomous/electric vehicles driving in inclement weather conditions using deep learning Created a dehazing interface using Stream Lit which takes a foggy ima…

    Python 2

  2. Prediction-of-heart-disease-using-data-mining-techniques Prediction-of-heart-disease-using-data-mining-techniques Public

    Built an algorithm using the multilayer perceptron in machine learning that uses 14 medical parameters such as age, sex, blood pressure, cholesterol, and obesity for effective heart disease predict…

    Jupyter Notebook 3

  3. Sentiment_Analysis_Finance Sentiment_Analysis_Finance Public

    Retrieved financial institutions data using Twitter’s API, created a database, and performed pre-processing of this data • Created an AI module which classified each tweet into three different sent…

    Python 3