(Currently supports only accident related qureies and document generation)
- Download the required
content
folder - 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
/content
folder toroot
directory - Install All dependencies -
npm install
andpip 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.
- cd
AI_NLP_Model
python Chatbot_gui.py
only inGoogle Colab
orJupyter Notebook
(requires/content/output_2
model)
- Backend -
Nodejs , MongoDB, sessions
- Frontend -
Html, Css, JavaScript
- GPT2 - for generating texts
- nodejs - server for flow of data
- mongodb - database for storage