User documentation

Useful links

A high level overview of the project.
The main source of knowledge on how to use the project. Refer always to here in case of doubt.
The authentication management for accessing the AI4OS stack.
Where users will typically search for modules developed by the community, and find the relevant pointers to use them. It allows authenticated users to deploy virtual machines on specific hardware (eg. gpus) to train a module.
The service that allows to store your data remotely and access them from inside your deployment. (old instance)
The code of the software powering the platform.
The code of all the modules available in the platform.
Where the Docker images of the modules are stored.
Custom Docker image registry we deployed to overcome DockerHub limitations.
Continuous Integration and Continuous Development Jenkins instance to keep everything up-to-date with latest code changes.
Check if a specific AI4OS service might be down for some reason.
Create new modules based on our project’s template.
Log your trainings parameters and models with our MLflow server.
Scalable serverless inference of AI models.
Compose custom AI workflows.

New to the project? How about a quick dive?

Overview

A more in depth documentation, with detailed description on the architecture and components is provided in the following sections.

How-to’s

Use a model (basic user)

Train a model (intermediate user)

Develop a model (advanced user)

Use a tool (intermediate user)

We have specific guides for each of the tools.

Others