Using AI to generate meeting minutes
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=h_yHsdhhI0Q
Do you spend too much time typing up meeting minutes? Of course there is a better way, using AI. In this video you learn about two systems for automatic transcription. One is Whisper, an OpenAI library that you can insert into a python script or run in the command line. And the other is otter.ai, a cloud-based freemium solution that can integrate with your meeting software to transcribe the conversation. • For your reference... • Here is the link for FFMPEG (a prerequisite for Whisper): https://ffmpeg.org/ • And here is the command to install Whisper: • pip install git+https://github.com/openai/whisper.git • #openai #artificialintelligence • 00:00 Introduction • 00:53 Installing Whisper • 02:44 Testing Whisper • 04:14 Using Whisper • 04:45 Testing Otter.ai • 06:29 Conclusions
#############################
