Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pieces-app/pieces-copilot-streamlit-example
https://github.com/pieces-app/pieces-copilot-streamlit-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pieces-app/pieces-copilot-streamlit-example
- Owner: pieces-app
- License: mit
- Created: 2024-02-29T17:17:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-29T17:24:31.000Z (11 months ago)
- Last Synced: 2024-02-29T18:35:32.482Z (11 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Pieces CLI for Developers](https://camo.githubusercontent.com/69c990240f877927146712d45be2f690085b9e45b4420736aa373917f8e0b2c8/68747470733a2f2f73746f726167652e676f6f676c65617069732e636f6d2f7069656365735f7374617469635f7265736f75726365732f7066645f77696b692f5049454345535f4d41494e5f4c4f474f5f57494b492e706e67)
#
Pieces Copilot Streamlit Example
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## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/pieces-app/pieces-copilot-streamlit-example.git
```
2. Prerequisites:
- python 3.9.0+ version2. Install the dependencies:
```python
pip install pieces_os_client streamlit websocket threaded
```
or
```
pip install -r requirements.txt
```4. Run the app
```python
streamlit run pieces-bot.py
```## Dependencies
- websocket
- pieces_os_client
- streamlit