pyconverse 0.1.0

Creator: railscoderz

Last updated:

Add to Cart

Description:

pyconverse 0.1.0

## Let me try first
### Installation
` pip install pyconverse `
### Usage
Please try this notebook that demos the core functionalities: (usage_notebook)[notebook/usage.ipynb]
## Introduction
Conversation analytics plays an increasingly important role in shaping great customer experiences across various industries like finance/contact centers etc..
primarily to gain a deeper understanding about the customers and to better serve their needs. This library, Converse is an attempt to provide tools & methods which can be used to gain an understannding of the conversations from multiple perspecitves using various NLP techniques.
## Why Converse?
I have been doing what can be called as conversational text NLP with primarily contact center data from various domains like Financial services, Banking, Insurace etc for the past year or so, and I have not come across any interesting open source tools that can help in understanding conversational texts as such I decided to create this library that can provide various tools and methods to analyse calls and help answer important questions/compute important metrics that usually people want to find from conversations, in contact center data analysis settings.
## Where can I use Converse?
The primary usecase is geared towards contact center call analytics, but most of tools that Converse provides can be used elsewhere as well.
There’s a lot of insights hidden in every single call that happens, Converse enables you to extract those insights and compute various kinds of KPIs from the point of Operational Efficiency, Agent Effectiveness & monitoring Customer Experience etc.
If you are looking to answer questions like these:-

What was the overall sentiment of the conversation that was exhibited by the speakers?
Was there periods of dead air(silence periods) between the agents and customer? if so how much?
Was the agent empathetic towards the customer?
What was the average agent response time/average hold time?
What was being said on calls?

and more… converse might be of a small help.
## What can Converse do?
At the moment converse can do few things that broadly fall into these categories:-

Emotion identification
Empathetic statement identification
Call Segmentation
Topic identification from call segments

Compute various type of Speaker attributes:

linguistic attributes like : word counts/number of words per utterance/negations etc.
Identify periods of silence & interruptions.
Question identification
Backchannel identification





Assess the overall nature of the speaker via linguistic attributes and tell if the Speaker is:

Talkative, verbally fluent
Informal/Personal/social
Goal oriented or Forward/future looking/focused on past
Identify inhibitions





### What Next?

Improve documentation.
Add more usecase notebooks/examples.
Improve some of the functionalities and make it more streamlined.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.