customer-segmentation-server.md

Customer Segmentation

UI App
from"modelcontextprotocol"
2.4k

Scatter chart with clustering for customer segmentation analysis

Data & Analytics
clusteringsegmentationscatterML
install.sh
# Clone the repository
$git clone https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/customer-segmentation-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve