Menu

Live Link and Output Overview

Live Demo: Customer Churn Prediction

After deployment, the churn prediction model runs as an interactive Gradio application. Users can input customer details such as demographics, subscription type, tenure, and payment method to receive an instant churn probability.

The output is displayed as a single value showing the predicted probability of churn. Each input triggers the full backend workflow, including preprocessing, feature engineering, encoding, model prediction, and probability calculation. This confirms that the system works end to end and is ready for demonstrations, testing, or real-world usage.