Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amine-akrout/churn-prediction-web-app
Streamlit based web application for churn prediction
https://github.com/amine-akrout/churn-prediction-web-app
churn-prediction machine-learning pycaret streamlit
Last synced: 9 days ago
JSON representation
Streamlit based web application for churn prediction
- Host: GitHub
- URL: https://github.com/amine-akrout/churn-prediction-web-app
- Owner: amine-akrout
- Created: 2020-10-11T08:42:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T15:29:28.000Z (11 months ago)
- Last Synced: 2024-03-13T14:32:52.728Z (11 months ago)
- Topics: churn-prediction, machine-learning, pycaret, streamlit
- Language: Python
- Homepage:
- Size: 3.78 MB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Churn prediction web app
#### Machine learning based customer churn prediction model, created with _'pycaret'_ and deployed using _streamlit_
---
To use the app, follow these steps:1. Clone the repository and install the requirements:
`git clone https://github.com/amine-akrout/churn-prediction-web-app.git`
` pip install -r requirements.txt`
2. Run the app
` streamlit run app.py`
http://localhost:8501/
---
## Demo
![alt text](images/churndemo.gif "demo")