Skip to content

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

Notifications You must be signed in to change notification settings

aravinda-1402/Legal-Query-AI-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚖️ 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.

✨ 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

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages