80cols commited on
Commit
e61a1ea
Β·
verified Β·
1 Parent(s): 7bbeb45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +40 -19
app.py CHANGED
@@ -564,18 +564,17 @@ with demo:
564
  </div>
565
  """
566
  )
567
-
568
  gr.Markdown(
569
  """
570
- <h1 style="text-align: center;">Encrypted Anonymization Using Fully Homomorphic Encryption</h1>
571
  <p align="center">
572
- <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>
573
- β€”
574
- <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>
575
  β€”
576
- <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>
577
- β€”
578
- <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>
579
  </p>
580
  """
581
  )
@@ -583,19 +582,41 @@ with demo:
583
  gr.Markdown(
584
  """
585
  <p align="center" style="font-size: 16px;">
586
- Anonymization is the process of removing personally identifiable information (PII) data from
587
- a document in order to protect individual privacy.</p>
 
588
 
589
- <p align="center" style="font-size: 16px;">
590
- Encrypted anonymization uses Fully Homomorphic Encryption (FHE) to anonymize personally
591
- identifiable information (PII) within encrypted documents, enabling computations to be
592
- performed on the encrypted data.</p>
 
 
 
 
 
 
 
 
 
 
593
 
594
- <p align="center" style="font-size: 16px;">
595
- In the example above, we're showing how encrypted anonymization can be leveraged to use LLM
596
- services such as ChatGPT in a privacy-preserving manner.</p>
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
  # """