{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/8"},{"label":"Scientific/Engineering","url":"https://skillfed.io/packages/category/scientific-engineering/4"},{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/5"},{"label":"Image Recognition","url":"https://skillfed.io/packages/category/scientific-engineering-image-recognition"}],"enrichment":{"capability":"Python SDK for connecting to and running computer vision models and workflows on a local or remote Inference server, enabling image and video stream processing with object detection, classification, segmentation, and custom model inference.","skillfed_tags":["computer-vision","inference-client","model-serving"],"use_cases":["Run object detection or segmentation models on images via a local Inference server from a Python script or application.","Process live RTSP video streams through Workflows that combine multiple models, tracking, and business logic.","Execute multi-model consensus or chained inference pipelines where output from one model feeds into another.","Integrate computer vision predictions into a larger application by querying a centralized Inference server.","Monitor and consume results from long-running inference pipelines on video feeds in real-time."],"what_it_does":"The inference-sdk is a Python client library for interacting with Roboflow's Inference server, a self-hosted computer vision platform. It abstracts the HTTP API layer, allowing developers to run pre-trained and fine-tuned models, execute multi-step Workflows, and process video streams without managing the underlying server communication directly. The package wraps requests, urllib3, and aiohttp to handle synchronous and asynchronous calls, and includes support for image processing via opencv-python and pillow.\n\nTypical usage involves instantiating an InferenceHTTPClient pointed at a local or remote server, then calling methods to run Workflows on images or video streams, manage inference pipelines, and consume results. The SDK handles the serialization of images and parameters, making it straightforward to integrate computer vision into Python applications without deep knowledge of REST APIs or model deployment.","worth_installing":"Yes. The package is actively maintained, has low install friction, carries a permissive license, and no known vulnerabilities. It is the canonical Python client for Roboflow Inference and is suitable for production use if you are already running an Inference server. Install it if you need to programmatically interact with Inference from Python; if you only need the server itself, install inference-cli instead."},"id":"inference-sdk","links":{"html":"https://skillfed.io/packages/inference-sdk","md":"https://skillfed.io/packages/inference-sdk.md","pypi":"https://pypi.org/project/inference-sdk/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-14","license_spdx":null,"license_treatment":"permissive","name":"inference-sdk","python_support":"capped_below_current","summary":"With no prior knowledge of machine learning or device-specific deployment, you can deploy a computer vision model to a range of devices and environments using Roboflow Inference."},"popularity":{"monthly_downloads":446477,"position":6612,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.4.1"}
