|
--- |
|
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. |