Package brevettiai

Brevetti AI core library

The brevettiai library enables integration with the brevetti.ai platform for development of training packages

The library is used as an API through the Job class with a number of utility functions for easy development of models. The tools support both local development on linux and windows as well as hosted training on e.g. Amazon Web Services sagemaker platform.

Contents

Developer documentation can be found at docs.brevetti.ai

Expand source code
"""
.. include:: ../README.md
"""
from .utils.module import Module
from .platform.models import Job, JobSettings
from .platform.models.platform_backend import PlatformBackend, backend

Sub-modules

brevettiai.data

Tools for handling Deep Learning data management and pipelines

brevettiai.interfaces

Interfaces to cloud platform cloud resources and AWS s3 storage

brevettiai.io

Tools for interface with Brevetti AI platform, model serialization and storage backend …

brevettiai.model

Deep learning model and training functionality and implementations.

brevettiai.platform

Interfaces to Brevetti AI platform and backend features

brevettiai.tests

Test suite for package functionality

brevettiai.utils

Utility functions for data science and deep learning models