UNPKG

@modelx/jsonm

Version:

Construct AI & ML models with JSON using Typescript & Tensorflow

16 lines (13 loc) 639 B
# JSONM [![Coverage Status](https://coveralls.io/repos/github/repetere/jsonm/badge.svg?branch=master)](https://coveralls.io/github/repetere/jsonm?branch=master) ![Build, Test & Coverage](https://github.com/repetere/jsonm/workflows/Build,%20Test%20&%20Coverage/badge.svg) Construct AI & ML models with JSON using TypeScript & Tensorflow ## Getting started Clone the repo and drop your module in the src directory. ```shell # Install Prerequisites $ npm install rollup typedoc jest sitedown --g ``` ## Basic Usage ```shell $ npm run build #builds type declarations, created bundled artifacts with rollup and generates documenation ```