Generate Minutes of Meeting (MoM) from Video using ChatGPT: AI as an API

preview_player
Показать описание
In this video, we have created an API that generates Minutes of Meetings (MoM) using Open AI's GPT3.5. It uses Da-Vinci 003 model to generate the MoM. Whisper has been used to get the transcript from the video file with the help of FFMPEG. This tutorial video will help you create AI as a service via an API. Here, ChatGPT acts as a co-founder which suggests us the approach to solve the problem.

Thanks for watching! Be sure to like and subscribe for more content on AI and machine learning. 

#chatgpt #gpt3 #python #ai #artificialintelligence #technology #tech #machinelearning
Рекомендации по теме
Комментарии
Автор

Hey, cool stuff !! can you optimize the structure of the MoM ? the actual MoM generation response text doesnt' have a bullet point list like the 5 -steps plan at the beginning of the video, so it's a little hard to read

simon
Автор

getting this error AttributeError: module 'whisper' has no attribute 'load_model'

codingwithrahul
Автор

Hey man good work!
Please help me resolve this error [[ FileNotFoundError: [WinError 2] The system cannot find the file specified ]].
This error occurs when I try to create audio file from the video file. In your video 23:00
Thanks

HealthOptics
Автор

My input transcript file is lengthy; in that case, how can I handle it?
Getting below error:
This model's maximum context length is 4097 tokens, however you requested 8684 tokens (8428 in your prompt; 256 for the completion). Please reduce your prompt; or completion length.

atanuchatterjee