natanopp / discovering-disease-outbreaks-base

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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