mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +00:00
Update README.md
This commit is contained in:
parent
b43abb8b06
commit
eda5f55e80
@ -6,6 +6,8 @@
|
|||||||
[[Model card]](https://github.com/openai/whisper/blob/main/model-card.md)
|
[[Model card]](https://github.com/openai/whisper/blob/main/model-card.md)
|
||||||
[[Colab example]](https://colab.research.google.com/github/openai/whisper/blob/master/notebooks/LibriSpeech.ipynb)
|
[[Colab example]](https://colab.research.google.com/github/openai/whisper/blob/master/notebooks/LibriSpeech.ipynb)
|
||||||
|
|
||||||
|
## Contents <!-- omit in toc -->
|
||||||
|
|
||||||
- [Introduction](#introduction)
|
- [Introduction](#introduction)
|
||||||
- [Approach](#approach)
|
- [Approach](#approach)
|
||||||
- [Prerequisites](#prerequisites)
|
- [Prerequisites](#prerequisites)
|
||||||
@ -76,7 +78,7 @@ scoop install ffmpeg
|
|||||||
|
|
||||||
If you see installation errors during the installation of Whisper, follow these steps:
|
If you see installation errors during the installation of Whisper, follow these steps:
|
||||||
* Check if you have [`rust`](http://rust-lang.org) installed on your system. If not, follow the [Getting started page](https://www.rust-lang.org/learn/get-started) to install the Rust development environment.
|
* Check if you have [`rust`](http://rust-lang.org) installed on your system. If not, follow the [Getting started page](https://www.rust-lang.org/learn/get-started) to install the Rust development environment.
|
||||||
* Additionally, you may need to configure the `PATH` environment variable, e.g. `export PATH="$HOME/.cargo/bin:$PATH"`.
|
* Additionally, you may need to configure the `PATH` environment variable. You can use the following command: `export PATH="$HOME/.cargo/bin:$PATH"`.
|
||||||
* If the installation fails with `No module named 'setuptools_rust'`, install `setuptools_rust`. You can use the following command:
|
* If the installation fails with `No module named 'setuptools_rust'`, install `setuptools_rust`. You can use the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -169,8 +171,8 @@ print(result.text)
|
|||||||
|
|
||||||
## More examples
|
## More examples
|
||||||
|
|
||||||
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.
|
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 or ports for different platforms.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Whisper's code and model weights are released under the MIT License. See [LICENSE](https://github.com/openai/whisper/blob/main/LICENSE) for further details.
|
Whisper's code and model weights are released under the Massachusetts Institute of Technology (MIT) License. See [LICENSE](https://github.com/openai/whisper/blob/main/LICENSE) for further details.
|
||||||
Loading…
x
Reference in New Issue
Block a user