A tool which helps non-professional lawyers to understand and improve their legal documents
Screenshots
- 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