https://github.com/lvndry/clausea
Transform complex legal documents into clear, actionable insights with AI-powered analysis.
https://github.com/lvndry/clausea
agents ai compliance crawling data-privacy gdpr legal llm ocr rag summarization
Last synced: 5 months ago
JSON representation
Transform complex legal documents into clear, actionable insights with AI-powered analysis.
- Host: GitHub
- URL: https://github.com/lvndry/clausea
- Owner: lvndry
- License: agpl-3.0
- Created: 2025-04-21T11:11:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-06T20:34:53.000Z (5 months ago)
- Last Synced: 2026-01-08T22:58:09.787Z (5 months ago)
- Topics: agents, ai, compliance, crawling, data-privacy, gdpr, legal, llm, ocr, rag, summarization
- Language: Python
- Homepage: https://clausea.co
- Size: 4 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Clausea
**The definitive legal document intelligence platform** - Transform complex legal documents into clear, actionable insights with AI-powered analysis.
## 🎯 Mission
Clausea democratizes legal understanding by making complex privacy policies, terms of service, and contracts accessible to everyone. We help:
- **Individuals** understand what they're agreeing to before signing up
- **Small businesses** assess vendor risks without expensive legal review
- **Enterprise teams** automate compliance monitoring and contract review
- **Developers** integrate legal intelligence into their applications
## Features
### Core Capabilities
- **Plain Language Summaries**: Complex legal jargon made accessible
- **Risk Scoring**: Get quantified risk assessments (0-10 scale)
- **Compliance Checking**: Verify GDPR, CCPA, and other regulatory compliance
- **Document Analysis**: Upload any legal document for instant AI analysis
- **Change Monitoring**: Track policy changes across websites
- **Comparison Tools**: Side-by-side policy comparisons
### Technical Features
- **Multi-Model AI**: Combines GPT-4, Claude, and specialized models
- **Real-time Processing**: <10 second analysis for standard documents
- **95%+ Accuracy**: Validated against legal expert annotations
- **API-First**: RESTful API with webhook support
- **Enterprise Ready**: SOC2 compliance, data encryption, team collaboration
## Quick Start
### Prerequisites
- **Python 3.11+** with [uv](https://docs.astral.sh/uv/getting-started/installation/)
- **Node.js 18+** with [bun](https://bun.sh/)
- **MongoDB** (local or cloud)
- **OpenAI API key** and **Anthropic API key**
### 1 Development Setup
We provide a comprehensive Makefile for easy development setup and workflow:
```bash
git clone https://github.com/lvndry/clausea.git
# Complete project setup (recommended for new developers)
make setup
```
For a complete list of commands, run `make help`.
### 2. Environment Configuration
```bash
# Backend environment
cp apps/backend/.env.example apps/backend/.env
# Edit with your API keys and database URLs
# Frontend environment
cp apps/frontend/.env.example apps/frontend/.env
# Edit with your Clerk and API configuration
```
### 3. Start Development
```bash
# Start both frontend and backend
make dev
# Or run individual components
make run-backend # Backend only
make run-frontend # Frontend only
```
### 4. Access the Application
- **Frontend**: http://localhost:3000
- **Backend API**: http://localhost:8000
- **API Docs**: http://localhost:8000/docs
### 5. Streamlit Dashboard
```bash
# Start Streamlit dashboard
make run-streamlit
```
- **Streamlit Dashboard**: http://localhost:8501 (see [Streamlit Setup Guide](apps/backend/docs/STREAMLIT_SETUP.md))
## 📄 License
This project is licensed under the AGPL-3.0 License. See the [LICENSE](LICENSE) file for details.
## 🆘 Support
- **Email**: lvndry@proton.me
---
**Built with ❤️ by the Clausea team**
_Making legal intelligence accessible to everyone._