Skip to content

Say goodbye to endless Google searches and hello to our clever chatbot, the ultimate Wikipedia companion for all your Q&A needs.

License

Notifications You must be signed in to change notification settings

richiesh/Chat-Wiki

 
 

Repository files navigation

Chat-Wiki

This code is a Streamlit app that implements a chatbot that uses Wikipedia articles as its knowledge base. The app allows users to search for a topic of their choice, and then chat with the bot to ask questions related to that topic.

Screenshot

Installation

To run this app, you need Python 3.6 or later.

  • Clone the repository to your local machine:
git clone https://github.com/your-username/Chat-Wiki.git
  • Install packages
pip install -r requirements.txt
  • Run the app
streamlit run streamlit_bot.py
  • Enter your OpenAI API key when prompted.

Usage

  1. Type in your query in the text box and press Enter.
  2. The app will retrieve a summary of the Wikipedia article related to your query, as well as display a text box for you to type in your message to the chatbot.
  3. Type in your message and click the "Send" button to see the chatbot's response.

About

Say goodbye to endless Google searches and hello to our clever chatbot, the ultimate Wikipedia companion for all your Q&A needs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%