Update app.py
Browse files
app.py
CHANGED
|
@@ -564,18 +564,17 @@ with demo:
|
|
| 564 |
</div>
|
| 565 |
"""
|
| 566 |
)
|
| 567 |
-
|
| 568 |
gr.Markdown(
|
| 569 |
"""
|
| 570 |
-
<h1 style="text-align: center;">
|
| 571 |
<p align="center">
|
| 572 |
-
<a href="https://github.com/
|
| 573 |
-
|
| 574 |
-
<
|
| 575 |
β
|
| 576 |
-
<a href="
|
| 577 |
-
|
| 578 |
-
<
|
| 579 |
</p>
|
| 580 |
"""
|
| 581 |
)
|
|
@@ -583,19 +582,41 @@ with demo:
|
|
| 583 |
gr.Markdown(
|
| 584 |
"""
|
| 585 |
<p align="center" style="font-size: 16px;">
|
| 586 |
-
|
| 587 |
-
|
|
|
|
| 588 |
|
| 589 |
-
|
| 590 |
-
|
| 591 |
-
|
| 592 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 593 |
|
| 594 |
-
|
| 595 |
-
|
| 596 |
-
|
| 597 |
-
|
| 598 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 599 |
|
| 600 |
# gr.Markdown(
|
| 601 |
# """
|
|
|
|
| 564 |
</div>
|
| 565 |
"""
|
| 566 |
)
|
|
|
|
| 567 |
gr.Markdown(
|
| 568 |
"""
|
| 569 |
+
<h1 style="text-align: center;">Fraud Detection with FHE Model</h1>
|
| 570 |
<p align="center">
|
| 571 |
+
<a href="https://github.com/CirSandro/private-fhe-fraud-detection">
|
| 572 |
+
<span style="vertical-align: middle; display:inline-block; margin-right: 3px;">π³</span>private-fhe-fraud-detection
|
| 573 |
+
</a>
|
| 574 |
β
|
| 575 |
+
<a href="https://docs.zama.ai/concrete-ml">
|
| 576 |
+
<span style="vertical-align: middle; display:inline-block; margin-right: 3px;">π</span>Documentation Concrete-ML
|
| 577 |
+
</a>
|
| 578 |
</p>
|
| 579 |
"""
|
| 580 |
)
|
|
|
|
| 582 |
gr.Markdown(
|
| 583 |
"""
|
| 584 |
<p align="center" style="font-size: 16px;">
|
| 585 |
+
How to detect bank fraud without using your personal data ?</p>
|
| 586 |
+
"""
|
| 587 |
+
# )
|
| 588 |
|
| 589 |
+
# gr.Markdown(
|
| 590 |
+
# """
|
| 591 |
+
# <h1 style="text-align: center;">Encrypted Anonymization Using Fully Homomorphic Encryption</h1>
|
| 592 |
+
# <p align="center">
|
| 593 |
+
# <a href="https://github.com/zama-ai/concrete-ml"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="file/images/logos/github.png">Concrete-ML</a>
|
| 594 |
+
# β
|
| 595 |
+
# <a href="https://docs.zama.ai/concrete-ml"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="file/images/logos/documentation.png">Documentation</a>
|
| 596 |
+
# β
|
| 597 |
+
# <a href=" https://community.zama.ai/c/concrete-ml/8"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="file/images/logos/community.png">Community</a>
|
| 598 |
+
# β
|
| 599 |
+
# <a href="https://twitter.com/zama_fhe"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="file/images/logos/x.png">@zama_fhe</a>
|
| 600 |
+
# </p>
|
| 601 |
+
# """
|
| 602 |
+
# )
|
| 603 |
|
| 604 |
+
# gr.Markdown(
|
| 605 |
+
# """
|
| 606 |
+
# <p align="center" style="font-size: 16px;">
|
| 607 |
+
# Anonymization is the process of removing personally identifiable information (PII) data from
|
| 608 |
+
# a document in order to protect individual privacy.</p>
|
| 609 |
+
|
| 610 |
+
# <p align="center" style="font-size: 16px;">
|
| 611 |
+
# Encrypted anonymization uses Fully Homomorphic Encryption (FHE) to anonymize personally
|
| 612 |
+
# identifiable information (PII) within encrypted documents, enabling computations to be
|
| 613 |
+
# performed on the encrypted data.</p>
|
| 614 |
+
|
| 615 |
+
# <p align="center" style="font-size: 16px;">
|
| 616 |
+
# In the example above, we're showing how encrypted anonymization can be leveraged to use LLM
|
| 617 |
+
# services such as ChatGPT in a privacy-preserving manner.</p>
|
| 618 |
+
# """
|
| 619 |
+
# )
|
| 620 |
|
| 621 |
# gr.Markdown(
|
| 622 |
# """
|