Spaces:
Running
Running
File size: 614 Bytes
dad00c5 |
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 |
# Steps to run
## Pip install requirements
```bash
pip install -r requirements.txt
```
## Follow the Analysis.ipynb notebook for notebook format results
### Recommended to view the gradio application for fuller view
## Option 1: Run gradio app locally
```bash
python /path/to/app.y
```
## Option 2: Access web application at (https://dna-casestudy.com/)[https://dna-casestudy.com/]
## Option 3: Build Docker container
```bash
cd /path/to/folder
docker build -t my-case-study .
docker run -p 7860:7860 my-case-study
```
## If ran locally, app will run via: (http://localhost:7860)[http://localhost:7860] |