/scivision_examples

Example notebooks for the scivision project

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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:

  1. How to use scivision: a notebook demonstrating essential scivision functionality, with image classification models. This can be run on Binder: badge
  2. Object detection with scivision
  3. [WIP] Image segmentation with scivision

To run the notebooks in this repo locally, do the following:

  1. Create the environment for the notebooks: conda env create -f environment.yml
  2. Activate it: conda activate scivision
  3. Open the notebooks in this repo with jupyter notebook

Visit the Scivision Gallery to see more examples and use-cases.