AI-powered tool to analyze and optimize OS performance.
This project leverages AI to analyze the performance of system processes in real-time, highlight bottlenecks, suggest optimizations, and forecast future resource requirements.
- Real-time monitoring of CPU, memory, and disk usage
- Bottleneck detection and optimization suggestions
- AI-based prediction of system resource usage
- Install dependencies:
pip install -r requirements.txt - Run the application:
python main.py
- Python 3.x
- psutil, matplotlib, scikit-learn (listed in
requirements.txt)
Roll No: 21
This project is an intelligent system performance monitoring tool that leverages AI to analyze real-time OS process metrics, detect bottlenecks, forecast resource usage, and suggest optimizations.

