Verdict

Verdict

by intuition

Please sign in on your dashboard first, then reopen this page.

VerdictVerdict· API ← Dashboard Docs —

Your API

Plug in your cameras, we review the stream, you read the verdict — all via the SDK.
plug in cameras → we watch the live stream → we mark success / fail → you read the verdict
Your API key
API KEY · ak_ · streams + reads —
1 Install the intuition SDK
…
Distribution name is intuition-sdk (import stays import intuition). One pip, every platform — pip picks the matching bundled-ffmpeg wheel. Outside mainland China you can drop the --index-url/--trusted-host mirror flags and keep only --extra-index-url. Never pip install intuition (a different, abandoned package).
No Python? Download the bundle (ffmpeg included, nothing to install):
⬇ Download intuition-win.zip
Unzip, set your camera in run.bat, double-click it.
2 Plug in your cameras & stream to us
Run this on the robot's computer. Each attach_video is one camera; run() streams them to us to review.
…
While it runs, robot.run() shows a live dashboard right in your terminal — per-camera streaming health + every verdict as we feed it back (and it saves a CSV + JSON of the run on Ctrl-C):
intuition · robot-01   ● streaming   · 3 cams
✔ SUCCESS   SN-48213 · 3s ago

SESSION   48 cycles    ✔44  ✘3  ⚠1         success 93.6%
          streak ✔5              worst run ✘✘ SN-48207–SN-48208

RECENT    ✔  ✔  ✘  ✔  ✔  ✔  ⚠  ✔  ✔  ✔      (last 10)

time       cycle       verdict
14:22:01   SN-48213    ✔ success
14:21:44   SN-48212    ✘ fail
14:21:29   SN-48211    ✔ success

cameras  main●  wrist_l●  wrist_r●     ~7s/cycle      Ctrl-C to stop & save
3 Read the verdict we feed back
Call this from your backend / MES to act on each cycle's success / fail.
…
—