Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

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

Open
K8Liu opened this issue Mar 16, 2023 · 2 comments
Labels
hack Hackathon project submitted by participants

Comments

@K8Liu
Copy link

K8Liu commented Mar 16, 2023

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 K8Liu changed the title Summarized: Convert users' meeting recordings to summarized text and send summary by email Project: Convert users' meeting recordings to summarized text and send summary by email Mar 16, 2023
@waldekmastykarz
Copy link
Collaborator

Cool hack @K8Liu! Would you be willing to record a short video to demonstrate the app? It's not required for the hackathon but it would help us showcase your work internally at Microsoft and publicly in the community 😊

@waldekmastykarz waldekmastykarz added the hack Hackathon project submitted by participants label Mar 16, 2023
@K8Liu
Copy link
Author

K8Liu commented Mar 16, 2023

Of course! Here's the link the demo:

Summarized_Demo.mp4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
hack Hackathon project submitted by participants
Projects
None yet
Development

No branches or pull requests

2 participants