Hi using Apple silicon mac.
Looking for a way to easily summarize audio lectures on academic level.
Source language mostly FR, but also EN.
Either a model capable of summarizing the audio file directly or at least the transcript of it.
Any recommendations ?
2 Likes
Hi! To summarize academic audio lectures in French and English, you can use tools like OpenAI’s Whisper for transcription (multilingual) and Hugging Face models like BART or T5 for summarization. These models are great for handling detailed academic content.
To demonstrate the transcription summarization, I have built an app using the facebook/bart-large-cnn
model from Hugging Face. You can check it out here: Transcript Summarization App . It’s designed for use cases like yours. Let me know if you need help setting it up!
Hi and thanks for the reply.
I see on Hugging Face there’s no GGUF version of the BART model.
How can i set it up ?