|
| 1 | +# Conversation Knowledge Mining Solution Accelerator: Hands-on Workshop |
| 2 | + |
| 3 | +| [](https://codespaces.new/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator) | [](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator) | |
| 4 | +|---|---| |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | +### About the Conversation Knowledge Mining Solution Accelerator |
| 9 | + |
| 10 | +Gain actionable insights from large volumes of conversational data by identifying key themes, patterns, and relationships. Using Azure AI Foundry, Azure AI Content Understanding, Azure OpenAI Service, and Azure AI Search, this solution analyzes unstructured dialogue and maps it to meaningful, structured insights. |
| 11 | + |
| 12 | +Capabilities such as topic modeling, key phrase extraction, speech-to-text transcription, and interactive chat enable users to explore data naturally and make faster, more informed decisions. |
| 13 | + |
| 14 | +Analysts working with large volumes of conversational data can use this solution to extract insights through natural language interaction. It supports tasks like identifying customer support trends, improving contact center quality, and uncovering operational intelligence—enabling teams to spot patterns, act on feedback, and make informed decisions faster. |
| 15 | + |
| 16 | +### Solution architecture |
| 17 | + |
| 18 | + |
| 19 | +### Workshop Guide |
| 20 | + |
| 21 | +The current repository is instrumented with a `workshop/docs` folder that contains the step-by-step lab guide for developers, covering the entire workflow from resource provisioning to ideation, evaluation, deployment, and usage. |
| 22 | + |
| 23 | + You can **preview and extend** the workshop directly from this source by running the [MKDocs](https://www.mkdocs.org/) pages locally: |
| 24 | + |
| 25 | +1. Install the `mkdocs-material` package |
| 26 | + |
| 27 | + ```bash |
| 28 | + pip install mkdocs-material |
| 29 | + ``` |
| 30 | + |
| 31 | +2. Run the `mkdocs serve` command from the `workshop` folder |
| 32 | + |
| 33 | + ```bash |
| 34 | + cd workshop/docs |
| 35 | + mkdocs serve -a localhost:5000 |
| 36 | + ``` |
| 37 | + |
| 38 | +This should run the dev server with a preview of the workshop guide on the specified local address. Simply open a browser and navigate to `http://localhost:5000` to view the content. |
| 39 | + |
| 40 | +(Optional) If you want to deploy the workshop guide to a live site, you can use the `mkdocs gh-deploy` command to push the content to a GitHub Pages site. |
0 commit comments