Overview

1 - Data Contributor collects and submits raw data to the Monadata platform via dApps
2,3 - DQNode encrypts and stores the encrypted data in the Raw Data Storage.
4,5,6 - Data Annotator retrieves decrypted raw data. DQNode queries and decrypts the raw data from Raw Data Storage.
7 - Data Annotator performs data annotation. DQNode decrypts and stores the data annotations in the Data Annotation Storage.
8, 9, 10 - Data Reviewer retrieves the annotated data from the dApps to review and validate the annotations.
11 - The DALP Smart Contract records the encrypted annotation data immutably on the blockchain.
12 - Researcher/Business/Developer queries the annotated data or requests model training using the annotated data.
13, 14 - DQNode queries data annotations via the DALP Smart Contract and decrypts them.
15 - Based on the requests, DQNode returns the annotated data or TrainerNode trains the AI model using the annotated data.
Last updated