An open API service indexing awesome lists of open source software.

https://github.com/dotnetdreamer/dev_to_lstm


https://github.com/dotnetdreamer/dev_to_lstm

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

## Description

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

## Installation

```bash
$ npm install
```

## Running the app

```bash
# watch mode
$ npm run start:dev

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

## Usage