Skip to content

Commit

Permalink
Minor README linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Dec 9, 2021
1 parent bb1e955 commit 23dc2e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -41,9 +41,9 @@ docker run --gpus '"device=0"' -it \

## DeepCell Spots Application

`deepcell-spots` contains an application that greatly simplifies the implementation of deep learning models for spot detection. `deepcell-spots.applications` contains a pre-trained model for fluorescent spot detection on images derived from assays such as RNA FISH and in-situ sequencing. This model returns a list of coordinate locations for fluorescent spots detected in the input image.
`deepcell-spots` contains an application that greatly simplifies the implementation of deep learning models for spot detection. `deepcell-spots.applications` contains a pre-trained model for fluorescent spot detection on images derived from assays such as RNA FISH and in-situ sequencing. This model returns a list of coordinate locations for fluorescent spots detected in the input image.

## How to Use
### How to Use

```python
from deepcell_spots.applications.spot_detection import SpotDetection
Expand All @@ -69,4 +69,4 @@ All other trademarks referenced herein are the property of their respective owne

## Credits

[![Van Valen Lab, Caltech](https://upload.wikimedia.org/wikipedia/commons/7/75/Caltech_Logo.svg)](http://www.vanvalen.caltech.edu/)
[![Van Valen Lab, Caltech](https://upload.wikimedia.org/wikipedia/commons/7/75/Caltech_Logo.svg)](http://www.vanvalen.caltech.edu/)

0 comments on commit 23dc2e2

Please sign in to comment.