Pandemic prediction model from team Asvestis!
Clone this repo with the --recursive flag:
git clone --recursive git@github.com:raymas/EUvsCOVID.git
Install the python submodules in requirements.txt:
pip install -U -r requirements.txt
Start the webserver using:
python app.py
Using jupyter, you can explore data:
From the base folder launch:
jupyter lab
Navigate to notebooks and start predittore_research.ipynb
Connect to localhost:5000
Under GNU GPL v3 LICENSE