File size: 872 Bytes
827a33c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
34
---
title: Contract Clause Analyzer
emoji: 📋
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: "1.56.0"
app_file: streamlit_app.py
pinned: false
---

# Contract Clause Analyzer

Automated risk assessment for commercial contracts using AI agents.

## Features

- **Clause Classification**: Identifies clause types from the CUAD taxonomy (41 clause types)
- **Risk Scoring**: Evaluates risk factors and ambiguous language (0.0–1.0 scale)
- **Benchmark Comparison**: Compares clauses against industry standard language

## Usage

1. Upload a `.txt` contract file or paste contract text in the sidebar
2. Click "Analyze Contract"
3. Explore the clause-by-clause analysis, risk scores, and benchmarks

## Technologies

- Streamlit for the web interface
- Anthropic Claude for NLP analysis
- LangChain for agent orchestration
- LangGraph for multi-agent workflows