Skip to content

Tigerking15/AI-project

Repository files navigation

LexSimplify

React + Vite legal document simplifier with:

  • n8n webhook-based document analysis flow
  • LangChain-powered multi-turn chatbot grounded in analyzed document context

Setup

  1. Install dependencies:
npm install
  1. Configure environment variables:
copy .env.example .env

Then set:

  • VITE_OPENROUTER_API_KEY
  • VITE_SERPER_API_KEY
  • VITE_GROQ_API_KEY
  1. Start the app:
npm run dev
  1. In the UI:
  • Paste your n8n webhook URL
  • Upload PDF/TXT/DOCX
  • Click Analyze Document
  • Use the Document Chatbot (LangChain) section for follow-up Q&A (OpenRouter key is read automatically from .env)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors