Skip to content

qlmoffat/chatbot

 
 

Repository files navigation

Chatbot

This is a chatbot experiment repo. Using streamlit.

What it will be doing. - Might need backend server to run this.

  1. scrapes all data from a client website and save key data into a file system
  2. connect various data sources and create a knowledge graph including key data above
  3. lanchain agent base chatbot. It answers based on the knowledge graph
  4. provide all available data to the web visitors using chat interface
  5. also, could respond any email inquiries using langchain

Getting Started

Prerequisites

  • Python 3.8
  • pip

Installation

python3.8 -m venv venv
source venv/bin/activate
make install

Run

streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.0%
  • Makefile 3.0%