Integration overview
This chapter covers installing, configuring, and operating the DENKflow SDK from Python and C/C++.
Fastest path to first inference
- Export a
.denkflowfile from the Vision AI Hub. - Request and activate a license.
- Install the SDK for the target runtime and language.
- Run the export through
SimplifiedPipelineand read the results.
The Quick start contains the complete first-inference example.
How this chapter is organized
- Getting started: installation, licensing, models, and a first inference
- Using SimplifiedPipeline: the default inference API, its inputs, results, and result drawing
- Examples: task-oriented examples per model type
- Deployment: runtime selection, configuration, containers, and troubleshooting
- Advanced usage: the classic
Pipelineflow, custom graph construction, and tensors - Reference: changelog, migration guides, and the LLM skills file
Choose a path
Running exported pipelines
Use a .denkflow export with:
Building pipelines from .denkmodel files
Assemble graphs manually with: