A package for openi pypi
Project description
OpenI
PYPI package for 启智 AI 协作平台。
安装
适配 python3.8 及以上版本
pip install openi
功能介绍
- 支持进行本地上传与下载文件到启智社区
- 支持代码调用函数,可在本地Python脚本或notebook使用;支持终端命令行,方便在服务器上使用。
- 具体请参考 帮助文档
使用示例
python代码中下载 MNIST示例数据集 为例:
# 可复制到 python 文件中直接运行,函数的返回值为下载文件的本地保存路径
from openi import download_file
path = download_file(
file="MnistDataset_mindspore.zip",
repo_id="OpenIOSSG/OpenI_Cloudbrain_Example",
)
- 上述代码调用对应的终端命令(可直接复制到终端命令行中运行)
openi dataset download MnistDataset_mindspore.zip OpenIOSSG/OpenI_Cloudbrain_Example
- 执行结果,显示下载进度条与本地保存路径
✅ MnistDataset_mindspore.zip: 100%|██████████████████████████████████████████████| 10.3M/10.3M [00:00<00:00, 24.7MB/s]
文件已下载到: D:\MnistDataset_mindspore.zip
- 更多使用指南请参考 帮助文档
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-3.0.1.tar.gz
(62.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
openi-3.0.1-py3-none-any.whl
(81.2 kB
view details)
File details
Details for the file openi-3.0.1.tar.gz.
File metadata
- Download URL: openi-3.0.1.tar.gz
- Upload date:
- Size: 62.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00e7c65b3d7004a861b2d19831d2f6c8aa551babd1b5c3fe867cd1bc957d89a5
|
|
| MD5 |
9d96983875b5168e0f650422249ec79c
|
|
| BLAKE2b-256 |
159a72ea588c45cd1369e4a0b88859df9a7007c242be3a564567f8df0a61cee7
|
File details
Details for the file openi-3.0.1-py3-none-any.whl.
File metadata
- Download URL: openi-3.0.1-py3-none-any.whl
- Upload date:
- Size: 81.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2664b6dd3c2db325fe49e4dcf588d25706b22a8fdf91fbed3b9095bca49ee1e5
|
|
| MD5 |
8ab4d39527152bb1c9716c47af2063c2
|
|
| BLAKE2b-256 |
92b1c7471cb3396cce2830ac39c3946c370c291ef3a2342eb3e9637e1251e798
|