Update README.md

This commit is contained in:
Kristofer Rolf Söderström
2023-03-23 14:58:23 +01:00
committed by GitHub
parent eea7441e43
commit 4710c61e22

View File

@@ -1,5 +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
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 interent 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.
### Instructions ### Instructions
#### Requirements #### Requirements