Bridging the gap between complex government policies and public understanding.
Gov-Me is a web platform designed to analyze, visualize, and interpret the economic and social impact of government policies. Built for Finhack 2025, it aims to make legislative data accessible and actionable for the general public.
In an era where policy documents are dense and data is fragmented, Gov-Me serves as a centralized dashboard that transforms raw text and datasets into intuitive visualizations.
- Policy Decoding: AI-driven summarization of complex policy documents.
- Impact Visualization: Interactive graphs showing projected economic outcomes (e.g., GDP impact, sector growth).
- Sentiment Analysis: analyzing public sentiment regarding specific bills or regulations.
- Real-time Data: (Add specific feature here, e.g., Fetches latest gazette notifications).
This project follows a modern, decoupled architecture:
- Framework: Next.js 14 (App Router)
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Visualization: (Recharts / Chart.js / D3.js)
- Runtime: Python 3.11+
- Framework: FastAPI (High-performance async API)
- Data Processing: Pandas, NumPy
- AI/NLP: (OpenAI API / LangChain / NLTK)