Metadata-Version: 2.1
Name: secretflow
Version: 0.7.18b4
Summary: Secret Flow
Home-page: https://github.com/secretflow/secretflow
Author: SCI Center
Author-email: secretflow-contact@service.alipay.com
License: Apache 2.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cachetools
Requires-Dist: grpcio (<=1.49.1)
Requires-Dist: jax
Requires-Dist: jaxlib
Requires-Dist: loguru
Requires-Dist: matplotlib
Requires-Dist: multiprocess
Requires-Dist: networkx (~=2.8)
Requires-Dist: numpy (>=1.22.0)
Requires-Dist: pandas
Requires-Dist: protobuf (==3.19.4)
Requires-Dist: pyarrow
Requires-Dist: s3fs (==2022.1.0)
Requires-Dist: scikit-learn (==1.1.3)
Requires-Dist: secretflow-rayfed (==0.1.1a0)
Requires-Dist: sf-heu (==0.3.2b1)
Requires-Dist: sparse
Requires-Dist: spu (==0.3.1b9)
Requires-Dist: statsmodels (==0.13.2)
Requires-Dist: tensorflow-datasets
Requires-Dist: tf2onnx (>=1.13.0)
Requires-Dist: torch (==1.10.1)
Requires-Dist: torchmetrics (==0.9.2)
Requires-Dist: torchvision (==0.11.2)
Requires-Dist: tqdm
Requires-Dist: validator.py (==1.3.0)
Requires-Dist: xgboost (==1.5.2)
Requires-Dist: tensorflow (==2.10.0) ; platform_machine != "arm64"
Requires-Dist: tensorflow-macos (==2.10.0) ; platform_machine == "arm64" and platform_system == "Darwin"
Provides-Extra: dev
Requires-Dist: pylint ; extra == 'dev'

<div align="center">
    <img src="docs/_static/logo-light.png">
</div>

---

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/secretflow/secretflow/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/secretflow/secretflow/tree/main)

SecretFlow is a unified framework for privacy-preserving data intelligence and machine learning. To achieve this goal,
it provides:

- An abstract device layer consists of plain devices and secret devices which encapsulate various cryptographic protocols.
- A device flow layer modeling higher algorithms as device object flow and DAG.
- An algorithm layer to do data analysis and machine learning with horizontal or vertical partitioned data.
- A workflow layer that seamlessly integrates data processing, model training, and hyperparameter tuning.

<div align="center">
    <img src="docs/_static/secretflow_arch.svg">
</div>

## Documentation

- [SecretFlow](https://www.secretflow.org.cn/docs/secretflow/zh_CN/)
  - [Getting Started](https://www.secretflow.org.cn/docs/secretflow/zh_CN/getting_started/index.html/)
  - [Components](https://www.secretflow.org.cn/docs/secretflow/zh_CN/components/index.html/)
  - [API Reference](https://www.secretflow.org.cn/docs/secretflow/zh_CN/api/index.html/)
  - [Tutorial](https://www.secretflow.org.cn/docs/secretflow/zh_CN/tutorial/index.html/)

## Install

Please check [INSTALLATION.md](./INSTALLATION.md)

## Deployment

Please check [DEPLOYMENT.md](./DEPLOYMENT.md)

## Contributing

Please check [CONTRIBUTING.md](./CONTRIBUTING.md)

## Disclaimer

Non-release versions of SecretFlow are prohibited to use in any production environment due to possible bugs, glitches, lack of functionality, security issues or other problems.
