From 4710c61e22021750f4470940a60e31462bcdfd93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristofer=20Rolf=20S=C3=B6derstr=C3=B6m?= Date: Thu, 23 Mar 2023 14:58:23 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d4197bd..da6b3c2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## transcribe 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 #### Requirements