Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srp4214/algo-scheduler

Algo-Schedular is an interactive web application built with Python and Streamlit to visualize and simulate CPU scheduling algorithms, including: First-Come, First-Served (FCFS) Shortest Job First (SJF) Round Robin (RR) Shortest Remaining Time First (SRTF) Features: Dynamic Gantt chart visualization and tabular repesentation.
https://github.com/srp4214/algo-scheduler

matplotlib os pandas python scheduling-algorithms streamlit

Last synced: 5 days ago
JSON representation

Algo-Schedular is an interactive web application built with Python and Streamlit to visualize and simulate CPU scheduling algorithms, including: First-Come, First-Served (FCFS) Shortest Job First (SJF) Round Robin (RR) Shortest Remaining Time First (SRTF) Features: Dynamic Gantt chart visualization and tabular repesentation.

Awesome Lists containing this project

README

        

# AlgoSchedular

AlgoSchedular is an interactive web application built with Python and Streamlit to simulate and visualize various CPU scheduling algorithms. It provides a user-friendly interface and detailed visualizations to help users understand and analyze scheduling processes effectively.

## Features
- **Supported Algorithms**:
- First-Come, First-Served (FCFS)
- Shortest Job First (SJF)
- Round Robin (RR)
- Shortest Remaining Time First (SRTF)
- **Gantt Chart Visualization**:
- Dynamic Gantt chart generation for process execution.
- **Performance Metrics**:
- Displays calculations for Turnaround Time, Waiting Time, and Response Time.
- **User-Friendly Interface**:
- Easily input process details like Arrival Time and Burst Time.

## Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/AlgoSchedular.git
```
2. Navigate to the project directory:
```bash
cd AlgoSchedular
```
3. Install the required dependencies.

## Usage
Run the Streamlit application:
```bash
streamlit run app.py
```
## Image 1(inputs)
![image_1](https://github.com/SRP4214/Algo-Scheduler/blob/main/img1.png)

## Image 2(output)
![image_2](https://github.com/SRP4214/Algo-Scheduler/blob/main/img2.png)