A Flask-based web application that predicts whether a user is eligible for a microloan using a Machine Learning model and provides personalized financial advice.
This project aims to support financial inclusion by helping users understand their eligibility and improve their financial habits.
- Predicts microloan eligibility using a Random Forest classifier
- Provides personalized financial improvement tips
- Financial literacy guidance page
- Clean and simple user interface
- Built with Flask and Scikit-learn
- Python
- Flask
- Pandas
- Scikit-learn
- HTML & CSS
FinBridge/
│
├── app.py
├── financial_inclusion.csv
├── requirements.txt
├── README.md
│
├── templates/
│ ├── index.html
│ ├── eligibility.html
│ └── tips.html
│
└── screenshots/
├── home.png
├── eligibility.png
└── tips.pnggit clone https://github.com/aarushisingh236/FinBridge.gitcd FinBridge
pip install -r requirements.txt
python app.py
http://127.0.0.1:5000


