yasirsiddiq/operating-system-resource-management-simulator-system-design-animation
0
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
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
streamlit run app.pyDeployment
Use app.py as the main file path on Streamlit Community Cloud or Hugging Face Spaces.
