streamnet_sales_assistant / README_GITHUB.md
krinya's picture
Prepare README for Hugging Face Spaces deployment
b18de1a
|
Raw
History Blame Contribute Delete
449 Bytes
# Sales Assistant with Quote
A sales bot that can answer questions about products and provide quotes based on a database.
## Installation
```bash
uv sync
```
Or if you want to install it in editable mode:
```bash
uv pip install -e .
```
## To try out the sales assistant, run:
```bash
uv run python src/sales_assistant/main.py
```
## TO run the gradio dashboard, run:
```bash
uv run python src/sales_assistant/ui_dashboard/gradio_app.py
```