dna-casestudy / .README
davidna22's picture
Upload folder using huggingface_hub
dad00c5 verified
raw
history blame
614 Bytes
# 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]