This repository contains a Churn Classification model built using TensorFlow and an Artificial Neural Network (ANN) to predict customer churn. A Streamlit interface allows users to interact with the model and visualize predictions.
- Deep Learning Model: Uses an Artificial Neural Network (ANN) built with TensorFlow/Keras.
- Interactive UI: Powered by Streamlit for real-time predictions.
- Data Preprocessing: Automates feature scaling and encoding.
- Clone the Repository
git clone https://github.com/saadtariq-ds/Churn-Modeling-Classification.git - Create and Activate Virtual Environment (Recommended)
python -m venv venv venv\Scripts\activate - Install Dependencies
pip install -r requirements.txt
After installing the dependencies, launch the Streamlit app:
streamlit run app.py