https://github.com/cyber-programmer/lawchronicle
https://github.com/cyber-programmer/lawchronicle
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyber-programmer/lawchronicle
- Owner: Cyber-Programmer
- Created: 2025-07-08T12:41:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T11:53:16.000Z (10 months ago)
- Last Synced: 2025-08-26T15:11:26.795Z (10 months ago)
- Language: Python
- Size: 108 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)