Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,3 +11,75 @@ short_description: voice calling agent
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 14 |
+
|
| 15 |
+
---
|
| 16 |
+
title: Overo.io Voice Agent
|
| 17 |
+
emoji: π―
|
| 18 |
+
colorFrom: blue
|
| 19 |
+
colorTo: purple
|
| 20 |
+
sdk: gradio
|
| 21 |
+
sdk_version: 4.44.0
|
| 22 |
+
app_file: app.py
|
| 23 |
+
pinned: false
|
| 24 |
+
license: mit
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
+
# π― Overo.io Voice Agent POC
|
| 28 |
+
|
| 29 |
+
Norwegian AI voice agent for customer service and complaint management.
|
| 30 |
+
|
| 31 |
+
## Features
|
| 32 |
+
|
| 33 |
+
- π³π΄ **Norwegian conversation flow**
|
| 34 |
+
- π€ **Intelligent information extraction**
|
| 35 |
+
- π **Automatic complaint categorization**
|
| 36 |
+
- π **Real-time data collection**
|
| 37 |
+
- π₯ **CSV export for customer support**
|
| 38 |
+
|
| 39 |
+
## How to Use
|
| 40 |
+
|
| 41 |
+
1. **Start conversation**: Type your message as if you're calling customer service
|
| 42 |
+
2. **Follow the flow**: The agent will guide you through collecting your complaint
|
| 43 |
+
3. **Information is saved**: All details are automatically extracted and stored
|
| 44 |
+
|
| 45 |
+
### Example Conversation
|
| 46 |
+
|
| 47 |
+
```
|
| 48 |
+
You: "Hei, jeg heter Lars og har et problem med min megler"
|
| 49 |
+
Agent: "Hei Lars! Hyggelig Γ₯ mΓΈte deg. Hvilken megler jobber du med hos Overo?"
|
| 50 |
+
You: "Ole Hansen fra Oslo-kontoret"
|
| 51 |
+
Agent: "Takk! Kan du beskrive problemet du opplever?"
|
| 52 |
+
```
|
| 53 |
+
|
| 54 |
+
## Test Scenarios
|
| 55 |
+
|
| 56 |
+
Try these example inputs:
|
| 57 |
+
|
| 58 |
+
- "Hei, jeg heter Maria Olsen og min megler svarer ikke pΓ₯ telefonen"
|
| 59 |
+
- "Jeg har problemer med appen, den krasjer hele tiden"
|
| 60 |
+
- "Fakturaen min er feil, kan dere hjelpe meg?"
|
| 61 |
+
|
| 62 |
+
## Technical Details
|
| 63 |
+
|
| 64 |
+
- **Framework**: Gradio for web interface
|
| 65 |
+
- **Language**: Norwegian conversation patterns
|
| 66 |
+
- **Data Export**: CSV format for Excel compatibility
|
| 67 |
+
- **Storage**: In-memory for POC (can be upgraded to database)
|
| 68 |
+
|
| 69 |
+
## Next Steps
|
| 70 |
+
|
| 71 |
+
This POC demonstrates the conversation flow. Next phases will add:
|
| 72 |
+
|
| 73 |
+
- ποΈ **Real voice processing** (STT/TTS)
|
| 74 |
+
- π **Phone integration** via Twilio
|
| 75 |
+
- ποΈ **Database storage**
|
| 76 |
+
- π§ **Email notifications**
|
| 77 |
+
|
| 78 |
+
## For Overo.io Team
|
| 79 |
+
|
| 80 |
+
Test the conversation flow and provide feedback on:
|
| 81 |
+
|
| 82 |
+
- Information collection completeness
|
| 83 |
+
- Response naturalness in Norwegian
|
| 84 |
+
- Missing edge cases
|
| 85 |
+
- Additional features needed
|