Explore a natural language processing scenario
In this exercise you will use an application that simulates an AI-powered social history project site. The goal of the site is to collect and catalog personal reminiscences of ordinary people based on audio recordings.
This exercise should take approximately 15 minutes to complete.
Analyze recordings
People from all over the world have submitted short recordings of anecdotes about memorable moments in their life. You need to transcribe and analyze these recordings to help catalog them as part of the StoryBridge social history project.
- In a web browser, open the StoryBridge app app at
https://aka.ms/story-bridge
. - Use the Upload File button to open story-1.wav. When the file opens, you can use the media player to listen to it. After a few seconds, the app will transcribe and analyze the recorded anecdote, identifying key entities (such as names, places, and dates) it mentions and evaluating the overall sentiment of the anecdote.
- Repeat the process for stories 2 and 3, reviewing the analysis that is generated.
Translate a story
Since StoryBridge is a global project, submitted recordings can be in one of multiple languages.
- Open story-4.wav, listen to the recording, and view the analysis.
- Observe that the app translates the anecdote into English.
Note: The application used in this exercise is a simulation - there’s no actual AI speech or language service behind it. However, it’s based on real capabilities you can implement with Azure AI Foundry; and in particular, the Azure AI Speech, Azure AI Language, and Azure AI Translator services.