Divyasreepat commited on
Commit
aa80a70
·
verified ·
1 Parent(s): 5086288

Update README.md with new model card content

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