File size: 629 Bytes
e1d6e16
 
 
 
 
 
 
 
 
 
 
 
3bad5cf
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: Paddle Voice Chatbot
emoji: 📚
colorFrom: green
colorTo: pink
sdk: gradio
sdk_version: 3.6
app_file: app.py
pinned: false
license: apache-2.0
---

# Chinese Voice Multi-Turn Chatbot

Toy example of a Chinese Voice Chatbot capable of open-domain multi-turn conversations.

```
ASR --> Dialogue Model with state --> TTS
```

 - **ASR Model**: `conformer` from [PaddleSpeech](https://github.com/PaddlePaddle/PaddleSpeech) 
 - **Dialogue Model**: `plato-mini` from [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) 
 - **TTS Model**: `fastspeech2` from [PaddleSpeech](https://github.com/PaddlePaddle/PaddleSpeech)