README.md
October 26, 2024 · View on GitHub
Legal Document Reviewer
⭐ About
A tool which helps non-professional lawyers to understand and improve their legal documents
Screenshots

📤 Set up
- These are the steps required to install the project.
- Get API key from GROQ.
- Clone the repo
git clone https://github.com/ARYPROGRAMMER/Legal-Document-Reviewer - Install NPM packages
npm install - Enter your API Keys in
.env.local. - Run development server
npm run dev