Detail

A deep learning model to classify images collected by the Hubble Space Telescope

npruyne_globusid/star_cluster_classification
Copy
Wei Wei; E. A. Huerta; Bradley C Whitmore; Janice C Lee; Stephen Hannon
Python static method

Input

star cluster image
Type: ndarray
Shape: ['None', '5', '299', '299']

Output

predicted classes for the input images
Type: ndarray

Run with DLHub SDK

from dlhub_sdk.client import DLHubClient
X = get_my_data() #replace this
dl = DLHubClient()
dl.run('npruyne_globusid/star_cluster_classification', X)

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('npruyne_globusid/star_cluster_classification')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation