-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a notebook demostrating video transcript translate with whisper in AutoGen #881
Conversation
@microsoft-github-policy-service agree [company="{Penn State University}"] |
Fantastic! I just took a quick look at the notebook. Two minor suggestions
|
@microsoft-github-policy-service agree [company="{company="{your company}"] I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer. |
@microsoft-github-policy-service agree |
Thanks @chengxuan233. Can you do the following:
|
The path has been added to example.md. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #881 +/- ##
=======================================
Coverage 26.58% 26.58%
=======================================
Files 28 28
Lines 3732 3732
Branches 847 847
=======================================
Hits 992 992
Misses 2667 2667
Partials 73 73
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
…r in AutoGen (microsoft#881) * add agentchat_video_transcript_translate.ipynb * finish the agentchat_video_transcript_translate.ipynb file notebook * modify the recognize_transcript_from_video function * run the script and add the output to the notebook * implement the notebook * add the link to the video clip * rename the file and add the version requirement of each packages * add the new notebook path * add the notebook path to Example.md * add the new notebook path to the new example.md * add the instruction of FFmpeg and video download * Update Examples.md * Update Examples.md * Update Examples.md * Update Examples.md * Delete notebook/agentchat_video_transcript_translate.ipynb * Update Examples.md and add the link --------- Co-authored-by: silver233jpg <[email protected]>
…r in AutoGen (microsoft#881) * add agentchat_video_transcript_translate.ipynb * finish the agentchat_video_transcript_translate.ipynb file notebook * modify the recognize_transcript_from_video function * run the script and add the output to the notebook * implement the notebook * add the link to the video clip * rename the file and add the version requirement of each packages * add the new notebook path * add the notebook path to Example.md * add the new notebook path to the new example.md * add the instruction of FFmpeg and video download * Update Examples.md * Update Examples.md * Update Examples.md * Update Examples.md * Delete notebook/agentchat_video_transcript_translate.ipynb * Update Examples.md and add the link --------- Co-authored-by: silver233jpg <[email protected]>
Why are these changes needed?
This is a Notebook using Whisper and GPT-3.5-turbo with AssistantAgent and UserProxyAgent to recognize and translate the speech sound from a video file and add the timestamp like a subtitle file.
This is part of a project from the course DS 440 at Penn State University.
Related issue number
Checks