The Pieces Copilot Streamlit Bot is an interactive chatbot application built using Streamlit, designed to provide users with a seamless interface to ask questions and receive answers in real-time and powered by Pieces OS Python SDK
-
Clone the repository:
git clone https://github.com/hivay-at-pieces/pieces-copilot-streamlit.git
-
Prerequisites:
- python 3.9.0+ version
-
Install the dependencies:
pip install pieces_os_client streamlit websocket threaded
or
pip install -r requirements.txt
-
Run the app
streamlit run pieces-bot.py
- websocket
- pieces_os_client
- streamlit