Coder Social home page Coder Social logo

shan-wan / loudml Goto Github PK

View Code? Open in Web Editor NEW

This project forked from regel/loudml

0.0 0.0 0.0 2.87 MB

Loud ML is the first open-source AI solution for ICT and IoT automation

License: Other

Shell 0.92% Python 95.59% Go 2.17% Makefile 0.92% Dockerfile 0.40%

loudml's Introduction

x

Loud ML - Reveal the hidden

CircleCI Docker pulls Coverage Netlify Status

Loud ML is an open source inference engine for metrics and events, and the fastest way to embed machine learning in your time series application. This includes APIs for storing and querying data, processing it in the background for ML or detecting outliers for alerting purposes, and more.

Help make this document better

This page, as well as the rest of our docs, are open-source and available on GitHub. We welcome your contributions.

  • To report a problem in the documentation, or to submit feedback and comments, please open an issue on GitHub.

An Open-Source AI Library for Time Series Data

Loud ML is an open source time series inference engine built on top of TensorFlow. It's useful to forecast data, detect outliers, and automate your process using future knowledge.

Features

  • Built-in HTTP API that facilitates the integration in other applications
  • Data agnostic. The ML engine consumes data from different buckets to achieve seamless data experience. Supported data buckets include:
  • JSON configuration
  • Simple to install and manage
  • Donut unsupervised learning model arXiv 1802.03903
  • Data processing in near real-time: data buckets are queried at regular intervals and feed the inference engine to return results

Installation

Local install

loudmld can be installed using pip similar to other Python packages. Do not use sudo with pip. It is usually good to work in a virtualenv or venv to avoid conflicts with other package managers and Python projects. For a quick introduction see Python Virtual Environments in Five Minutes

Run inside a virtualenv:

make install

Getting Started

Running loudmld

You can start the Loud ML model server using:

  • systemctl start loudmld if you have installed Loud ML using an official Debian or RPM package, and are running a distro with systemd.
  • loudmld if you have built Loud ML from source.
loudmld -c <path/to/config.yml file>

Running loudml command-line interface

One extra package is needed to run the command line interface.

If you've installed loudml-python locally, the loudml command should be available via the command line. Executing loudml will start the CLI and automatically connect to the local Loud ML model server instance (assuming you have already started the server with systemctl start loudmld or by running loudmld directly).

pip install loudml-python

The Python client library is open source

Contributors wanted! Official client libraries for Javascript, Java, Ruby, Go can be found at: https://github.com/loudml

Running unit tests

make test

Building Packages

make clean && make rpm
make clean && make repo

Documentation

Contributing

If you're feeling adventurous and want to contribute to Loud ML, see our contributing doc for info on how to make feature requests, build from source, and run tests.

Licensing

See LICENSE

Looking for Support?

Contact [email protected] to learn how we can best help you succeed.

loudml's People

Contributors

dependabot-preview[bot] avatar osunac avatar regel avatar wooyey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.