-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
418918b
commit d5efde4
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# chatgpt | ||
A chatbot taking multiple pdfs as input and answering questions based on user prompts | ||
A chatbot taking multiple PDFs as input and answering questions based on user prompts. | ||
|
||
## Installation | ||
To run this application, you must first install the necessary dependencies. This can be done by running the following command: | ||
|
||
``` | ||
pip install -r requirements.txt | ||
``` | ||
|
||
## Running the Application | ||
Once the dependencies are installed, you can start the application by running `main.py`. Use the following command to initiate the chatbot: | ||
|
||
``` | ||
python src/main.py | ||
``` | ||
|
||
To upload a PDF, type `upload path/to/your/file.pdf` and to exit the application, type `quit`. |