Skip to the content.

npy.js

Read .npy files from numpy in Node/JS.

Installation

Include npy.js in your project directly, or:

yarn add npyjs
# npm i npyjs

Usage

You can also use this library promise-style:

n.load("test.npy").then(res => {
    // res has { data, shape, dtype } members.
});

Unless otherwise specified, all code inside of this repository is covered under the license in LICENSE.

Please report bugs or contribute pull-requests on GitHub.


Made with ♥ at JHU APL