Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 996 Bytes

File metadata and controls

23 lines (18 loc) · 996 Bytes

Lawsuit_AI_Agent

A lightweight AI-agent built to read, summarise and analyse legal documents (e.g., statutes) and return structured JSON reports.

🚀 Features

  • Extract text from a PDF of a legal act or statute.
  • Summarise the act into key bullet-points (purpose, definitions, eligibility, obligations, enforcement etc.).
  • Extract major legislative sections (definitions, obligations, reporting, payments/entitlements, enforcement).
  • Run a set of rule-checks against the act, e.g.
    1. Does the Act define key terms?
    2. Does it specify eligibility criteria?
    3. Does it specify responsibilities of the administering authority?
    4. Does it include enforcement or penalties?
    5. Does it include payment/entitlement structure?
    6. Does it include record-keeping or reporting requirements?

📦 Installation

  1. Clone the repository
    git clone https://github.com/sobhan2204/Lawsuit_AI_Agent.git  
    cd Lawsuit_AI_Agent