This Project Converts PDF’s Into Chatbots!
--
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 link. At this point you should be able to run the following command:
docker run -it -p 7860:7860 --platform=linux/amd64 registry.hf.space/bhaskartripathi-pdfchatter:latest python app.py
There you have it! Do you plan on checking this project out? I would love to hear your thoughts about this!
Thanks So Much!
Feel free to watch my videos on YouTube or connect via Twitter if you have any thoughts or questions:
Thanks so much for your support!