pagia_hub
library allows you to interact with the Pangia Discovery Hub. Discover datasets and information for your projects or experiment with pre-computed apps hosted by Pangia. You can also create and share your own models and datasets with the community. The pangia_hub
library provides a simple way to do all these things in Python.
...
from pangia_hub import list_datasets
datasets = list_datasets()
# Configured via client
pangia_api = PangiaApi(
endpoint="https://pangianetwork.org", # Can be a private endpoint
token="pangia_xxx# Token is not persisted to the machine
)
datasets = pangia_api.list_datasets()