An open API service indexing awesome lists of open source software.

https://github.com/cyber-programmer/lawchronicle


https://github.com/cyber-programmer/lawchronicle

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

📘 LawChronicle – Historizing Statutes for LawGPT

LawChronicle is a legal data infrastructure project built for LawGPT.pk — Pakistan’s AI-powered legal assistant. This repository focuses on solving one of the most overlooked challenges in legal tech: organizing scattered statutes and tracking their historical evolution.

🧠 Why?

Legal documents often exist in fragmented forms — across PDFs, websites, or outdated publications — without proper version control. LawChronicle brings structure to that chaos by introducing a Git-style historization model for legal statutes and constitutions.

🧩 What It Does:

Parses scattered and redundant ordinance data

Matches and aligns articles/clauses across multiple versions

Detects changes and builds versioned timelines

Stores data in a MongoDB-optimized clause structure

Prepares versioned data for downstream AI agents

🛠️ Tech Stack:

Python · FastAPI · MongoDB (document schema)

LangGraph · LangChain · CrewAI · AutoGen (future integrations)