Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.
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

@K8Liu

Description

@K8Liu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    hackHackathon project submitted by participants

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions