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