A Python Package to get covid19 Cases for any Country with Forcast Time Series LSTM
Project description
COVID19 Cases Forcast Time Series By using LSTM
about
A small package of Python to access and track the number of cases of confirmed and deaths and recovered people from the Coronavirus for any country
Installation
pip install covid19-cases
or in colab google cloud
!pip install covid19-cases
Usage
from covid19_cases import corona19
country_name='any_country' #name of country
# to get confirmed count for country in real time
confirmed_count=corona19.confirmed_people(country_name)
#to get deaths count for country in real time
deaths_count=corona19.deaths_people(country_name)
#to get recoverd count in real time
recoverd_count=corona19.recoverd_people(country_name)
Checking
To verify the retrieved data within this library go to worldmeters web site for checking for any coutry
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pycovid19lstm-0.2.0.tar.gz
(4.4 kB
view hashes)
Built Distribution
Close
Hashes for pycovid19lstm-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f92f83ed82163c4e897b1e7a2341f29a8536c993107d99bd2ba362d282be38d |
|
MD5 | de1a5d31034e7ac70e817996a68b250f |
|
BLAKE2b-256 | 45c81556d73dfad50d1489f5ba03788fe68b9213ce0e25c70803fdc7191da111 |