/Smart-Ediscovery

Smart eDiscovery using Large Language Model with Streamlit

Primary LanguagePythonMIT LicenseMIT

Smart-Ediscovery

Smart eDiscovery using Large Language Model with Streamlit

Description

This project implemented using Langchain framework and Chroma DB, an open-source embedding database. It uses LaMini-T5-738M model a fine-tuned version of t5-large on LaMini-instruction dataset which contains 2.58M samples for instruction fine-tuning.

Running the Code

To install the requirements for this project, run the following command:

$ pip install -r requirements.txt

To use this project, run the app.py script

$ streamlit run app.py

image