In this app sample bank customer data is given as well as their key data. Several models are used to give predictions and provide a customized explanation to the bank customer
##Create venv and install requirements
-
python -m venv venv
-
venv/Scripts/Activate
-
pip install -r requirements.txt
-
streamlit run app.py