Update README.md
Browse files
README.md
CHANGED
|
@@ -35,16 +35,16 @@ We provide ready-to-use TTS inference examples across multiple ecosystems:
|
|
| 35 |
|
| 36 |
| Language/Platform | Path | Description |
|
| 37 |
|-------------------|------|-------------|
|
| 38 |
-
| [**Python**]
|
| 39 |
-
| [**Node.js**]
|
| 40 |
-
| [**Browser**]
|
| 41 |
-
| [**Java**]
|
| 42 |
-
| [**C++**]
|
| 43 |
-
| [**C#**]
|
| 44 |
-
| [**Go**]
|
| 45 |
-
| [**Swift**]
|
| 46 |
-
| [**iOS**]
|
| 47 |
-
| [**Rust**]
|
| 48 |
|
| 49 |
> For detailed usage instructions, please refer to the README.md in each language directory.
|
| 50 |
|
|
|
|
| 35 |
|
| 36 |
| Language/Platform | Path | Description |
|
| 37 |
|-------------------|------|-------------|
|
| 38 |
+
| [**Python**] | `py/` | ONNX Runtime inference |
|
| 39 |
+
| [**Node.js**] | `nodejs/` | Server-side JavaScript |
|
| 40 |
+
| [**Browser**] | `web/` | WebGPU/WASM inference |
|
| 41 |
+
| [**Java**] | `java/` | Cross-platform JVM |
|
| 42 |
+
| [**C++**] | `cpp/` | High-performance C++ |
|
| 43 |
+
| [**C#**] | `csharp/` | .NET ecosystem |
|
| 44 |
+
| [**Go**] | `go/` | Go implementation |
|
| 45 |
+
| [**Swift**] | `swift/` | macOS applications |
|
| 46 |
+
| [**iOS**] | `ios/` | Native iOS apps |
|
| 47 |
+
| [**Rust**] | `rust/` | Memory-safe systems |
|
| 48 |
|
| 49 |
> For detailed usage instructions, please refer to the README.md in each language directory.
|
| 50 |
|