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

https://github.com/lmangani/loudml-docker

Loudml API+ Tensorflow + Jupyter for Developers
https://github.com/lmangani/loudml-docker

ai anomaly-detection docker fraud-detection homer jupyter loudml machine-learning ml prediction prediction-model tensorflow

Last synced: 4 months ago
JSON representation

Loudml API+ Tensorflow + Jupyter for Developers

Awesome Lists containing this project

README

          

# loudml-docker
[Loudml](http://loudml.io) API+ Tensorflow + Jupyter bundle for Developers

For Model Configuration, API and Features see the guide at [loudml.io](http://loudml.io/guide/en/loudml/reference/current/cli.html)

### Dev Run
Start container w/ local configuration file:
```
docker run --name loudml -p 8888:8888 -p 8077:8077 \
-v $(pwd)/config.yml:/etc/loudml/config.yml \
-d qxip/loudml:latest
```

### ENV
Parameters can optionally be defined via ENV variables:
```
elastic: 127.0.0.1:9200
elastic_index: logstash-*
influx: 127.0.0.1:8086
influx_database: telegraf
```

###### Logo and Trademarks are © 2018 Loud ML™. All rights reserved.