Muhammad Qasim
commited on
Commit
·
5f0f939
1
Parent(s):
2807cf3
Update README.md
Browse files
README.md
CHANGED
@@ -39,13 +39,14 @@ Before using the chatbot, ensure you have the following installed:
|
|
39 |
## Usage
|
40 |
|
41 |
1. Run the chatbot using the following command:
|
|
|
42 |
```shell
|
43 |
streamlit run app.py
|
44 |
```
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
|
50 |
## Features
|
51 |
|
|
|
39 |
## Usage
|
40 |
|
41 |
1. Run the chatbot using the following command:
|
42 |
+
|
43 |
```shell
|
44 |
streamlit run app.py
|
45 |
```
|
46 |
+
3. The chatbot interface will open in your default web browser.
|
47 |
+
4. Upload one or more PDF files for processing.
|
48 |
+
5. Start a conversation by asking questions or making inquiries about the PDF content.
|
49 |
+
6. The chatbot will provide responses based on the content of the uploaded PDFs.
|
50 |
|
51 |
## Features
|
52 |
|