Skip to main content

Introduction

ALPHA Research Work in Progress

The Legislative Analysis project focuses on making Sri Lankan legal documents more accessible and understandable through AI.

Overview

This system ingests PDF documents of Legislative Acts and uses Google's Gemini 2.0 Flash model to perform a deep analysis. The results are structured, searchable, and easy to navigate.

Documentation

Analysis Tools

Act Extract Tool

How to Run

Quickstart

  1. Bring up the cluster:

    make cluster-up

    This starts both the FastAPI backend and the Next.js frontend.

  2. Access the UI: Navigate to http://localhost:3000 to view the Acts.

  3. Stop the cluster:

    make cluster-down

    (Automatically dumps analysis data to JSON before stopping).