Neuroscientist
Programmatic access to FlyWire via fafbseg‑py, standardized coordinate transforms, navis interoperability, and a small PyTorch module for learned morphology/connectivity embeddings.
This toolkit provides programmatic access to the FlyWire connectome with fafbseg-py, interoperable objects for navis, and a PyTorch module for morphology/connectivity embeddings. The goal is reproducible, scalable analysis with clear routes to deployment (Docker + CI).
fafbseg-py to fetch meshes/skeletons/annotations.Dockerfile, requirements.txt / environment.yml.
A unified, reproducible access layer + embeddings unlock faster exploratory analyses and ML baselines. The navis bridge lets researchers pivot between analysis and visualization seamlessly; the PyTorch block sets the stage for contrastive or supervised tasks at scale.
conda env create -f environment.yml (or pip install -r requirements.txt)docker build -t flywire-toolkit . → docker run -p 8888:8888 flywire-toolkitnotebooks/01_fetch.ipynb, 02_embeddings.ipynb