Website-to-Chatbot
ChatGPT for every website
Instantly answer your visitors' questions with a personalized chatbot trained on your website content.
Create app like SiteGPT or Chatbase in less than 40 lines of code
Getting Started
Code is up,
Replit and streamlit version coming soon
Follow Anil Chandra Naidu Matcha on twitter for updates
Subscribe to https://www.youtube.com/@AnilChandraNaiduMatcha for more such video tutorials
How to run ?
-
Create a virtual environment in python https://docs.python.org/3/library/venv.html
-
Run "pip install -r requirements.txt"
-
Set OPENAI_API_KEY environment variable with your openai key
-
Run "python main.py"
-
Change url and query in code if you want to try with any other content
To run streamlit app, follow the steps run "streamlit run streamlitui.py"