Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soheil-mp/legal-gpt
A RAG project utilizing OpenAI's API and a Pinecone database for efficient Dutch legal research.
https://github.com/soheil-mp/legal-gpt
gpt gradio llm openai pinecone rag
Last synced: 24 days ago
JSON representation
A RAG project utilizing OpenAI's API and a Pinecone database for efficient Dutch legal research.
- Host: GitHub
- URL: https://github.com/soheil-mp/legal-gpt
- Owner: soheil-mp
- License: mit
- Created: 2024-05-10T12:49:19.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-10T15:11:59.000Z (8 months ago)
- Last Synced: 2024-12-09T09:58:00.765Z (25 days ago)
- Topics: gpt, gradio, llm, openai, pinecone, rag
- Language: Jupyter Notebook
- Homepage:
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Legal GPT - Dutch Legal Research Assistant
## Description
Legal GPT is an advanced research assistant designed for legal professionals. By integrating OpenAI's powerful language models and Pinecone's vector database, this tool facilitates efficient search and analysis of legal documents. It streamlines the process of retrieving relevant legal information, making it an invaluable asset for lawyers, paralegals, and legal researchers.
## Features
- Automated Legal Research: Quickly search through extensive databases of legal texts.
- Document Analysis: Analyze and summarize legal documents using state-of-the-art AI.
- Query Augmentation: Enhance searches with Retrieval Augmented Generation (RAG) for better accuracy and relevance.## Installation
To set up the Legal GPT on your local machine, follow these steps:
Clone the Repository
```
git clone https://github.com/soheil-mp/legal-gpt.git
cd legal-gpt
```Install Dependencies
```
pip install -r requirements.txt
```## Environment Variables
Set up your OpenAI and Pinecone API keys in the environment:
```
export OPENAI_API_KEY='your_openai_api_key_here'
export PINECONE_API_KEY='your_pinecone_api_key_here'
```## Usage
To use Legal GPT, run the Jupyter Notebook included in the repository:
```
jupyter notebook Legal GPT.ipynb
```
Follow the instructions within the notebook to start your legal research queries.## Contributing
Contributions to Legal GPT are welcome! Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.## License
This project is licensed under the MIT License - see the LICENSE file for details.