Replies: 1 comment 2 replies
-
I use whisper ai from OpenAI. It is an open source transcription utility that runs on the device and works with ffmpeg to throw media files. My use case was to automate transcriptions and I use the tiny model with Whisper on a 2021 M1 Mac mini. Once whisper is installed I transcribe a media file with a command such as ~/whisper/recording.wav --output_format txt --model tiny --output recording.txt && cat recording.txt | fabric -p summarize recording.wav can be substituted with your recording media file. Whisper will generate a file called recording.txt but that can be changed and the next part will send the contents of this file to fabric for further processing using whatever pattern you wish. In this case I am using summarize. I guess there are more elegant solutions but this worked for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
just installed and set Fabric UP! so this is a basic question ...
I am trying to summarize a meeting recording but I can't get it to work.

form the shell:
**fabric --transcript "./20241119_140457-MeetingRecording.mp4" "can you summarize this video"
Please provide me with the link to the video you would like me to summarize! 😊
I need the URL to access and understand the content.**
What am I doing wrong?
and yes, the video is indeed there
Any help is really appreciated.
Thanks
Matt
Beta Was this translation helpful? Give feedback.
All reactions