Yurii Paniv commited on
Commit
434fefe
โ€ข
1 Parent(s): 40439d9

Add link to notebook

Browse files
Files changed (1) hide show
  1. README.md +3 -14
README.md CHANGED
@@ -15,6 +15,7 @@ Ukrainian TTS (text-to-speech) using ESPNET.
15
 
16
  ![pytest](https://github.com/robinhad/ukrainian-tts/actions/workflows/hf-sync.yml/badge.svg)
17
  [![Open In HF๐Ÿค— Space ](https://img.shields.io/badge/Open%20Demo-%F0%9F%A4%97%20Space-yellow)](https://huggingface.co/spaces/robinhad/ukrainian-tts)
 
18
  [![Open Bot](https://img.shields.io/badge/Open%20Bot%20๐Ÿค–-Telegram-blue)](https://t.me/uk_tts_bot)
19
  [![chat](https://img.shields.io/badge/chat-Telegram-blue)](https://t.me/speech_recognition_uk)
20
 
@@ -56,20 +57,8 @@ https://user-images.githubusercontent.com/5759207/190852259-c6746172-05c4-4918-8
56
  https://user-images.githubusercontent.com/5759207/190852270-7aed2db9-dc08-4a9f-8775-07b745657ca1.mp4
57
 
58
  # How to use: ๐Ÿ“ข
59
- ## As a package:
60
- 1. Install using command:
61
- ```
62
- pip install git+https://github.com/robinhad/ukrainian-tts.git
63
- ```
64
- 2. Run a code snippet:
65
- ```python
66
- from ukrainian_tts.tts import TTS, Voices, Stress
67
-
68
- tts = TTS()
69
- with open("test.wav", mode="wb") as file:
70
- _, text = tts.tts("ะŸั€ะธะฒั–ั‚", Voices.Dmytro.value, Stress.Dictionary.value, file)
71
- print("Accented text:", text)
72
- ```
73
 
74
 
75
  # How to train: ๐Ÿ‹๏ธ
15
 
16
  ![pytest](https://github.com/robinhad/ukrainian-tts/actions/workflows/hf-sync.yml/badge.svg)
17
  [![Open In HF๐Ÿค— Space ](https://img.shields.io/badge/Open%20Demo-%F0%9F%A4%97%20Space-yellow)](https://huggingface.co/spaces/robinhad/ukrainian-tts)
18
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/robinhad/ukrainian-tts/blob/main/tts_example.ipynb)
19
  [![Open Bot](https://img.shields.io/badge/Open%20Bot%20๐Ÿค–-Telegram-blue)](https://t.me/uk_tts_bot)
20
  [![chat](https://img.shields.io/badge/chat-Telegram-blue)](https://t.me/speech_recognition_uk)
21
 
57
  https://user-images.githubusercontent.com/5759207/190852270-7aed2db9-dc08-4a9f-8775-07b745657ca1.mp4
58
 
59
  # How to use: ๐Ÿ“ข
60
+
61
+ See example notebook: [tts_example.ipynb](./tts_example.ipynb)
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
 
64
  # How to train: ๐Ÿ‹๏ธ