Skip to content

Very simple predictions for the spreading of SARS-Cov-2 in Germany

License

Notifications You must be signed in to change notification settings

pinae/Covid-Predict

Repository files navigation

Covid-Predict

Very simple predictions for the spreading of SARS-Cov-2 in Germany.

Virtual environment

Create a Virtualenv with:

python3 -m venv env

Activate it on Windows with:

env\Scripts\activate.bat

On Linux and MacOS use source:

source env/bin/activate

Dependencies

It is always a good idea to update pip and wheel:

pip install -U pip wheel

Install the dependencies using requirements.txt:

pip install -r requirements.txt

Running

Start Jupyter with:

jupyter notebook

Open the Notebook “COVID-19-Predictions” and execute the cells.

About

Very simple predictions for the spreading of SARS-Cov-2 in Germany

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published