Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 960 Bytes

File metadata and controls

32 lines (22 loc) · 960 Bytes

pakjuris

An agentic RAG solution for Pakistan’s legal corpus, composed of:

  • Web – a React + TypeScript SPA
  • Server – a Node/Express API with agentic RAG capabilities
  • Scraper – scripts that ingest and vectorise legal documents

Demo Video

Watch the overview


Key Features

  • Legal document search and retrieval
  • Document vectorization and semantic search
  • User-friendly web interface
  • API for accessing legal documents

Project Structure

PakJuris/
├── web/                  # Frontend web application (React/TypeScript)
├── server/               # Backend API server (Node.js/TypeScript)
├── scraper/              # Document scraping and processing
└── downloads/            # Downloaded document storage