Example notebooks for the scivision project
This repo contains the following example notebooks, which can be run by clicking the binder links or locally with Jupyter notebook:
- How to use scivision: a notebook demonstrating essential scivision functionality, with image classification models. This can be run on Binder:
- Object detection with scivision
- [WIP] Image segmentation with scivision
To run the notebooks in this repo locally, do the following:
- Create the environment for the notebooks:
conda env create -f environment.yml
- Activate it:
conda activate scivision
- Open the notebooks in this repo with
jupyter notebook
Visit the Scivision Gallery to see more examples and use-cases.