Skip to content

Koolvansh07/ilastik-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ilastik Python API Notebooks

Jupyter notebooks showing how to use the ilastik Python API for headless image analysis.

This is a prototype for the GSoC 2026 project by Arjit Singh Grover. GitHub: https://github.com/Koolvansh07

Setup

conda env create -f environment.yml conda activate ilastik-notebooks jupyter notebook

Notebooks

Notebook Status What it covers
01_getting_started Complete Load a model, run predict(), understand the output
02_batch_processing Draft Batch predictions with dask.delayed

Note on the mock API

These notebooks use a mock ilastik API (mock_ilastik/api.py) so they run without a full ilastik installation. The mock matches the real ilastik.experimental.api interface. To use real ilastik, replace:

from mock_ilastik.api import from_project_file

with:

from ilastik.experimental.api import from_project_file

CI status

CI runs notebook 1 end-to-end on every push using nbmake.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors