Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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+ version

2. 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