Enter customer details to predict their segment using the trained K-Means model.
👤 Enter Customer Details
How it works:
Your input is scaled using the saved StandardScaler, then fed into the
trained K-Means model to assign the nearest cluster centroid.
The result is saved to the database.