this is simple 32 bit kernel
- ✅ Auto-scheduling tasks based on priority and duration
- ✅ AI-like suggestions for task improvement
- ✅ Energy consumption estimation per task
- ✅ Delay probability prediction per task
Located in dataset/tasks.csv:
| task_name | duration_minutes | priority |
|---|---|---|
| Backup | 30 | High |
| Report Generation | 45 | Medium |
| System Update | 60 | High |
| AI Model Training | 120 | Very High |
| Data Cleaning | 90 | Medium |
| Client Notification | 20 | Low |
- Python 3.8+
git clone https://github.com/your-username/kernel.git
cd kernel
python model.py
