Skip to content

Legal Information Retrieval, Analysis and Summarization - LIRA(S)

Notifications You must be signed in to change notification settings

raoashish10/LIRA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4a555ed · Nov 5, 2024

History

15 Commits
Mar 5, 2023
Mar 6, 2023
Mar 6, 2023
Mar 6, 2023
Mar 5, 2023
Jan 24, 2023
Mar 5, 2023
Jan 24, 2023
Mar 5, 2023
Mar 3, 2022
Mar 6, 2023
Nov 5, 2024
Mar 3, 2023
Mar 3, 2023
Mar 6, 2023
Mar 6, 2023
Mar 6, 2023
Mar 6, 2023

Repository files navigation

LIRA

Description

Legal Information Retrieval, Analysis and Summarization - LIRA(S)

  • Allows user to input the query or the reference document for searching
  • Searches for documents relevant to query. Returns top 5 matches which can be viewed.
  • Summarizes the document chosen for viewing.
  • Provides documents similar to the one being viewed.

Docker Commands

  • Building docker image:
    docker build -t lira-docker . --platform linux/amd64

  • Running docker image:
    docker run -p 8888:80 lira-docker

Running locally

  • Run Docker commands
  • Site hosted on localhost:8888