Run analytics behind low code applications

Add the power of AI & ML to your low code applications

  • Develop your model in Python/R, deploy it on UbiOps and call it from your low code app.
  • No in-depth IT knowledge required.
  • Import already made models from our community page to get started, and adjust according to your needs.
  • Run any AI/ML model, automation script, data processing script, statistical model, web scraper, simulation model or reporting/email script.
  • Process any type of data: structured data, files, images, text, sensor data, and more. Not just a DataFrame.

Why choose UbiOps?

User-friendly UI

Create your deployment on UbiOps using the UI. A quick way to understand how the platform works without seeing any code.

Python/R knowledge is all you need

UbiOps is developed for data scientists and teams who are looking for an easy and production-ready way to deploy and run their Python or R models as live services in the cloud.

Pre-build models to import

We have three tutorial categories: Python tutorialsR tutorials and ready deployments. Tutorials contain full walkthroughs that can be run in Jupyter notebook or Rstudio. Ready deployments contain ready-to-go deployment packages.

API endpoints

Each deployment or pipeline has its own API endpoint to send data to the service. Also, UbiOps has an extensive platform API through which all of its functionality is available.

Easy maintenance on your models

UbiOps provides four ways in which you can check your activities.  Audit Events, Logging, Monitoring and Notifications.

Be sure your app works 24/7.

UbiOps can run your AI/ML models, automation scripts, data processing scripts, statistical models, web scrapers, simulation models or reporting and email scripts.

TL;DR: test the object recognition app here

To build the application logic and front-end, we use the low-code platform Mendix. To deploy and run the Caffe neural network and use it as a service with an API endpoint we make use of UbiOps. We use a pre-trained (open source) neural network, and two tools: Mendix and UbiOps. Both Mendix and UbiOps can be used for free, so you can try it out yourself as well.

The serving endpoint of the model in UbiOps can be consumed by the Mendix app to make requests.

1: UI Quickstarts

Create a deployment on UbiOps using the UI. A quick way to understand how UbiOps works without seeing any code.

2: Client library Quickstart

Create a deployment on UbiOps using the client Library. A good option if you do not want to leave your Jupyter Notebook or Rstudio environment.

3: CLI Quickstart

Create a deployment on UbiOps using the UbiOps CLI.