Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 314 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 314 Bytes

ML4Health_Coughvid

A machine learning model designed to determine COVID-19 status on the basis of coughs crowd-sourced from the COUGHVID database.

TO Install:

From this directory (with setup.py): pip install .

OR

pip install -e . ("editable" - changes will be automatically used without reinstalling)