Browse Source

pointer to the show and tell section

Jong Wook Kim 2 years ago
parent
commit
30dc5c581b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
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.