AI-Powered-Call-Center-Intelligence

所属分类:嵌入式/单片机/硬件编程
开发工具:JavaScript
文件大小:9474KB
下载次数:0
上传日期:2023-02-23 02:46:37
上 传 者sh-1993
说明:  AI支持的呼叫中心智能,,
(AI-Powered-Call-Center-Intelligence,,)

文件列表:
CODE_OF_CONDUCT.md (444, 2023-02-18)
CONTRIBUTING.md (1327, 2023-02-18)
DEPLOY.md (357, 2023-02-18)
LICENSE (1067, 2023-02-18)
PRIVACY.md (1222, 2023-02-18)
SUPPORT.md (1290, 2023-02-18)
assets (0, 2023-02-18)
assets\Call Center Intelligence Customer Deck.pdf (955175, 2023-02-18)
assets\Call Center Intelligence Overview.pdf (174422, 2023-02-18)
call-intelligence-realtime (0, 2023-02-18)
call-intelligence-realtime\ai-app-backend (0, 2023-02-18)
call-intelligence-realtime\ai-app-backend\.env (147, 2023-02-18)
call-intelligence-realtime\ai-app-backend\.vscode (0, 2023-02-18)
call-intelligence-realtime\ai-app-backend\.vscode\settings.json (39, 2023-02-18)
call-intelligence-realtime\ai-app-backend\config.json (602, 2023-02-18)
call-intelligence-realtime\ai-app-backend\package-lock.json (139543, 2023-02-18)
call-intelligence-realtime\ai-app-backend\package.json (585, 2023-02-18)
call-intelligence-realtime\ai-app-backend\routes (0, 2023-02-18)
call-intelligence-realtime\ai-app-backend\routes\azureai-language.js (3863, 2023-02-18)
call-intelligence-realtime\ai-app-backend\routes\openai-config.json (1442, 2023-02-18)
call-intelligence-realtime\ai-app-backend\routes\openai-gpt.js (4638, 2023-02-18)
call-intelligence-realtime\ai-app-backend\serverapp.js (1875, 2023-02-18)
call-intelligence-realtime\common (0, 2023-02-18)
call-intelligence-realtime\common\images (0, 2023-02-18)
call-intelligence-realtime\common\images\realtime-intelligence.png (51865, 2023-02-18)
call-intelligence-realtime\common\images\sampleoutputaiintelligence.PNG (380043, 2023-02-18)
call-intelligence-realtime\common\images\tokenandaiapiarchitecture.png (92295, 2023-02-18)
call-intelligence-realtime\web-app-frontend (0, 2023-02-18)
call-intelligence-realtime\web-app-frontend\.env (99, 2023-02-18)
... ...

# AI Powered Call Center Intelligence Accelerator The Call Center Intelligence Accelerator drives huge cost saving in call center operations while improving call center efficiency & customer satisfaction. It uses Azure Speech, Azure Language and Azure OpenAI (GPT-3) services to analyze call center transcrips, extract and redact personally identifiable information (PII), summarize the transcription, and provides rich business insights that could be used in real-time. It delivers deeper business insights for managers and enables them to evaluate call center performance far more efficiently and effectively in real-time and batch scenarios. Data insight on customer sentiment, topic analysis, and other valuable call attributes are served up in a user-friendly visual dashboard in Power BI. The diagram below depicts key business outcomes that this solution could help accelerate This is a sample accelerator for Call Center Intelligence powered by Azure AI (including new Azure OpenAI GPT-3). It shows how Azure AI services could be used both in real-time and post-call analytics scenarios for an Intelligent Contact Center. This solution accelerator has two main components: 1. **`Real-time Intelligence`** component: Real-time transcription and analysis of a call to improve the customer experience by providing insights and suggest actions to agents. This can help with agent-assist and virtual agents use cases. Key technical components of this part of the accelerator are: * Transcription of live audio stream using Azure Speech Service * Entity extraction + PII detection and redaction using Azure Language Service * Conversation summarization using Azure OpenAI Service * Extract business insights & conversation details using Azure OpenAI Service **To setup and run this solution component**, please refer to [Real-time Intelligence](https://github.com/dougb167/AI-Powered-Call-Center-Intelligence/blob/master/call-intelligence-realtime/README.md) for step-by-step instructions. 2. **`Post-call Analytics`** component: Post-call analysis to create insights into customer conversations to improve understanding and support continuous improvement of call handling, optimization of quality assurance and compliance control as well as other insight driven optimizations. Key technical components of this part of the accelerator are: * Batch speech-to-text using Azure Speech: Transcribe large amounts of audio files asynchronously including speaker diarization and is typically used in post-call analytics scenarios. Diarization is the process of recognizing and separating speakers in mono channel audio data. * Personally Identifiable Information (PII) extraction and redaction: Identify, categorize, and redact sensitive information in conversation transcription. * Sentiment analysis and opinion mining: Analyze transcriptions and associate positive, neutral, or negative sentiment at the utterance and conversation-level. * Visualize insights using Power BI **To setup and run this solution component**, please refer to [Post-call Analytics](https://github.com/dougb167/AI-Powered-Call-Center-Intelligence/blob/master/postcall-analytics-azure/README.md) for step-by-step instructions. This solution accelerator is modular and above two parts can be used independently of each other, if needed. i.e Real-time Intelligence and Post-call Analytics components can be used independently. The diagram below depicts key components and Azure services used in this sample accelerator. ## Contents Outline the file contents of the repository. It helps users navigate the codebase, build configuration and any related assets. |Solution accelerator component| Folder | Description | |------------------------------|-------------------------------------|--------------------------------------------| |Real-time Intelligence | [call-intelligence-realtime](https://github.com/dougb167/AI-Powered-Call-Center-Intelligence/blob/master/call-intelligence-realtime) | Web application & APIs that simulates real-time call intelligence. It performs real-time conversation transcription and extracts conversation information (including PII detection + redection). It also includes features to generate conversation summary using Azure OpenAI GPT-3 model along with ability to extract business insights in near real-time | |Post-call Analytics | [postcall-analytics-azure](https://github.com/dougb167/AI-Powered-Call-Center-Intelligence/blob/master/postcall-analytics-azure) | ARM template file and deployment guide for performing ingestion & batch analytics of calls using various Azure AI services. This part of the accelerator can be to perform analytics on call recordings and does not require integration with telephony or other live-audio capturing mechanism. | |Post-call Analytics | [postcall-analytics-powerbi](https://github.com/dougb167/AI-Powered-Call-Center-Intelligence/blob/master/postcall-analytics-powerbi) | Template files and deployment guide for visualizing call insights using Power BI. | |(Optional) Real-time Intelligence or Post-call Analytics| [azure-custom-speech](https://github.com/dougb167/AI-Powered-Call-Center-Intelligence/blob/master/azure-custom-speech) | You could use standard Azure Sample data and instructions to create custom transcription model using Azure Speech service. This step produces a custom speech model. This step is OPTIONAL. | ## Prerequisites * An existing [Azure Account](https://github.com/dougb167/AI-Powered-Call-Center-Intelligence/blob/master/https://azure.microsoft.com/free/) * Ensure you have [Node.js](https://github.com/dougb167/AI-Powered-Call-Center-Intelligence/blob/master/https://nodejs.org/en/download/) installed. Required for `Real-time Intelligence` only. * Ensure you have [Power BI](https://github.com/dougb167/AI-Powered-Call-Center-Intelligence/blob/master/https://powerbi.microsoft.com/en-us/downloads/) installed. Required for `Post-call Analytics` only. ## Dependencies This accelerator is modular and some parts can be used independently and some components depend on other steps to be completed. In summary, real-time and post-call analytics can be used independently. Above table highlights key components of this solution. ## Getting started Follow the individual instructions for each step of the accelerator provided within above `Folders`. ## License Copyright (c) Microsoft Corporation All rights reserved. MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE ## Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. This project has adopted the [Microsoft Open Source Code of Conduct](https://github.com/dougb167/AI-Powered-Call-Center-Intelligence/blob/master/https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://github.com/dougb167/AI-Powered-Call-Center-Intelligence/blob/master/https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](https://github.com/dougb167/AI-Powered-Call-Center-Intelligence/blob/master/mailto:opencode@microsoft.com) with any additional questions or comments. ## Trademarks This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://github.com/dougb167/AI-Powered-Call-Center-Intelligence/blob/master/https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

近期下载者

相关文件


收藏者