Example notebooks for the scivision project
This repo contains the following example notebooks, which can be run with Jupyter notebook:
- Butterfly classification
- Flower classification
Both of these demo the use of the scivision
package and catalog.
To run the notebooks in this repo locally, do the following:
- Open your terminal
- Check your conda installation with
conda --version
. If you don't have conda, install it by following these instructions - Clone the repository into your current folder
git clone https://github.com/scivision-gallery/connections-workshop-examples
- Change directory to the cloned repository,
cd connections-workshop-examples
- Create an environment for the notebooks:
conda env create -f environment.yml
- Activate it:
conda activate connections-workshop
- Open the notebooks in this repo with
jupyter notebook
A full conda environment can be found in environment_full.yml. If you are having issues creating the conda environment, this file contains details of all the packages and their versions which are required to run these notebooks, including secondary and tertiary dependencies.
Visit the Scivision Gallery to see more examples and use-cases.