Amazon Web Services (AWS)

COVID-19 Data Analysis and Visualization Summary

This is a list of Canadian COVID-19 related data analysis and visualization that I created during 2020/21 pandemic. Canada COVID-19 Case Map – COVID-19 new and total cases and mortalities by Canadian provincial health regions. https://sitrucp.github.io/canada_covid_health_regions Canada COVID-19 Vaccination Schedule – Canada’s current and historical vaccine doses administered and doses distributed. Also includes two distribution […]

COVID-19 Data Analysis and Visualization Summary Read More »

Amazon AWS Transcribe used to get 2020 presidential debate #1 speaker segments

TLDR: I used Amazon Transcribe to transcribe the first presidential debate audio that included timestamps for each word, to create the following speaker timeline visualization (created using a Plotly timeline chart). Click image to view full size visualization. After watching the US 2020 Presidential Debate #1  I was curious to see if there was an

Amazon AWS Transcribe used to get 2020 presidential debate #1 speaker segments Read More »

Amazon AWS Textract – WHO “Draft landscape of COVID-19 candidate vaccines” – convert PDF to csv

TLDR: I extracted text from the WHO’s vaccine candidate PDF file using AWS Textract and made text into a set of interactive web pages . View the AWS Textract PDF extract output csv files in this Github repository and view and interact with the web pages here. The World Health Organization (WHO) maintains a regularly

Amazon AWS Textract – WHO “Draft landscape of COVID-19 candidate vaccines” – convert PDF to csv Read More »

Scraping public health web page using Python, BeautifulSoup4, Requests and Pandas

During the 2020 COVID-19 pandemic in Canada I wanted to get COVID-19 confirmed cases counts data for the city of Montreal. The data I wanted was made freely available by the Quebec Government’s Health Montreal website in a tabular format that was updated regularly.  EDIT: Health Montreal stopped publishing data so the link no longer

Scraping public health web page using Python, BeautifulSoup4, Requests and Pandas Read More »

Scroll to Top