Spaces:
Sleeping
A newer version of the Streamlit SDK is available:
1.44.1
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
- Features
- Installation
- Usage
- Pages Overview
- Folder Structure
- Contributing
- License
- Contact
π 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:
Clone the repository:
git clone https://github.com/Driisa/Final-submission-BDS-app.py.git
Navigate to the project directory:
cd FINDEX-App
Set up a virtual environment (optional but recommended):
python -m venv venv source venv/bin/activate # On Windows use: venv\Scripts\activate
Install the required dependencies:
pip install -r requirements.txt
Run the app:
streamlit run app.py
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:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-new-feature
- Make your changes and commit them:
git commit -m "Added a new feature!"
- Push the changes to your forked repo:
git push origin feature-new-feature
- 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! π