Skip to content

Commit 280e176

Browse files
[HUME-9305] Example Projects Repo Reorganization & Cleanup (#154)
1 parent fe4e047 commit 280e176

File tree

524 files changed

+4549
-12596
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

524 files changed

+4549
-12596
lines changed

README.md

+35-24
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,44 @@
22

33
This repository contains examples of how to use the [Hume API](https://docs.hume.ai) with different frameworks and languages.
44

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)
66

77
| Name | Language | Framework |
88
| --------------------------------------------------------------------------------------- | ---------- | --------------- |
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 |
2535

2636
## [Expression Measurement API](https://dev.hume.ai/docs/expression-measurement-api/overview)
2737

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+

evi-custom-language-model-sse/README.md

-25
This file was deleted.

evi-embed-vue/.env.example

-1
This file was deleted.

evi-embed-vue/README.md

-20
This file was deleted.

evi-flutter-example/README.md

-32
This file was deleted.

evi-flutter-example/ios/Podfile.lock

-42
This file was deleted.

evi-next-js-app-router/README.md

-21
This file was deleted.

0 commit comments

Comments
 (0)