https://github.com/kernel-loophole/chatbot
https://github.com/kernel-loophole/chatbot
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kernel-loophole/chatbot
- Owner: kernel-loophole
- Created: 2023-05-15T08:43:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T18:50:41.000Z (about 3 years ago)
- Last Synced: 2025-06-28T17:47:26.123Z (12 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multiple user chatbot
## Description
This project is a Flask app that demonstrates Multiple user chatbot.
## Installation
Before running the Flask app, make sure you have the following dependencies installed:
- Flask
- db-sqlite3
- numpy
- getpass
- langchain
- tiktoken
- pinecone-client
- openai
You can install these dependencies using pip:
```bash
pip install Flask db-sqlite3 numpy getpass langchain tiktoken pinecone-client openai
git clone [repository URL]
cd project-directory
# make sure to add pinecone API AND index name
# Also put you OpenAI API key to chat
flask run