Skip links
Add AI Object Detection into your app in 5 minutes

Power thousands of OpenCV applications

NPU Powered

Plug n' Play Video AI Analysis

Analyze video with AI without hassle. Focus on application development rather than setting up complicated infrastructure for running AI.

Serverless

We manage the top-notch NPU infrastructure for your AI model. You can focus on your application instead.

Super Compatible

Accepts different types of video stream (RTMP, RTSP, WebRTC etc.) and video file (mp4, mov, flv, etc.)

Fast Inference

Thanks to the optimized AI model. <50ms is needed to infer a 1080p video frame

Handful SDK

Getting result via SDK

We provide a dead simple SDK that fit any application. Just a function call is what you need.

Supported formats:
Coming soon:

NodeJS

Python

Free integration support

Set up
				
					import rfc from "@socif/rfc_sdk";

const account = new rfc.Account({
  userKey: "The API Key...",
});
const flow = await account.createFlow({
  name: "My First Stream",
  mode: "PULL",
  pullUrl: "rtmp://example.com/live1",
});
				
			
Use
				
					await flow.subscribe({
  requestOptions: {
    engine: "object_detection",
    classes: ["person"],
  },
  callbackSingleResult: async function (singleResult) {
    // You may access the following:
    singleResult.inferenceTimestamp;
    singleResult.payload.forEach(function (p) {
      p.trackingId; // number
      p._class; // enum string
      p.bounds.x; p.bounds.y; p.bounds.w;  p.bounds.h;
      p.centroid.x; p.centroid.y;
    });
  },
});

				
			

Upload video stream

Inference results

Consume results in app

All covered

Supports Pull & Push

Whether you have the camera or the stream source, we get you covered without hassle.

Contact

Want to run a customised AI model? Contact us.

Testimonial

Reliable reviews from our customers

Trusted reviews from our partners demonstrate the effectiveness and user satisfaction of our service.

Contact

Want to reduce AI running cost by 80%? Contact us.

Pricing plans for you

Pay-As-You-Go

$
0.0002
/sec
Sign Up Now

The cheapest way to get started.

  • Video streams or files
  • Supports 1080p@24FPS
  • Volume Based Pricing
  • Custom AI model

Reserve Plan

$
49
/month
Coming Soon

Great for 24/7 streaming.

  • Video streams or files
  • Supports 1080p@24FPS
  • Unlimited Volume
  • Custom AI model

e.g. 8 hours of stream per day

$
17
/month

Benchmark for most of the use cases (Include Free Tier)

  • RTSP
  • 1080p@24 FPS
  • Pay-As-You-Go
  • 8 hours Free Tier

Simple Math
Cost sample

Free Tier: Users can enjoy 8 hours free quota every month

Frequently Asked Questions 💬

We answer your questions

Explore this section to learn more about our Real-time AI Inference and find answers to your questions.

Discord

Messenger

Email

Feel free to contact us

🍪 This website uses cookies to improve your web experience.