Skip to main content

Learn

Explore some of the science made possible with Sage

Contribute

Upload, build, and share apps for AI at the edge

Run jobs

Create science goals to run apps on nodes

Browse

Browse data from sensors and edge apps

Analyze

Use Sage APIs to fetch, analyze, or integrate data

AI/ML Status

Events


Developer Tools for Research and Analysis

Python Data Client

Easily analyze data in Pandas with the Sage Data Client

HTTP APIs

Access and update data via web APIs

Developer Templates

Get started building apps quickly with templates and snippets

Web GUIs

Quickly navigate job/sampler data with a few clicks
Python Data Client
import sage_data_client
# fetch cloud motion data uploaded
# from two nodes in Chicago
df = sage_data_client.query(
start="2023-02-24T10:00:00Z",
end="2023-02-24T11:00:00Z",
filter={
"plugin": ".*cloud-motion.*",
"vsn": "W02C|W079"
}
)

Featured Science

ARMing the Edge: Designing Edge Computing–Capable Machine Learning Algorithms to Target ARM Doppler Lidar Processing

Optimizing Cloud Motion Estimation on the Edge with Phase Correlation and Optical Flow

Let’s Unleash the Network Judgment: A Self-Supervised Approach for Cloud Image Analysis

Prediction of Solar Irradiance and Photovoltaic Solar Energy Product Based on Cloud Coverage Estimation Using Machine Learning Methods