(Currently supports only accident related qureies and document generation)
- Download the required
contentfolder - https://drive.google.com/drive/folders/1pTb6E8dQie36k7yZ_KkWPU7hYgMMezza?usp=sharing - The project is divided in two parts
- Web - For web interfaces and server side rendering
- AIModel - For processing and documenting the data ........
git clone https://github.com/SadanandMiskin/lexys- paste the downloaded
/contentfolder torootdirectory - Install All dependencies -
npm installandpip install torch torchvision torchaudio - Create a
.envfile 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.
- cd
AI_NLP_Model python Chatbot_gui.pyonly inGoogle ColaborJupyter Notebook(requires/content/output_2model)
- Backend -
Nodejs , MongoDB, sessions - Frontend -
Html, Css, JavaScript
- GPT2 - for generating texts
- nodejs - server for flow of data
- mongodb - database for storage
