Getting Started
EyePop.ai enables developers to create Pops. Pops are vision workflows that process images, videos, and livestreams into structured AI predictions: bounding boxes, confidence scores, and classificatio
Step 1 β Create an Account & Get Your API Key
export EYEPOP_API_KEY=eyp_...Step 2 β Install the SDK
pip install eyepopnpm install --save @eyepop.ai/eyepop<script src="https://cdn.jsdelivr.net/npm/@eyepop.ai/eyepop/dist/eyepop.min.js"></script>Step 3 β Connect to Your Pop
Python
Node / TypeScript
Step 4 β Configure a Pop
Python
Node / TypeScript
Step 5 β Run Your First Prediction
Upload a local file
Load from a URL or RTSP stream
Step 6 β Understand the Output
Result key
Used by
Step 7 β Process Video (Async Frame Loop)
Step 8 β Batch Processing
Step 9 β Visualization
Step 10 β Live Browser Streams (Node / Browser only)
Step 11 β Authentication Options
Method
Use case
Step 12 β Deploy On-Premise (Optional)
Tuning Options
Option
Python
Node
Effect
Resources
Last updated