File size: 786 Bytes
56056c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4380ad1
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
28
29
30
31
32
33
---
title: Regulatory Report Checker
emoji: πŸ“‹
colorFrom: blue
colorTo: indigo
sdk: docker
sdk_version: latest
app_file: app.py
pinned: false
---

# Regulatory Report Checker

This application analyzes SEC filings (10-K, 13F, etc.) to extract:
- Regulatory obligations
- Risk statements
- Regulatory agency references
- Potential violations

## Features
- PDF text extraction
- Named Entity Recognition for regulatory entities
- Question Answering for regulatory information
- Risk analysis with scoring and highlighting
- Export capabilities (CSV/JSON)

## How to Use
1. Upload an SEC filing PDF
2. Configure analysis settings in the sidebar
3. Review results across different tabs
4. Download analysis reports

Built with Streamlit, Hugging Face Transformers, spaCy, and PDFPlumber.