| No | Project Name | Model | Domain | Accuracy | Project |
|---|---|---|---|---|---|
| 01 | Employee Salary Prediction | Linear Regression + XGBoost | Regression | ~92% | |
| 02 | Titanic Survival Prediction | Random Forest + XGBoost | Classification | ~82% |
AI-project-collection/
├── .github/ # GitHub Actions workflows and funding config
├── .vscode/ # VS Code workspace settings
├── assets/ # Images and static assets
├── docs/ # Documentation
├── k8s/ # Kubernetes manifests and overlays
├── models/ # Machine learning and deep learning models
├── scripts/ # Automation and deployment scripts
├── README.md
├── models.json # Model registry/metadata
└── index.html # Project landing pageMIT License @Stewie-pixel