Skip to content

danielkthuo/pythonfinalproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌍 Poverty Hub

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.


🚀 Features

  • 📊 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.

🛠 Tech Stack

  • Backend: Flask (Python)
  • Frontend: HTML, CSS, Bootstrap
  • Database: SQLite (default), easily upgradable to PostgreSQL/MySQL
  • Templating: Jinja2
  • Version Control: Git & GitHub

⚙️ Installation & Setup

1️⃣ Clone the repository

git clone https://github.com/danielkthuo/pythonfinalproject.git cd pythonfinalproject

2️⃣ Create a virtual environment

python -m venv venv

On Windows

venv\Scripts\activate

On macOS/Linux

source venv/bin/activate

3️⃣ Install dependencies

pip install -r requirements.txt

4️⃣ Run the application

flask run

Then open your browser at: http://127.0.0.1:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published