File size: 730 Bytes
4bc12a4
 
 
 
 
 
 
 
 
 
 
c86ec50
9324ca2
4bc12a4
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: GL_LegalMind
emoji: ⚖️
colorFrom: indigo
colorTo: gray
sdk: streamlit
sdk_version: "1.34.0"
app_file: app.py
pinned: false
---

# GL_LegalMind: Summarized Contract Clause Retrieval Using RAG and LLMs

**GL_LegalMind** is a legal assistant that retrieves relevant contract clauses using vector search and summarizes them using a local Mistral model. The app also supports evaluation of groundedness and relevance for legal QA outputs.

- Powered by: `ChromaDB` + `Sentence-Transformers` + `Llama-CPP` (GGUF) + `Streamlit`
- Retrieval-Augmented Generation (RAG) with clause summaries
- Optional evaluation button to analyze answer quality

> Built as part of a data science case study on legal document intelligence.