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

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