📄️ User Management
User management involves each aspect of defining and managing users, roles and their permissions.
📄️ Dataset Management
Training data is the data used to train a model or algorithm. Ths training data can be uploaded to and managed in navio as datasets. The training dataset can be either uploaded together with the model and packaged in the archive or they can be uploaded separately. Datasets are shared accross an entire workspace.
📄️ Model Management
Models uploaded to navio are managed on a usecase level. Each workspace can contain multiple usecases.
📄️ Monitoring
A deployed model can be monitored by the user for data outliers, performance issues and to see the current usage of the model. Each deployment has its own monitoring view.
📄️ Try Out View
The try out view is used for evaluating a model before depoying it and integrating it into external systems.
📄️ GPU Support
See the GPU Models guide for more information.
📄️ navio API
The navio API offers users to interact with navio programmatically. This enables you to integrate navio into an existing workflow or pipeline so you don't need to use the user interface to upload, deploy or retrain models.