This Project Converts PDF’s Into Chatbots!

Manpreet Singh
2 min readMay 5, 2023

Welcome back! Chatbots seem to be taking over the world! So, let’s take a look at an awesome project that actually allows us to chat with the contents of a PDF file by using GPT! This project is called pdfGPT, here is a link to their GitHub page:

Essentially, this project will allow us to upload a PDF file, and allow us to gain information from that PDF file using GPT capabilities! If you want test out a demo of this project before running it locally, here is a link to their project page:

If you want to run it on localhost you can use the following docker command:

docker pull registry.hf.space/bhaskartripathi-pdfchatter:latest

You’ll want to make sure you download the universal sentence encoder locally to your folder, you can then download the encoder with the following…

--

--