Presentation on how to chat with PDF using ChatGPT code interpreter

naman860154 15,443 views 11 slides Apr 29, 2024
Slide 1
Slide 1 of 11
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11

About This Presentation

Presentation on how to chat with PDF using ChatGPT code interpreter


Slide Content

Visit https://chat.openai.com. Ensure you are logged in with a ChatGPT Plus account.

Click on your profile on the bottom left section of the page, then click on Settings.

Go to the "Beta Features" tab and enable "Code Interpreter".

Exit Settings. Hover cursor over the GPT-4 box at the top. Select "Code Interpreter".

You will now be able to see a "+" sign at the start of the user input box at the bottom of
the page. Upload your PDF using it.

Once the PDF is successfully uploaded, we can start chatting with the PDF. For
example, let us try summarizing the PDF again using this method.

The Code Interpreter extracts data from the document and summarizes it.

We can further use the code interpreter to perform EDA and create visualizations of
the tabular data present in the document.

The code interpreter creates relevant visualizations based on data present in the PDF.

We can even perform Exploratory Data Analysis (EDA).

The code interpreter will typically write and execute Python code to do this.
Tags