Update README.md
Browse files
README.md
CHANGED
|
@@ -10,5 +10,24 @@ pinned: false
|
|
| 10 |
license: mit
|
| 11 |
short_description: Cotubex Pre-Sales Assistant
|
| 12 |
---
|
|
|
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: mit
|
| 11 |
short_description: Cotubex Pre-Sales Assistant
|
| 12 |
---
|
| 13 |
+
# Cotubex Pre-Sales Assistant
|
| 14 |
|
| 15 |
+
This is a multilingual AI assistant for Cotubex's website, built using Qwen2.5-0.5B-Instruct and deployed on Hugging Face Spaces.
|
| 16 |
+
|
| 17 |
+
## Features
|
| 18 |
+
|
| 19 |
+
- Understands and responds in **French**, **Dutch**, and **English**
|
| 20 |
+
- Answers questions about products, pricing, and availability
|
| 21 |
+
- Runs efficiently on shared GPU via `@spaces.GPU`
|
| 22 |
+
|
| 23 |
+
## How It Works
|
| 24 |
+
|
| 25 |
+
Uses a lightweight instruction-tuned LLM to answer customer questions based on a simple product list provided in the prompt.
|
| 26 |
+
|
| 27 |
+
## Try It Out
|
| 28 |
+
|
| 29 |
+
Go to the [Hugging Face Space](https://huggingface.co/spaces/ajsbsd) and ask things like:
|
| 30 |
+
|
| 31 |
+
- *"Wat is de prijs van het Zotac 5060 TI?"*
|
| 32 |
+
- *"Est-ce que le SSD Samsung 990 PRO est disponible ?"*
|
| 33 |
+
- *"Is the Be Quiet water cooler available?"*
|