CSC173 Intelligent Systems Final Project
Mindanao State University - Iligan Institute of Technology
Student: [Your Full Name], [Student ID]
Semester: [e.g., AY 2025-2026 Sem 1]
[150-250 words: Summarize problem (e.g., “Urban waste sorting in Mindanao”), dataset, deep CV method (e.g., YOLOv8 fine-tuned on custom trash images), key results (e.g., 92% mAP), and contributions.][web:25][web:41]
[Describe the real-world vision problem and why it matters locally (e.g., IoT waste systems in Iligan).]
[web:41]

| Parameter | Value |
|---|---|
| Batch Size | 16 |
| Learning Rate | 0.01 |
| Epochs | 100 |
| Optimizer | SGD |
train.py excerpt model = YOLO(‘yolov8n.pt’) model.train(data=’dataset.yaml’, epochs=100, imgsz=640)
| Model | mAP@0.5 | Precision | Recall | Inference Time (ms) | |——-|———|———–|——–|———————| | Baseline (YOLOv8n) | 85% | 0.87 | 0.82 | 12 | | Ours (Fine-tuned) | 92% | 0.94 | 0.89 | 15 |

[Video: CSC173_YourLastName_Final.mp4] [web:41]
[Key achievements and 2-3 future directions, e.g., Deploy to Raspberry Pi for IoT.]
git clone https://github.com/yourusername/CSC173-DeepCV-YourLastNamepip install -r requirements.txtmodels/ or run download_weights.sh [web:22][web:25]requirements.txt: torch>=2.0 ultralytics opencv-python albumentations
[1] Jocher, G., et al. “YOLOv8,” Ultralytics, 2023.
[2] Deng, J., et al. “ImageNet: A large-scale hierarchical image database,” CVPR, 2009. [web:25]
View this project site: https://jjmmontemayor.github.io/CSC173-DeepCV-Montemayor/ [web:32]