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
- Host: GitHub
- URL: https://github.com/lmangani/loudml-docker
- Owner: lmangani
- Created: 2018-03-06T18:06:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T16:46:16.000Z (over 7 years ago)
- Last Synced: 2024-10-04T13:22:00.695Z (about 1 year ago)
- Topics: ai, anomaly-detection, docker, fraud-detection, homer, jupyter, loudml, machine-learning, ml, prediction, prediction-model, tensorflow
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# loudml-docker
[Loudml](http://loudml.io) API+ Tensorflow + Jupyter bundle for DevelopersFor 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.