Giter VIP home page Giter VIP logo

callcenteranalytics's Introduction

Call Center Analytics Sample

Sample code for processing recorded customer calls using Azure Cognitive Services Text Analytics APIs.

The sample is referenced by this (blog post).

[New] Added a no-code example using Power Automate here.

Pre-requisites

  1. Azure subscription (Free account sign-up)
  2. Speech API key (Sign up here)
  3. Text Analytics API key (Sign up here)
  4. Azure Storage to store your recorded calls (e.g. files in .mp3 format and preferably in stereo)

Tools

  • Visual Studio 2017
  • C#
  • Text Analytics API SDK

Running the code

The sample is a console app written in C#. To get started,

  1. Clone the repo and open the .sln file using Visual Studio 2017 or 2019.
  2. Create two containers in your Azure Storage called audio and output
  3. Upload mp3 files to audio container (see SampleAudio folder)
  4. Update the Program.cs file with:
    1. Storage connection string
    2. Speech API key
    3. Text Analytics key
  5. Install Cognitive Services Text Analytics API NuGet Package

Overview

This sample loads call data from Azure Storage, converts the call to text, then extracts sentiment and key phrases and stores them in a CSV file for analysis. Speech API calls are based on this sample.

After CSV files are created, you can use the PBI dashboard to view the visualizations.

The overall workflow

Power BI

The PBIX file and instructions to create the visualizations are included in the PowerBI folder. Sample view:

callcenteranalytics's People

Contributors

michhar avatar rlagh2 avatar vkurpad avatar wiazur avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.