Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 307 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 307 Bytes

Description

A demo application which demonstrates using LSTM network in JavaScript. You can find more about this here.

Installation

$ npm install

Running the app

# watch mode
$ npm run start:dev

# browse
Open browser and type (usually) http://localhost:3000

## Usage