izammohammed commited on
Commit
23cf342
β€’
1 Parent(s): 67aafa6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -24
README.md CHANGED
@@ -1,10 +1,19 @@
1
- # Legal Chatbot LLM
 
 
 
 
 
 
 
 
 
 
2
 
 
3
  ## Overview
4
  This project is a Legal Chatbot powered by Large Language Models (LLM) and RAG model. It allows users to ask questions related to legal terms and receive accurate responses. The chatbot utilizes a RAG (Retrieval-Augmented Generation) model to enhance its performance.
5
-
6
  ![](assets/demo.png)
7
-
8
  ## Features
9
  - Utilizes LLM for natural language understanding and generation.
10
  - Integrates vector databases for efficient retrieval of legal information.
@@ -12,38 +21,17 @@ This project is a Legal Chatbot powered by Large Language Models (LLM) and RAG m
12
  - Allows users to ask questions related to legal terms and concepts.
13
  - Provides accurate and concise responses to user queries.
14
  - User-friendly interface for seamless interaction.
15
-
16
  ## Usage
17
  1. Clone the repository to your local machine.
18
  2. Install the required dependencies specified in the `requirements.txt` file.
19
  3. Run the main script to start the chatbot.
20
  4. Enter your legal queries and interact with the chatbot to receive responses.
21
-
22
  ## Technologies Used
23
  - Large Language Models (LLM)
24
  - Vector Databases
25
  - RAG (Retrieval-Augmented Generation) Model
26
  - Python
27
-
28
- ## Installation
29
- ```bash
30
- git clone https://github.com/your_username/legal-chatbot.git
31
- cd legal-chatbot
32
- pip install -r requirements.txt
33
- python app.py
34
- ```
35
-
36
- ## Contributing
37
- Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
38
- 1. Fork the repository.
39
- 2. Create a new branch (`git checkout -b feature/improvement`).
40
- 3. Make your changes.
41
- 4. Commit your changes (`git commit -am 'Add new feature'`).
42
- 5. Push to the branch (`git push origin feature/improvement`).
43
- 6. Create a new Pull Request.
44
-
45
  ## License
46
  This project is under [MIT Licence](LICENSE)
47
-
48
  ## Contact
49
  For any inquiries or feedback, please contact [Izam mohammed] at [izamdeveloper1@gmail.com].
 
1
+ ---
2
+ license: mit
3
+ title: Legal Advisor
4
+ emoji: πŸ“š
5
+ colorFrom: gray
6
+ colorTo: blue
7
+ pinned: true
8
+ sdk: streamlit
9
+ app_file: app.py
10
+ short_description: A chatbot for asking Legal related information using Llama 2
11
+ ---
12
 
13
+ # Legal Chatbot LLM
14
  ## Overview
15
  This project is a Legal Chatbot powered by Large Language Models (LLM) and RAG model. It allows users to ask questions related to legal terms and receive accurate responses. The chatbot utilizes a RAG (Retrieval-Augmented Generation) model to enhance its performance.
 
16
  ![](assets/demo.png)
 
17
  ## Features
18
  - Utilizes LLM for natural language understanding and generation.
19
  - Integrates vector databases for efficient retrieval of legal information.
 
21
  - Allows users to ask questions related to legal terms and concepts.
22
  - Provides accurate and concise responses to user queries.
23
  - User-friendly interface for seamless interaction.
 
24
  ## Usage
25
  1. Clone the repository to your local machine.
26
  2. Install the required dependencies specified in the `requirements.txt` file.
27
  3. Run the main script to start the chatbot.
28
  4. Enter your legal queries and interact with the chatbot to receive responses.
 
29
  ## Technologies Used
30
  - Large Language Models (LLM)
31
  - Vector Databases
32
  - RAG (Retrieval-Augmented Generation) Model
33
  - Python
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  ## License
35
  This project is under [MIT Licence](LICENSE)
 
36
  ## Contact
37
  For any inquiries or feedback, please contact [Izam mohammed] at [izamdeveloper1@gmail.com].