Skip to content

tavuong/covid19-datakit

Repository files navigation

covid19-datakit

Development kit for users to quickly and easily develop his Visualisation or Analysis with default template, lib-programs, and examples.

N|

Publication

towards datas cience Python Development Kit for Visualizing and Modelling covid19-data. Dr. The Anh Vuong, 24.05.2020

towards datas cience Prediction and Analysis of COVID-19 Data: Model — Proposal Algorithm- Vuong Simulator, 07.06.2020

towards datas cience Comparison of COVID-19-data from different locations: Normalization — Showcase — Programming, 23.06.2020

[N|] Data analysis example for GERMANY Data (OWD Data : 2020-10-21)

$ python .\covid19-VuongSimulator.py -c “Germany” -o test.png -m ta -n .\data\new_cases.csv -d .\data\new_deaths.csv -g 0.98 -r 14 -t 7 -s 6

[N|] Comparision Data showcase Test-example with Vuong-Prediction (OWD Data : 2020-10-21)

$ python .\covid19-VuongSimulator.py -c "World" -o test2.png -m ta -n .\data\new_cases.csv -d .\data\new_deaths.csv -g 0.98 -r 14 -t 7 -s 76

WIKI

Codvid19- Datakit WIKI Info for using

Description:

  • Development kit for Covid-Data Analysis and Visualization.
  • User could develop his own model in user_model.py
  • User could develop his own presentation in user_visual.py
  • Users could use Analysis methods in tavuong_model.py (models for reasearch).
  • user could use Visual Templates in tavuong_visual.py for quickly presentaion his data
  • Dr. T.A.Vuong Research for Analysis- Predicttion- Normalizing in tavuong_simulator.py

Features:

  • covid19-datakit.py: dashboard for Development-Kit
  • covid19-VuongSimulator: Analysys- Prediction -Normalizing
  • Input: data source and Parameter (as tests, source from the Internet)
  • Modeling: user_model.py, tavuong_model.py (default)
  • Visualizing: user_visual.py tavuong_visual.py (default)
  • Vuong Simulation: tavuong_simulation.py

Install - Data prepare - Start

Install

$ git clone https://github.com/tavuong/covid19-datakit.git
$ cd ~/covid19-datakit
$ pip install matplotlib
$ pip install mumpy

data prepare:

$ cd ~/covid19-datakit/
  • copy csv-file to ./data (e.g. new_cases.csv)
  • You could find here Data Sources or from other public source

covid19-datakit.py start & dialog

codvid19-datakit DATAKIT - README

covid19-VuongSimulator.py

codvid19-VuongSimulator VuongSimulator README -file

Project : covid19-datakit

Author: Dr.-Ing. The Anh Vuong

Copyright (c) 2020 Dr.-Ing. The Anh Vuong , Germany

License: MIT