lookbe commited on
Commit
7126229
·
verified ·
1 Parent(s): b191619

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: mit
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.