Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 610 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 610 Bytes

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