Skip to content

Latest commit

 

History

495 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAVEX

使用下面的命令,来防止两个application.yml频繁更新。

git update-index --assume-unchanged DAVEX_center/src/main/resources/application.yml
git update-index --assume-unchanged DAVEX_agent/src/main/resources/application.yml

application.yml有结构性更新时,使用下面的命令,重新追踪两个文件。

git update-index --no-assume-unchanged DAVEX_center/src/main/resources/application.yml
git update-index --no-assume-unchanged DAVEX_agent/src/main/resources/application.yml

安装隐语所需的虚拟环境

使用venv创建名为sfenv的环境并管理

#DAVEX目录下创建虚拟环境 使用python3.10 
python3.10 -m venv sfenv 
#激活虚拟环境
source sfenv/bin/activate
#安装隐语和需要的库
pip install -U secretflow
pip install unidecode

About

DAVEX ( DAta Value EXchange) aims to achieve data exchange and privacy computing between different platforms by implementing DAVEX agent and DAVEX manager as a distributed data exchange platform, combined with blockchain technology and privacy computing technology.

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages