koulsahil commited on
Commit
56056c1
·
verified ·
1 Parent(s): 4380ad1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -21
README.md CHANGED
@@ -1,22 +1,33 @@
1
- # Regulatory Report Checker
2
-
3
- This application analyzes SEC filings (10-K, 13F, etc.) to extract:
4
- - Regulatory obligations
5
- - Risk statements
6
- - Regulatory agency references
7
- - Potential violations
8
-
9
- ## Features
10
- - PDF text extraction
11
- - Named Entity Recognition for regulatory entities
12
- - Question Answering for regulatory information
13
- - Risk analysis with scoring and highlighting
14
- - Export capabilities (CSV/JSON)
15
-
16
- ## How to Use
17
- 1. Upload an SEC filing PDF
18
- 2. Configure analysis settings in the sidebar
19
- 3. Review results across different tabs
20
- 4. Download analysis reports
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.