hack-together icon indicating copy to clipboard operation
hack-together copied to clipboard

Project: Convert users' meeting recordings to summarized text and send summary by email

Open K8Liu opened this issue 1 year ago • 2 comments

Project name

Summarized

Description

Our team built a solution for Microsoft Teams users who has missed their meeting and want to read a summary of the key points. Our user can select the meeting from their drive and have an email sent to them with the summary.

  • Our Blazor web application, access a user's Drive from Microsoft Graph and displays all the Teams they have joined.
  • The user is able to view recordings saved on their sharepoint drive.
  • Clicking the Summarize button for the corresponding meeting will prompt the application to send the user a summary of the meeting.

The application has not been able to successfully send an email to the user:

  • One of the issue's related to meeting recording's .mp4 format, which is not an acceptable file format for Azure's Speech-to-Text API
  • A fix: implement another layer of logic and pass the .mp4 recording to Azure Media Services (to convert .mp4 file to WAV file before calling the Speech-to-Text API)

This Hackathon has been a lot of fun and a great learning experience for everyone on the team. We all have never coded in C# and this opportunity has taught us a lot. Thank you for hosting an amazing event and for answering our questions during the live sessions.

Repo URL

https://github.com/Microsoft-Hackathon-Org/Summarized

Team members

jaden-nguyen, K8Liu, kevin-06-huang, xueapp

K8Liu avatar Mar 16 '23 05:03 K8Liu