Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
CHANGED
|
@@ -1,54 +1,60 @@
|
|
| 1 |
-
|
| 2 |
-
title: Federal FOIA Intelligence Search
|
| 3 |
-
emoji: ποΈ
|
| 4 |
-
colorFrom: blue
|
| 5 |
-
colorTo: indigo
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: 6.3.0
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
tags:
|
| 11 |
-
- foia
|
| 12 |
-
- public-records
|
| 13 |
-
- journalism
|
| 14 |
-
- government
|
| 15 |
-
- transparency
|
| 16 |
-
- research
|
| 17 |
-
- intelligence-history
|
| 18 |
-
---
|
| 19 |
|
| 20 |
-
|
| 21 |
-
### *Public Electronic Reading Rooms Only*
|
| 22 |
|
| 23 |
-
A
|
| 24 |
-
released by U.S. Government agencies** under the Freedom of Information Act (FOIA).
|
| 25 |
|
| 26 |
---
|
| 27 |
|
| 28 |
## What This Is
|
| 29 |
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
-
|
| 33 |
-
-
|
|
|
|
|
|
|
| 34 |
|
| 35 |
---
|
| 36 |
|
| 37 |
-
## What This Is
|
| 38 |
|
| 39 |
-
- β
|
| 40 |
-
- β No
|
| 41 |
-
- β No
|
| 42 |
-
- β No
|
| 43 |
|
| 44 |
---
|
| 45 |
|
| 46 |
-
##
|
| 47 |
|
| 48 |
-
- Robots.txt enforcement per
|
|
|
|
| 49 |
- Per-agency kill switches
|
| 50 |
-
-
|
| 51 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
|
| 53 |
-
|
| 54 |
-
records the public already has a legal right to access.
|
|
|
|
| 1 |
+
# ποΈ Federal FOIA Intelligence Search
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
+
**Public Electronic Reading Rooms Only**
|
|
|
|
| 4 |
|
| 5 |
+
A federated discovery system for **lawfully published U.S. Government FOIA Electronic Reading Rooms**.
|
|
|
|
| 6 |
|
| 7 |
---
|
| 8 |
|
| 9 |
## What This Is
|
| 10 |
|
| 11 |
+
This application enables journalists, researchers, and the public to:
|
| 12 |
+
|
| 13 |
+
- Search FOIA Electronic Reading Rooms across U.S. agencies
|
| 14 |
+
- View document previews and citations
|
| 15 |
+
- Analyze coverage, timelines, and semantic clusters
|
| 16 |
+
- Export selected documents for reporting or research
|
| 17 |
|
| 18 |
---
|
| 19 |
|
| 20 |
+
## What This Is NOT
|
| 21 |
|
| 22 |
+
- β Not a classified system
|
| 23 |
+
- β No access to restricted or internal databases
|
| 24 |
+
- β No circumvention of access controls
|
| 25 |
+
- β No declassification or inference of sensitive data
|
| 26 |
|
| 27 |
---
|
| 28 |
|
| 29 |
+
## Safeguards
|
| 30 |
|
| 31 |
+
- Robots.txt enforcement per adapter
|
| 32 |
+
- Public-only URLs
|
| 33 |
- Per-agency kill switches
|
| 34 |
+
- Adapter compliance tests
|
| 35 |
+
- Latency & health monitoring
|
| 36 |
+
|
| 37 |
+
---
|
| 38 |
+
|
| 39 |
+
## Features
|
| 40 |
+
|
| 41 |
+
- π Federated keyword search
|
| 42 |
+
- π§ FAISS-backed semantic clustering
|
| 43 |
+
- πΊοΈ Agency coverage heatmap
|
| 44 |
+
- β±οΈ Adapter latency / health badges
|
| 45 |
+
- βοΈ FOIA exemption (b-code) classification
|
| 46 |
+
- π§Ύ Journalist ZIP export
|
| 47 |
+
- π§ͺ CI adapter compliance tests
|
| 48 |
+
- π Explainability & regulator-facing reporting
|
| 49 |
+
|
| 50 |
+
---
|
| 51 |
+
|
| 52 |
+
## Intended Use
|
| 53 |
+
|
| 54 |
+
Research, journalism, historical analysis, and public accountability.
|
| 55 |
+
|
| 56 |
+
---
|
| 57 |
+
|
| 58 |
+
## License
|
| 59 |
|
| 60 |
+
MIT β with explicit restriction against misuse or misrepresentation of access level.
|
|
|