All Projects → UniversalDataTool → coronavirus-mask-image-dataset

UniversalDataTool / coronavirus-mask-image-dataset

Licence: MIT License
Image dataset from Instagram of people wearing medical masks, no mask, or a non-medical (DIY) mask

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to coronavirus-mask-image-dataset

rid-covid
Image-based COVID-19 diagnosis. Links to software, data, and other resources.
Stars: ✭ 74 (+29.82%)
Mutual labels:  images, coronavirus, covid-19, covid19
covid19africa
Africa open COVID-19 data working group
Stars: ✭ 47 (-17.54%)
Mutual labels:  coronavirus, covid-19, covid19
coviddata
Daily COVID-19 statistics by country, region, and city
Stars: ✭ 49 (-14.04%)
Mutual labels:  coronavirus, covid-19, covid19
cli-corona
📈 Track COVID-19 (2019 novel Coronavirus) statistics via the command line.
Stars: ✭ 14 (-75.44%)
Mutual labels:  coronavirus, covid-19, covid19
covid19-pr-api
COVID-19 Open API for Datasets in Puerto Rico
Stars: ✭ 21 (-63.16%)
Mutual labels:  coronavirus, covid-19, covid19
Cough-signal-processing
Different methods and techniques for features extraction from audio
Stars: ✭ 42 (-26.32%)
Mutual labels:  coronavirus, covid-19, covid19
covid19
Visualize and compare COVID 19 growth rates of different countries
Stars: ✭ 22 (-61.4%)
Mutual labels:  coronavirus, covid-19, covid19
covidtrackerapiwrapper
CovidSharp is a crossplatform C# API wrapper for the Coronavirus tracking API (https://github.com/ExpDev07/coronavirus-tracker-api)
Stars: ✭ 11 (-80.7%)
Mutual labels:  coronavirus, covid-19, covid19
covid19-visualized
COVID-19 World update with data Visualization (Include Indonesia cases)
Stars: ✭ 23 (-59.65%)
Mutual labels:  coronavirus, covid-19, covid19
COVID19Py
A tiny Python package for easy access to up-to-date Coronavirus (COVID-19, SARS-CoV-2) cases data.
Stars: ✭ 86 (+50.88%)
Mutual labels:  coronavirus, covid-19, covid19
covid19gr
Open Data Aggregation & Knowledge Base Repository for the evolution of the SARS-COV-2 pandemic in Greece.
Stars: ✭ 21 (-63.16%)
Mutual labels:  coronavirus, covid-19, covid19
coronavirus-data
This repository contains data on Coronavirus Disease 2019 (COVID-19) in New York City (NYC), from the NYC Department of Health and Mental Hygiene.
Stars: ✭ 926 (+1524.56%)
Mutual labels:  coronavirus, covid-19, covid19
covid19-resources
Curated list of Coronavirus data & apps
Stars: ✭ 35 (-38.6%)
Mutual labels:  coronavirus, covid-19, covid19
Coronavirus
Java API Wrapper for tracking coronavirus (COVID-19, SARS-CoV-2) via https://git.io/Jvoep
Stars: ✭ 16 (-71.93%)
Mutual labels:  coronavirus, covid-19, covid19
covid-19-image-repository
Anonymized dataset of COVID-19 cases with a focus on radiological imaging. This includes images (x-ray / ct) with extensive metadata, such as admission-, ICU-, laboratory-, and patient master-data.
Stars: ✭ 42 (-26.32%)
Mutual labels:  coronavirus, covid-19, covid19
CoronaVirusOutbreakAPI
A tiny and small program to crawler and analyze outbreak of COVID-19 in world and every country using PHP.
Stars: ✭ 20 (-64.91%)
Mutual labels:  coronavirus, covid-19, covid19
corona tracker
COVID-19 tracking app - submission for https://wirvsvirushackathon.org/
Stars: ✭ 13 (-77.19%)
Mutual labels:  coronavirus, covid-19, covid19
COVID-19-train-audio
COVID-19 Coughs files for training AI models
Stars: ✭ 39 (-31.58%)
Mutual labels:  coronavirus, covid-19, covid19
Bluetooth-ble-beamer-and-scanner-for-tracing-corona-virus-infected-individual
Bluetooth ble beacon beamer and scanner for tracing corona virus infected person similar to Trace Together app
Stars: ✭ 26 (-54.39%)
Mutual labels:  coronavirus, covid-19, covid19
iorestoacasa.work
Frontend of the video calling platform iorestoacasa.work
Stars: ✭ 36 (-36.84%)
Mutual labels:  coronavirus, covid-19, covid19

COVID19 Mask Image Dataset

Note: Instagram has expired the URLs in this repo.

Note: This dataset links to images on Instagram. We do not store or own the images on Instagram.

Image dataset from Instagram of people wearing medical masks, non-medical (DIY) masks, or no mask. Created using the Universal Data Tool for helping people come up with creative solutions for COVID-19 problems. The dataset currently has roughly ~1,205 image samples.

This dataset could be used to build a face mask detector for selfie-type photos.

Examples from Dataset

Getting the Data

Click this to download mask_labels.udt.csv. (you might have to "Save Page As" to save it)

It looks kinda like this:

path . imageUrl output
samples.0 . https://example.com/image1.jpg medical_mask
samples.1 . https://example.com/image2.jpg no_mask
samples.2 . https://example.com/image3.jpg non_medical_mask

How to View

Download the mask_labels.udt.csv file and open it at universaldatatool.com

How to Use

Check out this notebook to see how to use the dataset with fast.ai. You could also download the mask_labels.udt.csv file to use whatever framework you want.

We were able to achieve 93% accuracy prediction accuracy on the dataset (see confusion matrix below):

confusion matrix

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].