Skip to content

kkaryono/scivision_examples

 
 

Repository files navigation

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.

About

Example notebooks for the scivision project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%