/ChecXray

A flutter app to detect Covid-19 disease using chest radiographs.

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

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