Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,22 +1,33 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
Built with Streamlit, Hugging Face Transformers, spaCy, and PDFPlumber.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Regulatory Report Checker
|
| 3 |
+
emoji: 📋
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
sdk_version: latest
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Regulatory Report Checker
|
| 13 |
+
|
| 14 |
+
This application analyzes SEC filings (10-K, 13F, etc.) to extract:
|
| 15 |
+
- Regulatory obligations
|
| 16 |
+
- Risk statements
|
| 17 |
+
- Regulatory agency references
|
| 18 |
+
- Potential violations
|
| 19 |
+
|
| 20 |
+
## Features
|
| 21 |
+
- PDF text extraction
|
| 22 |
+
- Named Entity Recognition for regulatory entities
|
| 23 |
+
- Question Answering for regulatory information
|
| 24 |
+
- Risk analysis with scoring and highlighting
|
| 25 |
+
- Export capabilities (CSV/JSON)
|
| 26 |
+
|
| 27 |
+
## How to Use
|
| 28 |
+
1. Upload an SEC filing PDF
|
| 29 |
+
2. Configure analysis settings in the sidebar
|
| 30 |
+
3. Review results across different tabs
|
| 31 |
+
4. Download analysis reports
|
| 32 |
+
|
| 33 |
Built with Streamlit, Hugging Face Transformers, spaCy, and PDFPlumber.
|