Influencer_ROI / README.md
Kushaliii's picture
Update README.md
26f0722 verified

A newer version of the Gradio SDK is available: 6.15.2

Upgrade
metadata
title: Influencer ROI Prediction
emoji: 📈
colorFrom: purple
colorTo: yellow
sdk: gradio
app_file: app.py
pinned: false

Influencer ROI Prediction (Regression ML + Gradio + Plotly)

This app predicts product sales from influencer campaign inputs and calculates an estimated ROI based on campaign cost.

Features

  • Predict product sales using a trained Regression model
  • Estimate ROI % using user-provided cost
  • Plotly chart: Spend vs Predicted Return
  • Clean Gradio UI

Run locally

pip install -r requirements.txt
python app.py