Driisa's picture
Update README.md
0659d13 verified

A newer version of the Streamlit SDK is available: 1.44.1

Upgrade
metadata
title: My Streamlit Project
emoji: πŸ”₯
colorFrom: blue
colorTo: indigo
sdk: streamlit
python_version: '3.10'
tags:
  - streamlit
  - data-visualization
app_file: app.py
sdk_version: 1.39.0

🌍 FINDEX Data Analysis & Prediction App πŸ“Š

Welcome to the FINDEX Data Analysis & Prediction App! This app provides insights and predictions related to financial inclusion based on the Global Findex 2021 dataset from the World Bank. The app allows users to explore data distributions, statistics, and use machine learning to predict the likelihood of bank account ownership.

πŸš€ Table of Contents


🌟 Introduction

The FINDEX Data Analysis & Prediction App is a multi-page Streamlit application that provides a detailed exploration of financial inclusion data. The app uses machine learning models to predict the likelihood of an individual owning a bank account based on various socioeconomic factors, including income, education, and digital payment usage.

Whether you're looking to explore demographic trends or predict financial behavior, this app delivers intuitive visualizations and powerful AI-driven insights.


πŸ”₯ Features

  • Data Visualization: Visualize the distribution of key features, including age, income, and account ownership.
  • Statistics Overview: View summary statistics on different demographic groups.
  • Machine Learning Predictions: Predict the likelihood of bank account ownership using an XGBoost model.
  • SHAP Explanations: Understand the key factors behind the predictions with SHAP visualizations.
  • Filtering Options: Customize your analysis by filtering data by gender, education, age, and more.

πŸ’» Installation

To run the app locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Driisa/Final-submission-BDS-app.py.git
    
  2. Navigate to the project directory:

    cd FINDEX-App
    
  3. Set up a virtual environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate  # On Windows use: venv\Scripts\activate
    
  4. Install the required dependencies:

    pip install -r requirements.txt
    
  5. Run the app:

    streamlit run app.py
    
  6. Open your browser: Visit http://localhost:8501 to start using the app!


πŸ•Ή Usage

  • Navigate the App: Use the sidebar to switch between different pages such as Info, Distribution, Statistics, and Prediction.
  • Input Your Data: On the Prediction page, provide the input data for demographic and socioeconomic factors to predict bank account ownership.
  • Visualize Data: Use the Distribution and Statistics pages to explore data distributions and key insights from the dataset.

πŸ“š Pages Overview

1️⃣ Info
Provides an introduction to the Global Findex dataset and the key variables used in the analysis.

2️⃣ Distribution
Visualize the distribution of various features, including age, mobile ownership, internet access, and account ownership, with bar plots and histograms.

3️⃣ Statistics
Analyze summary statistics for key demographic groups, including age and education, and view bar plots showing account ownership across income and age groups.

4️⃣ Prediction
Predict whether an individual has a bank account based on inputted data. The prediction is powered by an XGBoost model, and SHAP visualizations help explain the predictions.


πŸ“ Folder Structure

FINDEX-App/
β”œβ”€β”€ models/
β”‚   β”œβ”€β”€ df.joblib
β”‚   β”œβ”€β”€ df_sample.joblib
β”‚   β”œβ”€β”€ ohe.joblib
β”‚   β”œβ”€β”€ scaler.joblib
β”‚   └── xgb_clf.joblib
β”œβ”€β”€ app.py
β”œβ”€β”€ README.md
β”œβ”€β”€ requirements.txt
└── .streamlit/

πŸ’‘ Contributing

Want to contribute to the project? Here’s how:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature-new-feature
    
  3. Make your changes and commit them:
    git commit -m "Added a new feature!"
    
  4. Push the changes to your forked repo:
    git push origin feature-new-feature
    
  5. Open a Pull Request, and let’s review your changes!

πŸ“œ License

This project is licensed under the MIT License. See the LICENSE file for more details.


πŸ“ž Contact

If you have any issues or suggestions, feel free to reach out by opening a GitHub issue. We’d love to hear from you and improve the app based on your feedback!


πŸŽ‰ Enjoy exploring financial inclusion data with the FINDEX Data Analysis & Prediction App! πŸŽ‰