Data processing

Data Processing is the next step after you’ve uploaded your schema to Begin. This step processes your user’s data, generates digital signatures, and uploads them to Begin’s platform. These signatures are used to create your customized A.I. model, trained on encrypted and secure versions of your user’s data.
 
Before we Begin with writing code, lets make sure we have everything we need
  1. Once you log in to your Begin account, obtain your license key and app ID from the settings page.
  1. Next, navigate to the Schema page and upload your data schema (refer to Schema guide to learn how to create one)
  1. Once your schema is uploaded, you’ll be taken to the integration code page. You’re ready to start processing.
 
You can either upload user data one by one from the user’s device or upload it in batches for multiple users.
 
🎀
Single user-data processing
🏅
Batch data processing