Skip to content

yuvalYah/Call_Center

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Call Center

Big Data Analytics Systems Resource Requirements Many organizations in cloud storage and processing service providers are a common practice.
In this project, we have created a solution for processing and displaying data.
The system is split into 3 subsystems that together enable incoming calls to the Call Center in Real-Time Near access and use a dashboard that displays today's call summaries, and also allows classification of the call type to route the recommended conversation of the caller.

System A – Get Data:
A system that shows waiting calls, with customer details: city, gender, age, and previous calls,
The person who gets the calls fills in the product (That the customer demand a service ), Internet, Cable-TV, cellular, or All.
What type of service (Joining, Disconnecting, Complaining, and Service) At the end of the call, press "END".
At the end of the call, the call data send to Kafka and sent this data to subSystemB and subSystemC.

image

System B - Real-time data:
When a message is received from Kafka, it will store the data in Redis.
The System is shown in the Dashboard:

  • The number of waiting calls and the average waiting time in 10 minutes using graphs.
  • Shows in the table and graph the number of waiting calls and waiting times starting today at a level of aggregation of 5 minutes.
  • The system allows viewing summary data from the beginning of the day: number of joining calls, number of complaint calls, number of disconnection requests, and number of Service calls.

WhatsApp Image 2022-05-06 at 08 27 11 WhatsApp Image 2022-05-WhatsApp Image 2022-05-06 at 08 34 10 06 at 08 27 39 WhatsApp Image 2022-05-06 at 08 34 10

System C- Predicting call topic:
This system gets from Kafka all calls and allows you to analyze the histories using a machine learning algorithm and create a prediction model to call topics (joining, complain, disconnect, service ), by using BigML.

image

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.7%
  • EJS 25.5%
  • CSS 2.0%
  • HTML 0.8%