@@ -0,0 +1,5 @@
+import whisper
+
+model = whisper.load_model("base")
+result = model.transcribe("./videos/233446.mp4")
+print(result["text"])