ogmacorp / PyAOgmaNeo

Python bindings to AOgmaNeo

Home Page:https://ogma.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyAOgmaNeo

Join the chat at https://gitter.im/ogmaneo/Lobby

Introduction

Welcome to the Ogma PyAOgmaNeo library, which contains Python bindings to the AOgmaNeo library.

Requirements

  • OpenMP (this will likely already be installed on your system)
  • pybind11 (will automatically install if not present)
  • cmake

Installation

You may install from pypi:

pip install pyaogmaneo

Or from this directory:

pip install .

This will download the AOgmaNeo library these bindings depend on automatically, and compile it.

Note that the branch of AOgmaNeo that will be used for building is based on the current branch of this repository (PyAOgmaNeo). The build system will automatically download the AOgmaNeo branch of the same name as that currently checked out in this repository (using a specific commit id).

If you would like to use an existing system install of AOgmaNeo, set the following environment variable:

export USE_SYSTEM_AOGMANEO

before installing.

Importing and Setup

The PyAOgmaNeo module can be imported using:

import pyaogmaneo

Refer to the examples for usage.

Contributions

Refer to the CONTRIBUTING.md file for information on making contributions to PyAOgmaNeo.

License and Copyright

Creative Commons License
The work in this repository is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. See the PYAOGMANEO_LICENSE.md and LICENSE.md file for further information.

Contact Ogma via licenses@ogmacorp.com to discuss commercial use and licensing options.

PyAOgmaNeo Copyright (c) 2020-2024 Ogma Intelligent Systems Corp. All rights reserved.

About

Python bindings to AOgmaNeo

https://ogma.ai/

License:Other


Languages

Language:C++ 85.5%Language:Python 7.9%Language:CMake 6.5%