Skip to content

Legal Clause Analyzer v1.0.0

Latest

Choose a tag to compare

@soheilon21-a11y soheilon21-a11y released this 27 Jul 09:00
· 8 commits to main since this release

Legal Clause Analyzer v1.0.0

This is the first stable release of Legal Clause Analyzer, a privacy-first LegalTech project for analyzing contracts locally using rule-based legal analysis together with Retrieval-Augmented Generation (RAG) and local Large Language Models.

Highlights

  • Rule-based legal clause detection
  • GDPR readiness assessment
  • EU AI Act readiness assessment
  • Legal risk scoring
  • PDF and DOCX contract analysis
  • Contract comparison with structured JSON output
  • Professional PDF report generation
  • Local LLM support via Ollama
  • Retrieval-Augmented Generation (RAG) using ChromaDB and sentence-transformers
  • Curated legal knowledge base
  • Docker support
  • GitHub Actions Continuous Integration

Privacy First

All contract analysis is designed to run locally. Documents do not need to be sent to external AI services.

Technical Stack

  • Python
  • FastAPI
  • Ollama
  • Llama 3
  • ChromaDB
  • sentence-transformers
  • PyMuPDF
  • Docker
  • GitHub Actions

Repository

https://github.com/soheilon21-a11y/Legal-Clause-Analyzer


This release represents the first stable milestone of the project. Future releases will focus on expanding the legal knowledge base, improving retrieval quality, and adding new LegalTech capabilities.