A ChatGPT plugin that lets you specify any public URL and run queries against it! ChatGPT currently does not have access to the internet but that changes with plugins. You can now use it to understand public documents better, run data science queries on public data etc.
Link to Video Demo: https://youtu.be/uhpQ3pkNCTY
Steps to Run:
- Clone this repo. cd to it. python3.10 main.py. You may have to install some dependency packages such as fastapi, uvicorn etc.
- Refer this page(https://openai.com/blog/chatgpt-plugins) on how to connect this plugin to ChatGPT and test locally

