Giter Club home page Giter Club logo

napari-spot-detection-tutorial's Introduction

napari-spot-detection-tutorial

A tutorial on performing spot detection using napari, scikit-image, and scipy

Setup

To perform this tutorial, we first need to set up our environment. To do so, please clone the repository containing the tutorial materials to your computer. We recommend cloning the materials into your Documents folder, but you can choose another suitable location. First, open your Terminal navigate to you the folder you will download the course materials into

cd ~/Documents

and then clone the repository. This will download all of the files necessary for this tutorial.

git clone https://github.com/kevinyamauchi/napari-spot-detection-tutorial.git

Then, navigate to the directory you just cloned.

cd napari-spot-detection-tutorial

We have provided an anaconda environment file to set up your python environment for this tutorial. To install the dependencies, please enter the following. This may take 5-10 minutes, so feel free to take a break and grab a coffee.

conda env create -f environment.yaml

alternative for venv users

pip install -r requirements.txt

Follow the instructions for installation. When the installation completes successfully, you should see the following

done
#
# To activate this environment, use
#
#     $ conda activate napari-tutorial
#
# To deactivate an active environment, use
#
#     $ conda deactivate

Once the installation has been completed, activate your tutorial environment

conda activate napari-tutorial

You can test to make sure napari was installed correctly launching napari from the command line using the command below. Launching napari this first time will take some extra time because it will download the cellpose image segmentation models that we will use during this tutorial.

napari

You are now ready to start the tutorial! We will perform the analysis using Jupyter Notebook. To start Jupyter Notebook, enter

jupyter notebook

Jupyter Notebook will open in a browser window and you will see three notebooks:

  • spot_detection_tutorial_beginner.ipynb: this is the activity notebook for people new to image processing with python
  • spot_detection_tutorial_advanced.ipynb: this is the activity notebook for people with experience performing image processing with python
  • spot_detection_tutorial_solution.ipynb: this is the solution to the activity.

All of the notebooks cover the same activities, they just require you to fill in more or less of the solution. Choose one of the notebooks and begin the tutorial!

napari-spot-detection-tutorial's People

Contributors

alisterburt avatar colinpalmer avatar kevinyamauchi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.