chime
COVID-19 Hospital Impact Model for Epidemics
File Explorer
Download Latest Version (.zip)- dash-feature.md
- general-bug-report.md
- model.md
- gh-pages.yml
- heroku.yml
- infra-release.yml
- pythonapp.yml
- pull_request_template.md
- _chime.toml
- gitbook.toml
- _chime.toml
- config.toml
- config.toml
- credentials.toml
- extensions.json
- PPE_Calculator_COVID-19.xlsx
- PPE_Screenshot.jpg
- PPE_Screenshot_Interface_v0.png
- PPE_Screenshot_Output_v0.png
- cli.cfg
- cypress.cfg
- date_first_hospitalized.cfg
- doubling_time.cfg
- readme.txt
- webapp.cfg
- app-dev.md
- data-analysis.md
- operations-support.md
- run-locally.md
- try-online.md
- README.md
- deployer.yaml
- rolebinding.yaml
- serviceaccount.yaml
- limited-kubeconfigs.md
- byok8s.md
- chime-bus-cluster.md
- chime-live-cluster.md
- habitat.md
- heroku.md
- manual-validation.md
- README.md
- release-automation.md
- release-process.md
- .gitignore
- book.json
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- GLOSSARY.md
- MAINTAINERS.md
- README.md
- SUMMARY.md
- example.json
- steppers.spec.js
- index.js
- commands.js
- index.js
- .gitignore
- cypress.json
- package-lock.json
- package.json
- config.toml
- run
- default.toml
- plan.sh
- README.md
- _helpers.tpl
- deployment.yaml
- hpa.yaml
- ingress.yaml
- service.yaml
- Chart.yaml
- values.yaml
- -check-docker-compose
- bootstrap
- cibuild
- format
- server
- server-dash
- update
- __init__.py
- base.py
- footer.py
- header.py
- intro.py
- menu.py
- navbar.py
- visualizations.py
- __init__.py
- index.py
- root.py
- sidebar.py
- __init__.py
- callbacks.py
- plotting.py
- additions.yml
- chime-intro.md
- definitions.md
- footer.md
- header.yml
- intro.yml
- latest-updates.md
- sidebar.yml
- visualizations.yml
- __init__.py
- callbacks.py
- templates.py
- __init__.py
- config.py
- app.css
- favicon.ico
- penn-medicine-header.css
- interface.png
- __init__.py
- README.md
- en.yml
- ja.yml
- __init__.py
- base.py
- validators.py
- __init__.py
- parameters.py
- ppe.py
- sir.py
- __init__.py
- charts.py
- spreadsheet.py
- st_app.py
- st_display.py
- __init__.py
- cli.py
- constants.py
- utils.py
- __init__.py
- dash_app.py
- 2020-03-28_projected_admits.csv
- 2020-03-28_projected_census.csv
- 2020-03-28_sim_sir_w_date.csv
- settings.cfg
- 2020-03-28_projected_admits.csv
- 2020-03-28_projected_census.csv
- 2020-03-28_sim_sir_w_date.csv
- settings.cfg
- test_callbacks.py
- test_parameters.py
- test_sir.py
- test_charts.py
- test_st_display.py
- test_cli.py
- __init__.py
- census_df.csv
- conftest.py
- projection_admits.csv
- .bldr.toml
- .dockerignore
- .env.example
- .envrc
- .gitattributes
- .gitignore
- .studiorc
- docker-compose-dash.yml
- docker-compose.yml
- Dockerfile
- Dockerfile.dash
- environment.yml
- heroku.yml
- LICENSE
- MANIFEST.in
- Pipfile
- Pipfile.lock
- Procfile
- pytest.ini
- README.md
- requirements.txt
- runtime.txt
- setup.cfg
- setup.py
- st_app.py
# Installation Guide
1. Get the code
git clone https://github.com/CodeForPhilly/chime
Downloads the entire project code from GitHub to your computer.
cd chime
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
