Model Registry
The AnyBio Model Registry is a versioned catalog for machine learning models that process biosignal data. Register, version, and deploy models that run against data captured by BioSDK.
Key Concepts
- Model — A trained ML model that accepts biosignal input (ECG, PPG, EDA, etc.) and produces predictions or classifications
- Version — Each model can have multiple versions, with one active version deployed at a time
- Deployment — Deploy a model version to run against incoming session data on the AnyBio platform
Getting Started
See the Getting Started guide to register your first model.