Update README.md

This commit is contained in:
Kristofer Rolf Söderström
2023-03-22 13:26:42 +01:00
committed by GitHub
parent 03fcd5798f
commit 18efc4f7b7

View File

@@ -20,8 +20,7 @@ pip install -U openai-whisper
```
git clone https://github.com/soderstromkr/transcribe.git
```
and use the example.ipynb template to use the script.
OR download the .py file into your work folder. Then you can either import it to another script or notebook for use. I recommend jupyter notebook for new users.
and use the example.ipynb template to use the script **OR** download the ```transcribe.py``` file into your work folder. Then you can either import it to another script or notebook for use. I recommend jupyter notebook for new users.
### Example
See the [example](example.ipynb) implementation on jupyter notebook.