muhammadbinmurtza commited on
Commit
9a280b0
Β·
1 Parent(s): 3552405

Add Hugging Face Spaces metadata

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,10 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # ClauseGuard β€” AI-Powered Contract Clause Risk Analyzer
2
 
3
  Upload any contract (PDF, TXT, DOCX). ClauseGuard runs it through a 5-agent AI pipeline and outputs a structured risk report classifying every clause by severity with plain-English explanations.
4
 
5
  ## Architecture
6
 
7
- ![ClauseGuard 5-Agent Pipeline](docs/architecture.png)
8
 
9
  ```
10
  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
 
1
+ ---
2
+ title: ClauseGuard AI
3
+ emoji: πŸ›‘οΈ
4
+ colorFrom: indigo
5
+ colorTo: purple
6
+ sdk: streamlit
7
+ sdk_version: "1.31.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
+
13
  # ClauseGuard β€” AI-Powered Contract Clause Risk Analyzer
14
 
15
  Upload any contract (PDF, TXT, DOCX). ClauseGuard runs it through a 5-agent AI pipeline and outputs a structured risk report classifying every clause by severity with plain-English explanations.
16
 
17
  ## Architecture
18
 
19
+ **5-Agent AI Pipeline:** Extractor β†’ Classifier β†’ Risk Scorer β†’ Translator β†’ Reporter
20
 
21
  ```
22
  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”