LawBOT is an intelligent chatbot designed to assist users with queries related to Indian law. It utilizes the power of Langchain
for language processing and is backed by the sophisticated Llama-7B-chat
model provided by Meta
. The interactive frontend user interface is built with Streamlit
for a seamless user experience.
-
Natural Language Processing: LawBOT leverages the advanced language processing capabilities of
Langchain
to understand and respond to user queries effectively. -
Powerful Model: The chatbot is powered by the
Llama-7B-chat
model byMeta
and accessed throughHuggingface
, ensuring a high level of accuracy and relevance in responses. -
Streamlit UI: The frontend interface is developed using
Streamlit
, providing an intuitive and user-friendly platform for engaging with LawBOT.
To run LawBOT locally, follow these steps:
- Clone the Repository:
git clone https://github.com/anas-yunus/LawBOT.git
- Install Dependencies:
cd LawBOT pip install -r requirements.txt
- Run the Application:
streamlit run app.py