File size: 982 Bytes
1c5a443 db463fe 1c5a443 |
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 26 27 28 29 |
---
pipeline_tag: any-to-any
license: mit
library_name: transformers
language:
- multilingual
tags:
- omni
- custom_code
- audio
- speech
- voice cloning
- live Streaming
- realtime speech conversation
- asr
- tts
---
# JoyTTS: LLM-based Spoken Chatbot With Voice Cloning
<br>
<div align='left'>
<a href='https://github.com/jdh-algo/JoyTTS'><img src='https://img.shields.io/github/stars/jdh-algo/JoyTTS?style=social'></a>
</div>
<br>
## 📖 Introduction
JoyTTS is an end-to-end spoken chatbot that combines large language models (LLM) with text-to-speech (TTS) technology, featuring voice cloning capabilities. This project is built upon the open-source MiniCPM-o and CosyVoice2 models and trained on 2000 hours of conversational data. We have also provided the complete training code to facilitate further development and optimization by the community. On the testing machine seed-tts-zh, it achieves a SM (Similarity Measure) score of 73 and a WER (Word Error Rate) of 5. |