Development of an AI Assistant on Azure for Meeting Transcription and Summaries

Poornima Shetti 0 Reputation points
2023-12-27T02:28:49.7033333+00:00

Dear Microsoft Community,

I need your assistance with the following :

How do we create an AI assistant based on Azure that can attend meetings upon invitation, listen to the discussions, transcribe the content, and provide summaries.

For example, the AI assistant's email ID could be ******@abcdef.com. When invited to meetings, it should be able to join, listen, transcribe the proceedings, and summarize the content.

Pls share the Steps with design and diagram.

Thank you for your support.

Best regards,

Microsoft Teams | Development
Microsoft Security | Microsoft Graph
Microsoft Teams | Microsoft Teams for business | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ChetanSharmamsft 1,036 Reputation points Microsoft External Staff Moderator
    2023-12-27T05:36:45.0133333+00:00

    Hello @Poornima Shetti - Thanks for raising your query.

    One way is to create a Teams bot application that can be installed in a Teams meeting and later you need to start the meeting transcription.

    Once the meeting is over, you will be able to get the transcription. Now, you can use generative AI like Azure Open AI to get the actual output based on the prompts and inputs.

    Please refer this sample for getting meeting transcription: https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/meetings-transcription/csharp/MeetingTranscription/AppManifest/manifest.json

    Azure OpenAI Service: https://learn.microsoft.com/en-us/azure/ai-services/openai/overview

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.