Update README.md
This commit is contained in:
committed by
GitHub
parent
99a6625e0e
commit
b569d41aa9
@@ -1,7 +1,7 @@
|
|||||||
## transcribe
|
## transcribe
|
||||||
Simple script that uses OpenAI's Whisper to transcribe audio files from your local folders.
|
Simple script that uses OpenAI's Whisper to transcribe audio files from your local folders.
|
||||||
## Note
|
## Note
|
||||||
This implementation and guide is mostly made for researchers not familiar with programming that want a way to transcribe their files locally, without internet connection, usually required within ethical data practices and frameworks. Two examples are shown, a normal workflow with internet connection. And one in which the model is loaded first, via openai-whisper, and then the transcription can be done without being connected to the internet.
|
This implementation and guide is mostly made for researchers not familiar with programming that want a way to transcribe their files locally, without internet connection, usually required within ethical data practices and frameworks. Two examples are shown, a normal workflow with internet connection. And one in which the model is loaded first, via openai-whisper, and then the transcription can be done without being connected to the internet. There is now also a GUI implementation, read below for more information.
|
||||||
|
|
||||||
### Instructions
|
### Instructions
|
||||||
#### Requirements
|
#### Requirements
|
||||||
|
|||||||
Reference in New Issue
Block a user