diff --git a/README.md b/README.md index 4423040ae..2b6847b26 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.