--- 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)