Spaces:
Sleeping
Sleeping
File size: 615 Bytes
c58cb93 4ef1907 c58cb93 b521880 f964905 4ef1907 f964905 4ef1907 f964905 4ef1907 c58cb93 | 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 | ---
title: "ClauseWise"
emoji: "📄"
colorFrom: "blue"
colorTo: "purple"
sdk: "streamlit"
sdk_version: "1.39.0"
app_file: "app.py"
pinned: false
---
# ClauseWise — Multilingual NDA Legal Assistant
ClauseWise is an **educational NDA analyzer** supporting 5 languages:
English, Hindi, Tamil, Telugu, Kannada.
## Features
- NDA upload (.pdf / .txt / .docx)
- Multilingual UI
- Clause simplification (ELI5 / Simple / Pro)
- Risk analysis
- Fairness meter
- Entity extraction
- Alternative clauses
- Legal chat (T5-small)
- Chat history
## Run Locally
```bash
pip install -r requirements.txt
streamlit run app.py
|