This project aims to develop an autonomous contract bot. It focuses on building, evaluating, and refining a RAG system for Contract Q&A, enabling independent contract drafting, review, and negotiation.
To run and work with the chatbot, follow these steps:
- Clone the git repository using the following command:
git clone https://github.com/natybkl/Contract-Advisor-RAG.git
cd Contract-Advisor-RAG
- Install the required Python libraries listed in the requirements.txt file:
pip install -r requirements.txt
- Go to the chatbot-ui directory and Run the Streamlit app using the main.py file:
cd chatbot-ui
streamlit run main.py