Spaces:
Sleeping
Sleeping
| # 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 | |
| ``` |