Columbia Overall Best Hack - February 2024
Your Congress is a web-based platform that helps users find politicians aligned with their views by leveraging LLM embeddings, sentiment analysis, and real-time policy insights.
- Politician Recommendation Algorithm: Uses similarity search with ChromaDB and OpenAI embeddings to match user input with politicians.
- Real-Time Policy Insights: Integrates Bing AI search and REST API to provide clarity on complex legislative topics.
- Flask, Python
- ChromaDB, OpenAI
- Bing AI Search, APIs
cd
to the frontend directorynpm i
npm run dev