Coder Social home page Coder Social logo

webby-websitechatbot's Introduction

Webby: Chatbot for Website Interaction with Streamlit GUI

Welcome to the GitHub repository for Webby, a chatbot designed for interacting with websites through a Streamlit GUI. Webby integrates LangChain technology to extract information from various websites and provide user-friendly responses.

Key Features

  • Website Interaction: Webby leverages LangChain to interact with websites and extract relevant information.
  • Advanced Language Models: Compatibility with various language models such as GPT-4, Mistral, Llama2, and ollama.
  • Intuitive Streamlit GUI: The user interface is built with Streamlit, ensuring an easy and accessible experience for users.
  • Python-based: Entirely coded in Python for flexibility and ease of use.
  • Entirely langchain bassed development. Easy integration of multiple new features possible.
  • Webby utilizes a Retrieval-Augmented Generation (RAG) approach. This involves augmenting the knowledge of the language model with additional information passed in the prompt. Text is vectorized to find -the most similar content to the prompt, which is then passed to the language model as a prefix.

Architecture

RAG Diagram

Installation

  1. Clone this repository to your local machine.
git clone https://github.com/nishan0000/Webby-WebsiteChatBot.git
cd [repository-directory]
  1. Install the required packages:
pip install -r requirements.txt
  1. Create a .env file with your OpenAI API key:
OPENAI_API_KEY=[your-openai-api-key]

Usage

To run the Webby application:

streamlit run app.py

Contributing

This repository is primarily for tutorial purposes. Therefore, contributions are limited to bug fixes or typo corrections.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Note: This project is for educational and research purposes. Ensure to comply with the terms of use and guidelines of the utilized APIs and services.

I hope you find Webby helpful in your exploration of AI and chatbot development.

Happy Coding! ๐Ÿš€๐Ÿ‘จโ€๐Ÿ’ป๐Ÿค–

Don't forget to star this repo if you find it useful!

webby-websitechatbot's People

Contributors

nishan0000 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.