mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-04-03 18:44:03 +00:00
update logo and add cn readme
This commit is contained in:
parent
8de27d4d12
commit
470347d967
4 changed files with 14 additions and 4 deletions
|
@ -333,9 +333,9 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td> <img src="./docs/fhe.mind-network/mind-network-log.png" alt="Icon" width="150" height="auto" /> </td>
|
||||
<td> <img src="./docs/fhe.mind-network/mind-network-log.png" alt="Icon" width="200" height="auto" /> </td>
|
||||
<td> <a href="https://github.com/mind-network/mind-sdk-deepseek-rust"> Mind FHE Rust SDK </a> </td>
|
||||
<td>An open-source SDK for encrypting AI with Fully Homomorphic Encryption (FHE) and integrating with Mind Network for agent consensus. FHE is considered the <b>holy grail of cryptography</b>>, enabling computations directly on encrypted data without the need for decryption. With FHE, agents can safeguard their privacy while using Deepseek, ensuring both model integrity and result consensus -<b> all without exposing their data </b>- by connecting to Mind Network. The SDK <a href="https://github.com/mind-network/mind-sdk-deepseek-rust"> source code </a> is implemented in pure <b>Rust</b>> and the package also available on <a href="https://crates.io/crates/mind_sdk_deepseek"> crates.io </a>. </td>
|
||||
<td> <p>An open-source SDK for encrypting AI with Fully Homomorphic Encryption (FHE) and integrating with Mind Network for agent consensus. FHE is considered the <b>holy grail of cryptography</b>, enabling computations directly on encrypted data without the need for decryption. With FHE, agents can safeguard their privacy while using Deepseek, ensuring both model integrity and result consensus -<b> all without exposing their data </b>- by connecting to Mind Network. The SDK <a href="https://github.com/mind-network/mind-sdk-deepseek-rust"> source code </a> is implemented in pure <b>Rust</b>> and the package also available on <a href="https://crates.io/crates/mind_sdk_deepseek"> crates.io </a>. </p> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
10
README_cn.md
10
README_cn.md
|
@ -247,6 +247,16 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
### FHE (全同态加密) frameworks
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td> <img src="./docs/fhe.mind-network/mind-network-log.png" alt="Icon" width="200" height="auto" /> </td>
|
||||
<td> <a href="https://github.com/mind-network/mind-sdk-deepseek-rust"> Mind FHE Rust SDK </a> </td>
|
||||
<td> <p>一个开源 SDK,可使用**全同态加密(FHE)**对 AI 进行加密,实现代理共识。FHE被誉为密码学的圣杯,能够在无需解密的情况下直接对加密数据进行计算。借助FHE,代理在使用Deepseek时可以保护隐私,同时确保模型的完整性和计算结果的一致性,无需暴露任何数据。该SDK的<a href="https://github.com/mind-network/mind-sdk-deepseek-rust">源代码</a>采用纯Rust实现,并可在<a href="https://crates.io/crates/mind_sdk_deepseek">crates.io</a>获取</p> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
### Solana 框架
|
||||
|
||||
|
|
|
@ -226,9 +226,9 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td> <img src="./docs/fhe.mind-network/mind-network-log.png" alt="Icon" width="150" height="auto" /> </td>
|
||||
<td> <img src="./docs/fhe.mind-network/mind-network-log.png" alt="Icon" width="200" height="auto" /> </td>
|
||||
<td> <a href="https://github.com/mind-network/mind-sdk-deepseek-rust"> Mind FHE Rust SDK </a> </td>
|
||||
<td> AI を<b>完全準同型暗号(FHE)</b>で暗号化し、<b>Mind Network</b> と統合してエージェントのコンセンサスを実現するオープンソース SDK。FHE は<b>暗号学の聖杯</b>とされており、<b>復号せずに</b>暗号化データ上で直接計算を実行できます。FHE を活用することで、エージェントは <b>Deepseek</b> を使用しながらプライバシーを保護し、モデルの整合性と計算結果の合意を確保できます。さらに、<b>データを一切公開することなく</b> <b>Mind Network</b> に接続することで、このプロセスが実現されます。この SDK の<a href="https://github.com/mind-network/mind-sdk-deepseek-rust">ソースコード</a> は<b>純 Rust</b> で実装されており、<a href="https://crates.io/crates/mind_sdk_deepseek">crates.io</a> からも入手可能です。</td>
|
||||
<td> <p>AI を<b>完全準同型暗号(FHE)</b>で暗号化し、<b>Mind Network</b> と統合してエージェントのコンセンサスを実現するオープンソース SDK。FHE は<b>暗号学の聖杯</b>とされており、<b>復号せずに</b>暗号化データ上で直接計算を実行できます。FHE を活用することで、エージェントは <b>Deepseek</b> を使用しながらプライバシーを保護し、モデルの整合性と計算結果の合意を確保できます。さらに、<b>データを一切公開することなく</b> <b>Mind Network</b> に接続することで、このプロセスが実現されます。この SDK の<a href="https://github.com/mind-network/mind-sdk-deepseek-rust">ソースコード</a> は<b>純 Rust</b> で実装されており、<a href="https://crates.io/crates/mind_sdk_deepseek">crates.io</a> からも入手可能です。</p></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 44 KiB |
Loading…
Add table
Reference in a new issue