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.
- 🔍 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.
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt
. - Run the chatbot:
python app.py
. - Submit legal queries and get instant responses.
- LLM (OpenAI GPT / LLaMA)
- Vector Databases
- RAG
- Python
git clone https://github.com/your_username/legal-chatbot.git
cd legal-chatbot
pip install -r requirements.txt
python app.py