Test and train algorithms, and build reusable workflows with a few lines of code.
Use the same Python code patterns to run and train any algorithm regardless of its source.
Algorithms are downloaded automatically, and all you need to do is adjust parameters and iterate.
Classical or deep learning, select and chain the best SOTA Computer Vision algorithms from your preferred frameworks (OpenCV, OpenMMlab, Detectron2, YOLO, HuggingFace, etc.).
The Ikomia API processes the full range of visual data: images, videos, video streams, sequences of images.
Load custom data with the dataset loaders.
Don’t see your question? Email team@ikomia.ai.
The Ikomia HUB, API, and STUDIO are open source and free, and will always be!
You will be comfortable using the API if you have a background in Python, OpenCV, deep learning, and image / video processing. You also need to be familiar with Python libraries.
Yes, just type pip install ikomia.
STUDIO offers the same features as the API but in a desktop application.
Sure, the full documentation is here: https://ikomia-dev.github.io/python-api-documentation/.
No login to the HUB or installation is necessary: the API downloads the customized algorithms from the HUB when you select them in the code. Visit the to read the full list of algorithms.
A workflow is a sequence of connected tasks (algorithms) that process input data and produce output results. It can create, customize, and run a series of algorithms in a specific order to achieve a desired outcome.
Indeed. Run the algorithm on your folder and every image inside this folder will be processed.
Ikomia API is licensed under the Apache 2.0 License. Feel free to use it in a commercial app. Please note that each algorithm in Ikomia HUB has a license and some are less permissive.
We provide the necessary tool to easily create your own algorithm. You can find the “How to” in the documentation.