Module brevettiai.platform
Interfaces to Brevetti AI platform and backend features
Expand source code
"""
Interfaces to Brevetti AI platform and backend features
"""
from .models.platform_backend import backend, PlatformBackend
from .models.dataset import BrevettiDatasetSamples, load_sample_identification, save_sample_identification
from .models import Job, JobSettings, Dataset
from .web_api import PlatformAPI
from .model_archive import ModelArchive
BrevettiAI = PlatformAPI
Sub-modules
brevettiai.platform.model_archive
brevettiai.platform.models
-
Implementations of interfaces of platform features …
brevettiai.platform.platform_credentials
brevettiai.platform.web_api