Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 671 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 671 Bytes

Discovering Disease Outbreaks Starting Repository

Starter repository for Manning PBC: Discovering and Tracking Disease Outbreaks with Data Science and Python

Setup

This project requires Python 3.7 installed with the anaconda distribution.

To install the required libraries in a new virtual environment, run conda env create -f environment.yml from the project root directory. This will install the libraries into a virtual env that can be activated with conda activate discovering-disease-outbreaks.

The data is located at data/headlines.txt. Run jupyter notebook to start a Jupyter Notebook and get coding!