Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aravinda-1402/legal-query-ai-assistant

Legal Query AI Assistant is a chatbot that leverages LLMs like OpenAI GPT and LLaMA, with RAG to retrieve and summarize legal documents efficiently.
https://github.com/aravinda-1402/legal-query-ai-assistant

chatbot gpt llm llm-training llma2 natural-language-processing natural-language-understanding openai-api python

Last synced: about 2 months ago
JSON representation

Legal Query AI Assistant is a chatbot that leverages LLMs like OpenAI GPT and LLaMA, with RAG to retrieve and summarize legal documents efficiently.

Awesome Lists containing this project

README

        

# ⚖️ Legal Query AI Assistant

## 📝 Overview
The **Legal Query AI Assistant** uses **Large Language Models (LLM)** and **Retrieval-Augmented Generation (RAG)** to offer quick, accurate legal responses. It retrieves and summarizes legal documents to assist in decision-making.

![](assets/demo.png)

## ✨ Key Features
- 🔍 Supports **OpenAI GPT** or **LLaMA** for robust language understanding.
- 📄 Efficient legal document retrieval via **vector databases**.
- ⚙️ Combines **RAG** for precise responses.
- 💻 User-friendly interface for smooth interaction.

## 🚀 How to Use
1. Clone the repository.
2. Install dependencies: `pip install -r requirements.txt`.
3. Run the chatbot: `python app.py`.
4. Submit legal queries and get instant responses.

## 🛠️ Technologies
- LLM (OpenAI GPT / LLaMA)
- Vector Databases
- RAG
- Python

## 🔧 Installation
```bash
git clone https://github.com/your_username/legal-chatbot.git
cd legal-chatbot
pip install -r requirements.txt
python app.py