80cols commited on
Commit
639b650
·
verified ·
1 Parent(s): 78e08ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -53
README.md CHANGED
@@ -1,55 +1,8 @@
1
- ---
2
- title: Encrypted Anonymization Using Fully Homomorphic Encryption
3
- emoji: 🕵️‍♂️ 🔒
4
- colorFrom: blue
5
- colorTo: purple
6
  sdk: gradio
7
- sdk_version: 4.44.0
8
  app_file: app.py
9
- pinned: true
10
- tags:
11
- - FHE
12
- - PPML
13
- - privacy
14
- - privacy preserving machine learning
15
- - data anonymization
16
- - homomorphic encryption
17
- - security
18
- python_version: 3.10.12
19
- ---
20
-
21
- # Data Anonymization using FHE
22
-
23
- ## Run the application locally
24
-
25
- ### Install the dependencies
26
-
27
- First, create a virtual env and activate it:
28
-
29
- ```bash
30
- python3 -m venv .venv
31
- source .venv/bin/activate
32
- ```
33
-
34
- Then, install the required packages:
35
-
36
- ```python
37
- pip3 install pip --upgrade
38
- pip3 install -U pip wheel setuptools --ignore-installed
39
- pip3 install -r requirements.txt --ignore-installed
40
- ```
41
-
42
- The above steps should only be done once.
43
-
44
- ## Run the app
45
-
46
- In a terminal, run:
47
-
48
- ```bash
49
- source .venv/bin/activate
50
- python3 app.py
51
- ```
52
-
53
- ## Interact with the application
54
-
55
- Open the given URL link (search for a line like `Running on local URL: http://127.0.0.1:8888/`).
 
1
+ title: Private FHE Fraud Detection
2
+ emoji: 💳
3
+ colorFrom: yellow
4
+ colorTo: red
 
5
  sdk: gradio
6
+ sdk_version: 5.8.0
7
  app_file: app.py
8
+ pinned: false