Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Roman
commited on
Commit
β’
dc93d64
1
Parent(s):
f9f9bfd
chore: set HF space settings
Browse files
README.md
CHANGED
@@ -1,19 +1,17 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.2
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
-
tags: [FHE, PPML, privacy, privacy preserving machine learning,
|
11 |
-
security]
|
12 |
-
python_version: 3.8.
|
13 |
---
|
14 |
|
15 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
16 |
-
|
17 |
# Image filtering using FHE
|
18 |
|
19 |
## Running the application on your machine
|
|
|
1 |
---
|
2 |
+
title: Encrypted Photo Filtering App Using Homomorphic Encryption
|
3 |
+
emoji: πΈ π
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: purple
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.2
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
+
tags: [FHE, PPML, privacy, privacy preserving machine learning, image processing,
|
11 |
+
homomorphic encryption, security]
|
12 |
+
python_version: 3.8.16
|
13 |
---
|
14 |
|
|
|
|
|
15 |
# Image filtering using FHE
|
16 |
|
17 |
## Running the application on your machine
|
app.py
CHANGED
@@ -355,7 +355,7 @@ with demo:
|
|
355 |
<p align="center">
|
356 |
<img width=200 src="https://user-images.githubusercontent.com/5758427/197816413-d9cddad3-ba38-4793-847d-120975e1da11.png">
|
357 |
</p>
|
358 |
-
<h1 align="center">Encrypted Photo
|
359 |
<p align="center">
|
360 |
<a href="https://github.com/zama-ai/concrete-ml"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="https://user-images.githubusercontent.com/5758427/197972109-faaaff3e-10e2-4ab6-80f5-7531f7cfb08f.png">Concrete-ML</a>
|
361 |
β
|
|
|
355 |
<p align="center">
|
356 |
<img width=200 src="https://user-images.githubusercontent.com/5758427/197816413-d9cddad3-ba38-4793-847d-120975e1da11.png">
|
357 |
</p>
|
358 |
+
<h1 align="center">Encrypted Photo Filtering App Using Homomorphic Encryption</h1>
|
359 |
<p align="center">
|
360 |
<a href="https://github.com/zama-ai/concrete-ml"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="https://user-images.githubusercontent.com/5758427/197972109-faaaff3e-10e2-4ab6-80f5-7531f7cfb08f.png">Concrete-ML</a>
|
361 |
β
|