Skip to content

duckontheweb/ml-hub-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages