Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 964 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 964 Bytes

Translating the Law

Overview

  • Description: Translating the Law is an exploration of NLP and deep learning techniques to summarise and simplify UK Supreme Court cases. The main frameworks and tools used were:
  1. Scraping: SCRAPY
  2. Summarisation model: BART
  3. Q&A model: BERT
  4. Case search: Elasticsearch
  5. Clustering: top2vec
  6. Frontend: Streamlit
  7. Containerisation & composition: Docker and GCP

The main data source was the UK Supreme Court

Examples

  • The front end

alt text

  • An example model generated summary

alt text

  • The search page

alt text

  • The summarisation page

alt text