Skip to content

Qbizinc/streamlit-qbiz-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Internal Chatbot with LLM (Language Model) - Initial Version

Welcome to the repository for the initial version of our internal chatbot powered by a Language Model (LLM). This chatbot is designed to facilitate communication within our organization, offering a streamlined and efficient way for users to interact with the system.

Table of Contents

Overview

This project incorporates a Language Model (LLM) to power an internal chatbot. The user interface is built using Streamlit, providing a simple and intuitive experience for users to engage with the chatbot.

Features

  • Streamlit UI: The chatbot comes with a user-friendly interface created with Streamlit, making it easy for users to interact with the system.
  • LLM Integration: Leverage the power of a Language Model for natural language understanding and generation within the chatbot.
  • Internal Communication: Facilitate communication within your organization through the chatbot, improving collaboration and information exchange.

Getting Started

Prerequisites

Ensure you have the following prerequisites installed:

  • Python (version >= 3.6)
  • pip (package installer for Python)
  • streamlit
  • openai

Installation

  1. Clone the repository:

    git clone https://github.com/Qbizinc/streamlit-qbiz-chatbot.git
    cd streamlit-qbiz-chatbot
  2. Install the required dependencies:

    pip install -r requirements.txt

Running the Application

Execute the following command to start the Streamlit application:

streamlit run main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages