From 30dc5c581bcd98d668bf9ea64dad9b2e65d5b24d Mon Sep 17 00:00:00 2001 From: Jong Wook Kim Date: Thu, 29 Sep 2022 14:57:12 -0700 Subject: [PATCH] pointer to the show and tell section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4423040..2b6847b 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,11 @@ result = whisper.decode(model, mel, options) print(result.text) ``` +## More examples + +Please use the [🙌 Show and tell](https://github.com/openai/whisper/discussions/categories/show-and-tell) category in Discussions for sharing more example usages of Whisper and third-party extensions such as web demos, integrations with other tools, ports for different platforms, etc. + + ## License The code and the model weights of Whisper are released under the MIT License. See [LICENSE](LICENSE) for further details.