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: 3 months 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.
- Host: GitHub
- URL: https://github.com/srp4214/algo-scheduler
- Owner: SRP4214
- Created: 2024-06-08T16:33:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T08:51:42.000Z (over 1 year ago)
- Last Synced: 2025-03-31T19:46:37.541Z (about 1 year ago)
- Topics: matplotlib, os, pandas, python, scheduling-algorithms, streamlit
- Language: Python
- Homepage:
- Size: 320 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 2(output)
