A webscraper that gathers information about the WuHan Epidemic, then we can use this information to predict the number of patients in the fucture and visualise it on a website.
抓取丁香医生提供的数据来预测未来可能的确诊数量。数据将更新在网页端。
scraper
- A python scraper that downloads the data periodically.
front-end
- An react app that visualise the data and future prediction.
back-end
- A python flask app that augment and fit the data.
data
- Periodically publish the scraped data.
scraper
- Python爬虫,固定时间抓取数据。
front-end
- React 网页前端,用于显示数据。
back-end
- Python Flask后端,用于处理数据以及预测趋势。
data
- 抓取的数据。
scaper
- Completed
front-end
- Completed
back-end
- Completed in BRANCH zac
scaper
- 已完成
front-end
- 已完成
back-end
- 已完成
The data gathering only gathers the total number of confirmed cases
, suspected cases
, cured cases
and death cases
. There is no breakdown of which province the cases occurs in.
这个项目暂时只抓取全部确诊,疑似,治愈以及死亡人数。各省数据暂时不在考虑范围内。 数据抓去频率约为1小时一次。