Update README.md with new model card content
Browse files
README.md
CHANGED
@@ -26,6 +26,22 @@ warranties or conditions of any kind. The underlying model is provided by a
|
|
26 |
third party and subject to a separate license, available
|
27 |
[here](https://github.com/openai/whisper).
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
__Arguments__
|
31 |
|
|
|
26 |
third party and subject to a separate license, available
|
27 |
[here](https://github.com/openai/whisper).
|
28 |
|
29 |
+
## Links
|
30 |
+
* [Whisper Quickstart Notebook](coming soon)
|
31 |
+
* [Whisper API Documentation](https://keras.io/keras_hub/api/models/whisper/)
|
32 |
+
* [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
|
33 |
+
* [KerasHub Model Publishing Guide](https://keras.io/guides/keras_hub/upload/)
|
34 |
+
|
35 |
+
## Installation
|
36 |
+
|
37 |
+
Keras and KerasHub can be installed with:
|
38 |
+
|
39 |
+
```
|
40 |
+
pip install -U -q keras-hub
|
41 |
+
pip install -U -q keras
|
42 |
+
```
|
43 |
+
|
44 |
+
Jax, TensorFlow, and Torch come preinstalled in Kaggle Notebooks. For instructions on installing them in another environment see the [Keras Getting Started](https://keras.io/getting_started/) page.
|
45 |
|
46 |
__Arguments__
|
47 |
|