call-center-automation
python 

所属分类:DevOps
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2022-12-08 00:52:43
上 传 者sh-1993
说明:  一个平台,用于对呼叫中心中的呼叫违规进行分类、评分和检查,并分析员工生产力,
(A platform to categorize, score and check violations of calls in a call center and analyze employee productivity,)

文件列表:
Procfile (45, 2018-04-04)
Screenshots/ (0, 2018-04-04)
Screenshots/1.png (67645, 2018-04-04)
Screenshots/2.png (65500, 2018-04-04)
Screenshots/3.png (61973, 2018-04-04)
call/ (0, 2018-04-04)
call/__init__.py (0, 2018-04-04)
call/admin.py (189, 2018-04-04)
call/apps.py (83, 2018-04-04)
call/migrations/ (0, 2018-04-04)
call/migrations/0001_initial.py (1822, 2018-04-04)
call/migrations/0002_auto_20180210_2156.py (375, 2018-04-04)
call/migrations/0003_auto_20180211_0124.py (938, 2018-04-04)
call/migrations/__init__.py (0, 2018-04-04)
call/models.py (1027, 2018-04-04)
call/serializers.py (887, 2018-04-04)
call/tests.py (60, 2018-04-04)
call/urls.py (294, 2018-04-04)
call/views.py (5682, 2018-04-04)
call_center/ (0, 2018-04-04)
call_center/__init__.py (0, 2018-04-04)
call_center/settings.py (3341, 2018-04-04)
call_center/urls.py (286, 2018-04-04)
call_center/wsgi.py (399, 2018-04-04)
db.sqlite3 (86016, 2018-04-04)
employee/ (0, 2018-04-04)
employee/__init__.py (0, 2018-04-04)
employee/admin.py (121, 2018-04-04)
employee/apps.py (91, 2018-04-04)
employee/migrations/ (0, 2018-04-04)
employee/migrations/0001_initial.py (485, 2018-04-04)
employee/migrations/0002_auto_20180210_2156.py (650, 2018-04-04)
employee/migrations/__init__.py (0, 2018-04-04)
employee/models.py (308, 2018-04-04)
employee/serializers.py (433, 2018-04-04)
employee/tests.py (60, 2018-04-04)
employee/urls.py (352, 2018-04-04)
employee/views.py (1559, 2018-04-04)
... ...

# call-center-automation A platform to categorize, score and check violations of calls in a call center and analyze employee productivity ### Description The calls in the call center are recorded and uploaded to the server. The audio file (call) is converted to text and the speeches of speakers (employee and caller) are sperated. Following operations are carried out 1. Detect category and intent of the call (Eg. Complaint, Plan Inquiry, etc.) 1. Detect overall sentiment of the call 1. Check for any violations (Eg. Abusive language) 1. Based on the above, assign overall score to the call 1. Show all of above in a interactive dashboard to check check overall effectiveness of an employee Additionally, created a Progress Web App (PWA), that had a chat bot integrated with it so that people could solve their trivial queries using the chatbot instead of calling the call center. ### Screenshots ![Screenshot 1](https://github.com/bhaskarbb/call-center-automation/blob/master/Screenshots/1.png) ![Screenshot 2](https://github.com/bhaskarbb/call-center-automation/blob/master/Screenshots/2.png) ![Screenshot 3](https://github.com/bhaskarbb/call-center-automation/blob/master/Screenshots/3.png) ### Installation git clone https://github.com/bhaskar337/call-center-automation.git cd email-bot/email-bot pip install -r requirements.text ### To Run #### Django Server python manage.py runserver #### Front-end /front-end/templates/admin1/index.html ### Built With 1. Django (Django-rest-framework) 1. Jquery + Chart.js 1. DialogFlow 1. IBM Watson

近期下载者

相关文件


收藏者