Skip to main content

A test packages for openi pypi

Project description

OpenI PyPi

PYPI package for 启智AI协作平台。

启智平台提供的Python工具包,使用户能在本地上传数据集。

安装

适配python3.6及以上版本

pip install openi

使用说明

  • 确保您拥有此数据集(项目)的权限,username参数为数据集的创建者,即项目所属用户/组织的名称
  • 使用前请在平台个人设置中获取token:点击跳转token获取界面
  • 当前版本为了方便用户本地上传数据集,建议在本地使用,后续版本将适配隐藏token参数、代码仓配置及云脑任务

本地上传数据集示例

from openi.dataset import upload_file

upload_file(
    file = "", # 必填,文件路径(包含文件名,支持windows文件路径如d:\\xxx)
    username = "", # 必填,数据集所属项目owner用户名
    repository = "", # 必填,数据集所属项目名称
    token = "", #必填,用户启智上获取的令牌token,并对该项目数据集有权限
    
    cluster = "" # 选填,可填入GPU或NPU,不填写后台默认为NPU
    )

alt

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openi-beta-0.0.6.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

openi_beta-0.0.6-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page