Divyasreepat commited on
Commit
cfc8509
·
verified ·
1 Parent(s): 14cb516

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -27,6 +27,22 @@ warranties or conditions of any kind. The underlying model is provided by a
27
  third party and subject to a separate license, available
28
  [here](https://github.com/openai/whisper).
29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  __Arguments__
32
 
 
27
  third party and subject to a separate license, available
28
  [here](https://github.com/openai/whisper).
29
 
30
+ ## Links
31
+ * [Whisper Quickstart Notebook](coming soon)
32
+ * [Whisper API Documentation](https://keras.io/keras_hub/api/models/whisper/)
33
+ * [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
34
+ * [KerasHub Model Publishing Guide](https://keras.io/guides/keras_hub/upload/)
35
+
36
+ ## Installation
37
+
38
+ Keras and KerasHub can be installed with:
39
+
40
+ ```
41
+ pip install -U -q keras-hub
42
+ pip install -U -q keras
43
+ ```
44
+
45
+ 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.
46
 
47
  __Arguments__
48