davidna22 commited on
Commit
ebba45d
·
verified ·
1 Parent(s): 12a1580

Delete .README

Browse files
Files changed (1) hide show
  1. .README +0 -31
.README DELETED
@@ -1,31 +0,0 @@
1
- # Steps to run
2
-
3
- ## Pip install requirements
4
-
5
- ```bash
6
- pip install -r requirements.txt
7
- ```
8
-
9
- ## Follow the Analysis.ipynb notebook for notebook format results
10
-
11
- ### Recommended to view the gradio application for fuller view
12
-
13
- ## Option 1: Run gradio app locally
14
-
15
- ```bash
16
- python /path/to/app.y
17
- ```
18
-
19
- ## Option 2: Access web application at (https://dna-casestudy.com/)[https://dna-casestudy.com/]
20
-
21
- ## Option 3: Build Docker container
22
-
23
-
24
- ```bash
25
- cd /path/to/folder
26
- docker build -t my-case-study .
27
- docker run -p 7860:7860 my-case-study
28
- ```
29
-
30
-
31
- ## If ran locally, app will run via: (http://localhost:7860)[http://localhost:7860]