|
2 | 2 |
|
3 | 3 | This repository contains examples of how to use the [Hume API](https://docs.hume.ai) with different frameworks and languages.
|
4 | 4 |
|
5 |
| -## [Empathic Voice Interface (EVI)](https://dev.hume.ai/docs/empathic-voice-interface-evi/overview) |
| 5 | +## [Text-to-Speech (TTS)](https://dev.hume.ai/docs/text-to-speech-tts/overview) |
6 | 6 |
|
7 | 7 | | Name | Language | Framework |
|
8 | 8 | | --------------------------------------------------------------------------------------- | ---------- | --------------- |
|
9 |
| -| [`evi-next-js-app-router`](/evi-next-js-app-router/README.md) | Typescript | Next.js | |
10 |
| -| [`evi-next-js-pages-router`](/evi-next-js-pages-router/README.md) | Typescript | Next.js | |
11 |
| -| [`meld`](/meld/README.md) (`evi-react-example`) | Typescript | React | |
12 |
| -| [`evi-typescript-example`](/evi-typescript-example/README.md) | Typescript | | |
13 |
| -| [`evi-typescript-chat-history-example`](/evi-typescript-chat-history-example/README.md) | Typescript | | |
14 |
| -| [`evi-typescript-function-calling`](/evi-typescript-function-calling/README.md) | Typescript | | |
15 |
| -| [`evi-typescript-webhooks-example`](/evi-typescript-webhooks-example/README.md) | Typescript | Express | |
16 |
| -| [`evi-embed-vue`](/evi-embed-vue/README.md) | Typescript | Vue | |
17 |
| -| [`evi-python-example`](/evi-python-example/README.md) | Python | | |
18 |
| -| [`evi-python-chat-history-example`](/evi-python-chat-history-example/README.md) | Python | | |
19 |
| -| [`evi-python-function-calling`](/evi-python-function-calling/README.md) | Python | | |
20 |
| -| [`evi-python-api-example`](/evi-python-api-example/README.md) | Python | | |
21 |
| -| [`evi-python-webhooks-example`](/evi-python-webhooks-example/README.md) | Python | FastAPI | |
22 |
| -| [`evi-touchdesigner-example`](/evi-touchdesigner-example/README.md) | Python | TouchDesigner | |
23 |
| -| [`evi-custom-language-model`](/evi-custom-language-model/README.md) | Python | | |
24 |
| -| [`evi-modal-clm`](/evi-modal-clm/README.md) | Python | Modal | |
| 9 | +| [`tts-python-quickstart`](/tts/tts-python-quickstart/README.md) | Python | | |
| 10 | +| [`tts-typescript-quickstart`](/tts/tts-typescript-quickstart/README.md) | TypeScript | | |
| 11 | + |
| 12 | +## [Empathic Voice Interface (EVI)](https://dev.hume.ai/docs/empathic-voice-interface-evi/overview) |
| 13 | + |
| 14 | +| Name | Language | Framework | |
| 15 | +| ------------------------------------------------------------------------------------------ | ---------- | --------------- | |
| 16 | +| [`evi-flutter`](/evi/evi-flutter/README.md) | Dart | Flutter | |
| 17 | +| [`evi-next-js-app-router-quickstart`](/evi/evi-next-js-app-router-quickstart/README.md) | TypeScript | Next.js | |
| 18 | +| [`evi-next-js-pages-router-quickstart`](/evi/evi-next-js-pages-router-quickstart/README.md)| TypeScript | Next.js | |
| 19 | +| [`evi-next-js-function-calling`](/evi/evi-next-js-function-calling/README.md) | TypeScript | Next.js | |
| 20 | +| [`evi-prompting-examples`](/evi/evi-prompting-examples/README.md) | | | |
| 21 | +| [`evi-python-chat-history`](/evi/evi-python-chat-history/README.md) | Python | | |
| 22 | +| [`evi-python-clm-sse`](/evi/evi-python-clm-sse/README.md) | Python | | |
| 23 | +| [`evi-python-clm-wss`](/evi/evi-python-clm-wss/README.md) | Python | | |
| 24 | +| [`evi-python-function-calling`](/evi/evi-python-function-calling/README.md) | Python | | |
| 25 | +| [`evi-python-quickstart`](/evi/evi-python-quickstart/README.md) | Python | | |
| 26 | +| [`evi-python-raw-api`](/evi/evi-python-raw-api/README.md) | Python | | |
| 27 | +| [`evi-python-webhooks`](/evi/evi-python-webhooks/README.md) | Python | FastAPI | |
| 28 | +| [`evi-python-wss-clm-endpoint`](/evi/evi-python-wss-clm-endpoint/) | Python | Modal | |
| 29 | +| [`evi-react-native`](/evi/evi-react-native/README.md) | TypeScript | React Native | |
| 30 | +| [`evi-touchdesigner`](/evi/evi-touchdesigner/README.md) | Python | TouchDesigner | |
| 31 | +| [`evi-typescript-chat-history`](/evi/evi-typescript-chat-history/README.md) | TypeScript | | |
| 32 | +| [`evi-typescript-quickstart`](/evi/evi-typescript-quickstart/README.md) | TypeScript | | |
| 33 | +| [`evi-typescript-webhooks`](/evi/evi-typescript-webhooks/README.md) | TypeScript | Express | |
| 34 | +| [`evi-vue-widget`](/evi/evi-vue-widget/README.md) | TypeScript | Vue | |
25 | 35 |
|
26 | 36 | ## [Expression Measurement API](https://dev.hume.ai/docs/expression-measurement-api/overview)
|
27 | 37 |
|
28 |
| -| Name | Models | Language | Framework | |
29 |
| -| ---------------------------------------------------------------------------- | ------------------------------------- | ---------- | ----------- | |
30 |
| -| [`python-top-emotions`](/python-top-emotions/top_emotions.py) | `face` | Python | | |
31 |
| -| [`visualization-example`](./visualization-example/example-notebook.ipynb) | `face` | Python | | |
32 |
| -| [`typescript-next-api-language`](./typescript-next-api-language/README.md) | `language` | Typescript | Next.js | |
33 |
| -| [`typescript-streaming-sandbox`](./typescript-streaming-sandbox/README.md) | `language`, `face`, `burst`, `speech` | Typescript | Next.js | |
34 |
| -| [`typescript-raw-text-processor`](./typescript-raw-text-processor/README.md) | `language` | Typescript | | |
| 38 | +| Name | Models | Language | Framework | |
| 39 | +| -------------------------------------------------------------------------------------------------------- | ------------------------------------- | ---------- | ----------- | |
| 40 | +| [`visualization-example`](/expression-measurement/visualization-example/example-notebook.ipynb) | `face` | Python | | |
| 41 | +| [`python-top-emotions`](/expression-measurement/batch/python-top-emotions/README.md) | `face` | Python | | |
| 42 | +| [`typescript-raw-text-processor`](/expression-measurement/batch/typescript-raw-text-processor/README.md) | `language` | TypeScript | | |
| 43 | +| [`next-js-emotional-language`](/expression-measurement/batch/next-js-emotional-language/README.md) | `language` | TypeScript | Next.js | |
| 44 | +| [`next-js-streaming-example`](/expression-measurement/streaming/next-js-streaming-example/README.md) | `language`, `face`, `burst`, `speech` | TypeScript | Next.js | |
| 45 | + |
0 commit comments