Skip to content

GenAI used for document generation for legal purpose using Python and NodeJS

Notifications You must be signed in to change notification settings

SadanandMiskin/lexys

Repository files navigation

LEXYS

Document Generation for legal assistance powered by GenAI using Python and NodeJS

(Currently supports only accident related qureies and document generation)

Getting Started

  • Web - For web interfaces and server side rendering
  • AIModel - For processing and documenting the data ........

Working

workflow

AI model

Doc Generation (Getting Start)

  • git clone https://github.com/SadanandMiskin/lexys
  • paste the downloaded /content folder to root directory
  • Install All dependencies - npm install and pip install torch torchvision torchaudio
  • Create a .env file and add value for connecting to mongoDB
  • Run the Application - nodemon server.js
  • Open the application on http://localhost:3000
  • Login and fill details and wait for some time for some magic.

Chat Bot

  • cd AI_NLP_Model
  • python Chatbot_gui.py only in Google Colab or Jupyter Notebook (requires /content/output_2 model)

Web

  • Backend - Nodejs , MongoDB, sessions
  • Frontend - Html, Css, JavaScript

Features

  • GPT2 - for generating texts
  • nodejs - server for flow of data
  • mongodb - database for storage

Collaborators

About

GenAI used for document generation for legal purpose using Python and NodeJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published