UNPKG

tf-kmeans

Version:

A Library for Calculating K-Means using Tensorflow

16 lines (15 loc) 341 B
{ "name": "tf-kmeans-sample", "version": "1.0.0", "description": "A Sample Code to Run TF-KMeans", "main": "index.js", "scripts": { "start": "node index.js" }, "author": "Pratik Chowdhury (https://github.com/pratikpc/)", "license": "MIT", "dependencies": { "@tensorflow/tfjs": "latest", "tf-kmeans": ".." } }