Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tjiho committed Nov 3, 2023
1 parent f3c3780 commit 1b6757e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# French-tts-model-piper

French TTS models for pipers
French TTS models for piper

The first model is trained both on https://git.bksp.space/Tjiho/newspaper-sentences and https://git.bksp.space/Tjiho/baudelaire-sentences
The first model is trained both on https://git.bksp.space/Tjiho/newspaper-sentences and https://git.bksp.space/Tjiho/baudelaire-sentences.

The second one is only trained on https://git.bksp.space/Tjiho/baudelaire-sentences.

The second one is only trained on https://git.bksp.space/Tjiho/baudelaire-sentences
The third is trained 300 epochs longer than the previous one with the same dataset.

You can use them with Piper speech synthetiser https://github.com/rhasspy/piper

The third one is trained 300 more epochs than the previous with the same dataset

```
echo "Je suis un modèle d'intelligence artificielle qui parle français" | ~/bin/piper/piper -m <model> --output_file <your_file>
```
Expand Down

0 comments on commit 1b6757e

Please sign in to comment.