Skip to content

Commit

Permalink
feat: Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 15, 2023
1 parent 418918b commit d5efde4
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
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`.

0 comments on commit d5efde4

Please sign in to comment.