A newer version of the Streamlit SDK is available: 1.57.0
metadata
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
- Upload a
.txtcontract file or paste contract text in the sidebar - Click "Analyze Contract"
- 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