Skip to main content

Points FL SDK

Project description

├── points_fl                   // SDK目录
│   ├── proto                   // protobuf file
│   ├── __init__.py             // 导出类
│   ├── base.py                 // points_fl基类
│   ├── federated_learning.py   // 联邦学习
│   ├── inference.py            // 预测
│   ├── log_provider.py         // 日志
│   ├── permission.py           // 权限
│   ├── flask_api.py            // flask接口

支持 Python版本:3.6+

SDK使用步骤如下:

  1. pip安装包

pip install points_fl
  1. 使用示例

from points_fl import FLServer

with FLServer(FL_SERVER_ADDRESS, FLASK_ADDRESS) as conn:
    conn.login(username=USERNAME, password=PASSWORD)

    #do some work

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

points_fl-1.0.4-py3-none-any.whl (58.0 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