An open API service indexing awesome lists of open source software.

https://github.com/himank-khatri/ann-churn-classification

A Streamlit app for predicting customer churn based on various input features.
https://github.com/himank-khatri/ann-churn-classification

Last synced: about 2 months ago
JSON representation

A Streamlit app for predicting customer churn based on various input features.

Awesome Lists containing this project

README

          

# Customer Churn Prediction

## Overview
A Streamlit application for predicting customer churn based on various input features.

## Live Demo
See the live demo [here](https://ann-churn.streamlit.app/).

## Features
- Geography
- Gender
- Age
- Balance
- Credit Score
- Estimated Salary
- Tenure
- Number of Products
- Has Credit Card
- Is Active Member

## Installation
To run the application locally, follow these steps:

1. Clone the repository:
```bash
git clone https://github.com/Himank-Khatri/ANN-Churn-Classification.git
cd ANN-Churn-Classification
```

2. Install the required dependencies:
```bash
pip install -r requirements.txt
```

3. Run the Streamlit application:
```bash
streamlit run app.py
```