End-to-end computer vision project: dataset audit, augmentation, solid baselines (HOG+SVM/LogReg), a compact CNN, and robust evaluation (accuracy, macro-F1, confusion matrix).
Build a reliable vision pipeline with clean data splits (no leakage), fair baselines, and a compact CNN. Emphasis on data quality, balanced augmentation, and explainable results.
Implemented a reproducible workflow: audit/clean → stratified splits → augment → baselines (HOG+SVM/LogReg) → compact CNN with early stopping → evaluation via accuracy, macro-F1, confusion matrix and error analysis.
2025
~6–8 weeks
Hands-on computer vision challenge to practice clean ML engineering.
VS Code, Jupyter, GitHub
Reproducible workflow with stratified splits and no leakage.
HOG+SVM/LogReg baselines to benchmark a compact CNN.
Macro-F1 and confusion matrix to understand failure modes.
Audit, clean, split (stratified), and design augmentations.
Baselines with HOG+SVM/LogReg → compact CNN with early stopping.
Macro-F1, confusion matrix, and error analysis → insights.