File size: 747 Bytes
28ac456
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: Igpa Legislation Explorer
emoji: 🚀
colorFrom: red
colorTo: red
sdk: streamlit
app_file: app.py
app_port: 8501
tags:
- streamlit
- faiss
- semantic-search
pinned: false
short_description: IGPA semantic search and exploration of legislation
---

# IGPA Legislation Explorer

This Streamlit app lets you perform semantic search over a corpus of legislation using a FAISS index and sentence-transformers embeddings. It supports:

- Free-text queries over bill summaries
- Filtering by intended beneficiaries, policy domain, and impact rating
- Viewing bill summaries, key provisions, and similarity scores
- Downloading search results as CSV for further analysis

To customize or extend the app, edit `app.py` at the root of this Space.