Detail

SEM_CNN_Model

ryan_globusid/brainCNN
Copy
Aarthi Koripelly

A function and CNN model to predict if SEM image is focused or blurry.

Python static method
general machinelearning

Input

A file
Type: file

Output

Output
Type: string

Run with DLHub SDK

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

Get More Info with DLHub SDK

from dlhub_sdk.client import DLHubClient
dl = DLHubClient()
dl.describe_servable('ryan_globusid/brainCNN')

DLHub SDK Installation

pip install dlhub_sdk

DLHub SDK documentation