Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
tags:
|
| 4 |
+
- onnx
|
| 5 |
+
- text-to-speech
|
| 6 |
+
- g2p
|
| 7 |
+
- phonemizer
|
| 8 |
+
- openphonemizer
|
| 9 |
+
license: bsd-3-clause-clear
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# OpenPhonemizer ONNX
|
| 13 |
+
|
| 14 |
+
This repository contains the **OpenPhonemizer** model converted to the **ONNX (Open Neural Network Exchange)** format for high-performance, cross-platform inference.
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## 🌟 About OpenPhonemizer
|
| 19 |
+
OpenPhonemizer is a permissively licensed, deep learning-based Grapheme-to-Phoneme (G2P) library designed as a drop-in replacement for the GPL-licensed `espeak`. It is based on **DeepPhonemizer** and is optimized to output IPA phonemes suitable for modern TTS models.
|