All Projects β†’ neuml β†’ cord19q

neuml / cord19q

Licence: Apache-2.0 license
COVID-19 Open Research Dataset (CORD-19) Analysis

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to cord19q

aarogya seva
A beautiful 😍 covid-19 app with self - assessment and more.
Stars: ✭ 118 (+118.52%)
Mutual labels:  medical, covid-19
rid-covid
Image-based COVID-19 diagnosis. Links to software, data, and other resources.
Stars: ✭ 74 (+37.04%)
Mutual labels:  medical, covid-19
corona-warn-companion-android
Android App Which Shows Details about CWA Exposures (Requires Root or CCTG or RaMBLE Apps)
Stars: ✭ 131 (+142.59%)
Mutual labels:  covid-19
dicomweb-pacs
Easy to use DICOMWEB enabled PACS with DIMSE services based on sqlite database
Stars: ✭ 42 (-22.22%)
Mutual labels:  medical
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 (-51.85%)
Mutual labels:  covid-19
app
CovidTrace mobile app.
Stars: ✭ 19 (-64.81%)
Mutual labels:  covid-19
covid19-visualized
COVID-19 World update with data Visualization (Include Indonesia cases)
Stars: ✭ 23 (-57.41%)
Mutual labels:  covid-19
wargabantuwarga.com
Inisiatif warga untuk berbagi informasi seputar fasilitas kesehatan dan alat kesehatan untuk COVID-19.
Stars: ✭ 533 (+887.04%)
Mutual labels:  covid-19
data-jp-covid19-vaccination
This is an unofficial repository of CSVs extracted from the Excel files posted on the Prime Minister of Japan website. Auto-updated.
Stars: ✭ 24 (-55.56%)
Mutual labels:  covid-19
awesome-covid19-resources
Awesome list of COVID19 resources
Stars: ✭ 54 (+0%)
Mutual labels:  covid-19
roco-dataset
Radiology Objects in COntext (ROCO): A Multimodal Image Dataset
Stars: ✭ 38 (-29.63%)
Mutual labels:  medical
covid-selftest-macro
μžκ°€μ§„λ‹¨ 맀크둜 μ•±: ν˜„μž¬ κΈ°μ€€μœΌλ‘œ 잘 μž‘λ™ν•˜λŠ” ꡐ윑청 μ½”λ‘œλ‚˜19 μžκ°€μ§„λ‹¨ μžλ™ν™” ν”„λ‘œκ·Έλž¨ (eduro hcs, μ•ˆλ“œλ‘œμ΄λ“œ μ „μš©)
Stars: ✭ 38 (-29.63%)
Mutual labels:  covid-19
covid19-dashboard-vaccini
[WIP] Unofficial example of the COVID-19 vaccinations dashboard
Stars: ✭ 25 (-53.7%)
Mutual labels:  covid-19
covid19-datasets
A list of high quality open datasets for COVID-19 data analysis
Stars: ✭ 56 (+3.7%)
Mutual labels:  covid-19
COVID-19-tweets-for-check-worthiness
COVID-19 Infodemic Twitter dataset
Stars: ✭ 14 (-74.07%)
Mutual labels:  covid-19
pikobar-jabarprov-go-id
Official website PIKOBAR.
Stars: ✭ 43 (-20.37%)
Mutual labels:  covid-19
covid-19-sg
Visualising COVID-19/Coronavirus cases and cluster zones in Singapore
Stars: ✭ 15 (-72.22%)
Mutual labels:  covid-19
CoronaVirus-2019-nCoV-Live-Tracking
CoronaVirus(COVID-19) Live Map Tracker Android Kotlin App
Stars: ✭ 43 (-20.37%)
Mutual labels:  covid-19
iorestoacasa.work
Frontend of the video calling platform iorestoacasa.work
Stars: ✭ 36 (-33.33%)
Mutual labels:  covid-19
corona landkreis fallzahlen scraping
Scraping Germany's local districts websites for newer corona-case-numbers!
Stars: ✭ 17 (-68.52%)
Mutual labels:  covid-19

cord19q: COVID-19 Open Research Dataset (CORD-19) Analysis

COVID-19 Open Research Dataset (CORD-19) is a free resource of scholarly articles, aggregated by a coalition of leading research groups, covering COVID-19 and the coronavirus family of viruses. The dataset can be found on Semantic Scholar and Kaggle.

The cord19q project builds an index over the CORD-19 dataset to assist with analysis and data discovery. A series of COVID-19 related research topics were explored to identify relevant articles and help find answers to key scientific questions.

Tasks

A full list of Kaggle CORD-19 Challenge tasks can be found in this notebook. This notebook and corresponding report notebooks won πŸ† 7 awards πŸ† in the Kaggle CORD-19 Challenge.

The latest tasks are also stored in the cord19q repository.

Installation

cord19q can be installed directly from GitHub using pip. Using a Python Virtual Environment is recommended.

pip install git+https://github.com/neuml/cord19q

Python 3.6+ is supported

Building a model

cord19q relies on paperetl to parse and load the CORD-19 dataset into a SQLite database. paperai is then used to run an AI-Powered Literature Review over the CORD-19 dataset for a list of query tasks.

The following links show how to parse, load and index CORD-19.

The model will be stored in ~/.cord19

Building a report file

A report file is simply a markdown file created from a list of queries. An example:

python -m paperai.report tasks/risk-factors.yml

Once complete a file named tasks/risk-factors.md will be created.

Running queries

The fastest way to run queries is to start a paperai shell

paperai

A prompt will come up. Queries can be typed directly into the console.

Related Efforts

The following is a list of related efforts built off this repository.

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].