Spaces:
Running
Running
File size: 924 Bytes
5d000eb 550707a 5d000eb 550707a 5d000eb 550707a 5d000eb 550707a 5d000eb 550707a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
---
title: Ancestry DNA Testing On Encrypted Data Using Fully Homomorphic Encryption
emoji: 𧬠π
colorFrom: gray
colorTo: indigo
sdk: gradio
sdk_version: 4.44.0
app_file: app.py
pinned: false
python_version: 3.8.19
---
# Ancestry DNA Testing On Encrypted Data Using Fully Homomorphic Encryption
## Run the application locally
### Install the dependencies
First, create a virtual env and activate it:
```bash
python3 -m venv .venv
source .venv/bin/activate
```
Then, install the required packages:
```bash
pip3 install pip --upgrade
pip3 install -U pip wheel setuptools --ignore-installed
pip3 install -r requirements.txt --ignore-installed
```
The above steps should only be done once.
## Run the app
In a terminal, run:
```bash
source .venv/bin/activate
python3 app.py
```
## Interact with the application
Open the given URL link (search for a line like `Running on local URL: http://127.0.0.1:8888/`).
|