Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 555 Bytes

File metadata and controls

14 lines (12 loc) · 555 Bytes

Welcome to ChecXray 👋

Version

A flutter app to detect Covid-19 disease using chest radiographs. DO NOT use this for self medical diagnosis, it's not medically approved

Project Structure

.
├── checxray                # Flutter Application
├── covid-model             # Tensorflow training scripts
├── covid-inference         # Inference Flask Server
└── README.md