Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 782 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 782 Bytes

Legal Document Reviewer

⭐ About

A tool which helps non-professional lawyers to understand and improve their legal documents

Screenshots

Video

image image

📤 Set up

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