kcelia commited on
Commit
550707a
Β·
unverified Β·
1 Parent(s): 5d000eb

chore: update readme

Browse files
Files changed (1) hide show
  1. README.md +40 -5
README.md CHANGED
@@ -1,12 +1,47 @@
1
  ---
2
- title: Encrypted Dna Testing
3
- emoji: πŸŒ–
4
  colorFrom: gray
5
- colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 5.9.1
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Ancestry DNA Testing On Encrypted Data Using Fully Homomorphic Encryption
3
+ emoji: 🧬 🌍
4
  colorFrom: gray
5
+ colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
+ python_version: 3.8.19
11
  ---
12
 
13
+ # Ancestry DNA Testing On Encrypted Data Using Fully Homomorphic Encryption
14
+
15
+ ## Run the application locally
16
+
17
+ ### Install the dependencies
18
+
19
+ First, create a virtual env and activate it:
20
+
21
+ ```bash
22
+ python3 -m venv .venv
23
+ source .venv/bin/activate
24
+ ```
25
+
26
+ Then, install the required packages:
27
+
28
+ ```bash
29
+ pip3 install pip --upgrade
30
+ pip3 install -U pip wheel setuptools --ignore-installed
31
+ pip3 install -r requirements.txt --ignore-installed
32
+ ```
33
+
34
+ The above steps should only be done once.
35
+
36
+ ## Run the app
37
+
38
+ In a terminal, run:
39
+
40
+ ```bash
41
+ source .venv/bin/activate
42
+ python3 app.py
43
+ ```
44
+
45
+ ## Interact with the application
46
+
47
+ Open the given URL link (search for a line like `Running on local URL: http://127.0.0.1:8888/`).