Imanm02 / ServiceSystem-Simulation

Service System Simulation, Project of the Dr. Safaei's CE634: Computer Simulation Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Service System Simulation

Service System Simulation, Project of the Dr. Safaei's CE634: Computer Simulation Course

Overview

This project simulates a service delivery system for a company, focusing on task allocation among employees and service utilization by customers. It's designed to help understand and optimize service delivery processes and queue management. The simulation models various service scenarios, employee task switching based on predefined categories, and customer interactions with the system.

Table of Contents

Features

  • Simulation of service delivery processes.
  • Employee task allocation and switching mechanism.
  • Customer queue management based on service type.
  • Data visualization for analysis of service times, queue lengths, and employee task distributions.

Technologies

  • Python
  • Jupyter Notebook
  • NumPy for data manipulation
  • Matplotlib for data visualization

Setup

To run this project, install the following:

  • Python 3.8 or later
  • Jupyter Notebook
  • NumPy
  • Matplotlib

Maintainers

About

Service System Simulation, Project of the Dr. Safaei's CE634: Computer Simulation Course

License:MIT License


Languages

Language:Jupyter Notebook 98.1%Language:Python 1.9%