Skip to content

anjieliu121/virus_database

Repository files navigation

virus_database

activate virtual environment

source venv/bin/activate

run streamlit

streamlit run app.py

repository structure

virus_database/
├── respiratory_viruses/
│   ├── data/
│   │   └── dataset.csv
│   ├── megadata/
│   │   └── dataset.json
│   └── report.py
├── covid19/
├── flu/
├── rsv/
├── bird_flu/
├── meyers/
│   ├── overview.py
│   └── contact.py
├── images/
│   ├── img1.png
│   └── img2.jpeg
├── utils/
│   ├── helpers.py
│   └── constants.py
├── venv/
├── .gitignore
├── README.md
└── app.py

color

logo: #008cba

reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published