Spaces:
Sleeping
Sleeping
Sales Assistant with Quote
A sales bot that can answer questions about products and provide quotes based on a database.
Installation
uv sync
Or if you want to install it in editable mode:
uv pip install -e .
To try out the sales assistant, run:
uv run python src/sales_assistant/main.py
TO run the gradio dashboard, run:
uv run python src/sales_assistant/ui_dashboard/gradio_app.py