Poverty Hub is a web-based platform built with Flask (Python) to support SDG 1: No Poverty.
It provides tools for financial literacy, crowdfunding, and microloan support for low-income families and small businesses.
- 📊 Financial Literacy Module – Learn how to budget and save.
- 🤖 AI-Powered Budgeting Suggestions – Personalized tips for households.
- 💰 Crowdfunding Platform – Communities can directly support individuals in need.
- 🏦 Microloan System – Simple loan requests and repayments.
- 🗺 Geospatial Analysis – Map poverty-stricken areas and guide interventions.
- Backend: Flask (Python)
- Frontend: HTML, CSS, Bootstrap
- Database: SQLite (default), easily upgradable to PostgreSQL/MySQL
- Templating: Jinja2
- Version Control: Git & GitHub
git clone https://github.com/danielkthuo/pythonfinalproject.git cd pythonfinalproject
2️⃣ Create a virtual environment
python -m venv venv
venv\Scripts\activate
3️⃣ Install dependencies
4️⃣ Run the application
Then open your browser at: http://127.0.0.1:5000