duckontheweb / ml-hub-demo

Demo SDK for interacting with Radiant Earth Foundation's ML Hub API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ml-hub-demo

Example Python SDK for interacting with Radiant Earth's ML Hub API.

Installation

This project uses poetry for managing virtual environments and packaging.

From Source Distribution

pip install https://github.com/duckontheweb/ml-hub-demo/releases/download/0.0.1/ml-hub-demo-0.0.1.tar.gz

From Repo

  1. Clone the repo:
    $ git clone git@github.com:duckontheweb/ml-hub-demo.git
    $ cd ml-hub-demo
  2. Install using poetry:
    $ poetry install

Documentation

You can find the documentation on GitHub Pages here.

Tests

Run unit tests:

$ poetry run pytest

Run against all supported Python versions (>=3.6,<3.9):

$ poetry run tox -p

About

Demo SDK for interacting with Radiant Earth Foundation's ML Hub API.


Languages

Language:Python 100.0%