CoolFace
Apppublic

yasirsiddiq/operating-system-resource-management-simulator-system-design-animation

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
App README

Operating System Resource Management Simulator

A visual, interactive operating-system learning lab built with Streamlit.

This project demonstrates core OS concepts using system-design style visual simulations:

  • CPU Scheduling
  • Memory Management
  • Process States
  • File System Operations
  • Deadlock Detection

The app is designed for portfolio presentation and hands-on learning. It simulates OS concepts; it does not modify the host operating system.

Run locally

bash
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
streamlit run app.py

Deployment

Use app.py as the main file path on Streamlit Community Cloud or Hugging Face Spaces.