36 Star 219 Fork 51

GVP隐语SecretFlow / secretflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

CircleCI

简体中文English

SecretFlow是一个统一的框架,用于保护隐私的数据智能和机器学习。为了实现这个目标,它提供了以下内容:

  • 抽象设备层,包括明文设备和封装了各种密态协议的密态设备。
  • 设备流层,将高阶算法转为设备对象流和DAG。
  • 算法层,使用水平或垂直分区的数据进行数据分析和机器学习。
  • 工作流层,无缝集成数据处理、模型训练和超参调整。

文档

相关项目

  • Kuscia: 一款基于 K3s 的轻量级隐私计算任务编排框架。
  • SCQL: 允许多个不信任方在不泄露其私人数据的情况下进行联合分析的系统。
  • SPU: 一种可证明、可测量的安全计算设备,在提供计算能力的同时保护您的数据隐私。
  • HEU: 一个高性能的同态加密算法库。
  • YACL: 一个 C++ 库,包含SecretFlow代码所依赖的密码学、网络和io模块。

安装

请查阅INSTALLATION.md

部署

请查阅DEPLOYMENT.md

学习隐私计算技术

我们同样提供了关于隐私计算技术学术论文的总结,以及某些论文的解读。

请查阅 AWESOME-PETS.md

贡献代码

请查阅CONTRIBUTING.md

声明

非发布版本的SecretFlow禁止在任何生产环境中使用,因为可能存在漏洞、故障、功能不足、安全问题或其他问题。

header: # <1> license: spdx-id: Apache-2.0 # <2> copyright-owner: Ant Group Co., Ltd. # <3> copyright-year: '2024' # <25> software-name: secretflow # <4> pattern: | # <6> Licensed under the Apache License, Version 2.0 \(the "License"\); you may not use this file except in compliance with the License. You may obtain a copy of the License at http[s]?://www\.apache\.org/licenses/LICENSE-2\.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. paths: # <7> - '**' paths-ignore: # <8> - '.circleci' - '.github' - '**/*.md' - '**/*.json' - '**/*.yaml' - '**/*.yml' - '**/*.ipynb' - '**/*.txt' - '**/*.Dockerfile' - '**/Dockerfile' - '**/*.po' - '**/*.svg' - '**/*.rst' - '**/nsjail.cfg' - '**/*.whl' - '**/*.rst_t' - '**/*.lds' - '**/.condarc' - '**/*.tmpl' - '**/*.policy' - '**/*_pb2.py' - 'LICENSE' - 'NOTICE' - '.bazelversion' - '.clang-format' - '.coveragerc' - '.gitattributes' - '.gitignore' - '.gitmodules' - '.pylintrc' - 'pyproject.toml' - 'pytest.ini' - 'examples/app/h_cv/dispfl/**/*.py' # MIT comment: on-failure # <9> license-location-threshold: 80 # <10> language: # <11> Starlark: # <12> extensions: #<13> - ".bazel" - ".bazelrc" - "BUILD" - ".bzl" - "WORKSPACE" comment_style_id: PythonStyle # <15>

简介

隐语 secretflow 是由蚂蚁发起的隐私计算通用框架,本仓库mirror自github对应仓库,更新时效可能有延时。 展开 收起
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/secretflow/secretflow.git
git@gitee.com:secretflow/secretflow.git
secretflow
secretflow
secretflow
main

搜索帮助