Anomaly Detection System
A pipeline that watches data for things that look wrong — using clustering (K-Means, DBSCAN) plus plain rules — and flags them automatically as part of the build.
K-Means + DBSCAN · TensorFlow · CI/CD-integrated
Bad data usually gets noticed after it has already broken a report; I wanted it caught the moment it lands.
Evidence before confidence.