Deploy or update AI models in one click to any device. Manage a multitude of devices. Orchestrate and log your model deployments safely and securely. Fast, easy, and secure.
Face blurring demo
Maurits Kaptein · March 1, 2021Image processing is one of the prominent uses of AI models. With the Scailable platform we can easily deploy image processing models anywhere. For example, with a click of a button, we were able to deploy a face blurring deep neural netwerk to the browser. Deploying such models in the browser (as opposed to in the cloud) makes that potentially private data never leaves the user’s local machine.
Creating ONNX from scratch II: Image processing
Maurits Kaptein · February 8, 2021ONNX has been around for a while, and it is becoming a successful intermediate format to move, often heavy, trained neural networks from one training tool to another (e.g., move between pyTorch and Tensorflow), or to deploy models in the cloud using the ONNX runtime. However, ONNX can be put to a much more versatile use: ONNX can easily be used to manually specify AI/ML processing pipelines, including all the pre- and post-processing that is often necessary for real-world deployments. In this tutorial we will show how to use the onnx helper
tools in Python to create a ONNX image processing pipeline from scratch and deploy it efficiently.
AI & Art: In times of corona
Robin van Emden · February 7, 2021Scailable is proud to provide the AI behind Johan Nieuwenhuize’s new installation, “in times of corona”, now at the Haags Historisch Museum after a succesful exhibit at STROOM The Hague.
Tutorial: Creating ONNX from scratch.
Maurits Kaptein · February 5, 2021ONNX has been around for a while, and it is becoming a successful intermediate format to move, often heavy, trained neural networks from one training tool to another (e.g., move between pyTorch and Tensorflow), or to deploy models in the cloud using the ONNX runtime. In these cases users often simply save a model to ONNX format, without worrying about the resulting ONNX graph.
Repurposing old hardware for new AI
Robin van Emden · January 25, 2021Scailable deploys your AI and ML models instantly, anywhere. And by anywhere, we do mean, well, anywhere. As a demonstration, today, we succesfully deployed a 2021 visual convolutional neural network to a 1993 laptop.
The making of “Update AI/ML models OtA”
Maurits Kaptein · January 16, 2021Silo surface maintenance using drones
Robin van Emden · January 16, 2021How TensorFlow, ONNX, WebAssembly, and the Scailable platform team up to automatically detect and restore cracks in concrete surfaces.
Bandits, WebAssembly, and IoT
Maurits Kaptein · January 16, 2021An uncommon combination allows efficient sequential learning on the edge.
Efficient reinforcement learning on the edge
Maurits Kaptein · January 16, 2021With orthogonal persistence we can implement sequential learning on Edge devices