File: deployment.md

package info (click to toggle)
mlpack 4.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 31,272 kB
  • sloc: cpp: 226,039; python: 1,934; sh: 1,198; lisp: 414; makefile: 85
file content (29 lines) | stat: -rw-r--r-- 1,188 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<object data="../img/pipeline-top-6.svg" type="image/svg+xml" id="pipeline-top">
</object>

# Deployment

Once a modeling pipeline is ready for deployment, it is easy to deploy mlpack
applications to a wide variety of settings due to its simple header-only nature.

See also the [examples repository](https://github.com/mlpack/examples/),
which contains a number of fully-working deployable example applications.

The pages below provide guidance for how to deploy mlpack to a variety of
relatively simple environments.

 * [***Compile an mlpack program***](compile.md): compile a standalone C++ program
   that uses mlpack.

 * [***Cross-compile to a Raspberry Pi***](../embedded/crosscompile_armv7.md):
   cross-compile an mlpack C++ application to an embedded or low-resource
   device.
   - See also the
     [cross-compilation setup page](../embedded/supported_boards.md).

 * [***Deploying mlpack on Windows***](deploy_windows.md): build a Windows
   application that uses mlpack.

 * [***Deploying mlpack to a Docker container***](deploy_docker.md): package an
   mlpack application inside of a lightweight Docker container for local usage
   or deployment in a cloud environment.