Introduction¶
Welcome to the CLAID tutorial series! In these tutorials, we'll provide you with step-by-step instructions on setting up and using CLAID. On the following pages, you will find out how to create applications with CLAID for collecting data and deploying AI models. We will also show you how you can create your own CLAID packages and contribute to our community!
Tutorial Overview¶
Tutorial Series 01: Creating CLAID Apps¶
1 Creating a CLAID application
1.1 Creating a CLAID mobile App
1.1a Creating a cross-platform App with Flutter
1.1b Creating an Android/WearOS App
1.1c Creating an iOS App
1.2 Creating a CLAID PC/Server application
Tutorial Series 02: Setting up a Data Collection App with CLAID¶
2 Data Collection and Streaming
2.1 Setting an unique user identifier or hash
2.2 Setting up CLAID to run in the background
2.3 Using Sensor Modules to record data
2.4 Exchange data with a server from multiple users
2.5 Enabling end-to-end encryption and authentication
2.6 Custom Sensor Modules
2.7 Streaming Data between devices
2.8 Realtime Visualization of incoming data with PyCLAID
Tutorial Series 03: Installing and using CLAID packages¶
3 Installing and using CLAID packages
3.1 Installing open-source CLAID packages
3.2 Installing (closed-source) packages from the CLAID developer repo
Tutorial Series 04: Deploying AI Models with CLAID¶
.. coming soon! ..
Tutorial Series 05: Creating CLAID packages¶
5 Creating CLAID packages
5.1 Setting up the CLAID SDK and development tools
5.2 Creating, building and installing a new package
5.3 Adding a new Sensor Module
5.4 Adding a visualization for a Module in Flutter