COVID-19 Diagnosis from chest X-Ray images using COVID-19 Radiography Dataset.
COVID-19 pneumonia causes the density of the lungs to increase and the imaging techniques play an important role in supporting the diagnosis and grading the severity of disease.
This project can be used for medical purposes.
Accuracy: %96.16
python -m venv .env
source .env/bin/active
pip install -r requirements.txt
python app.py
You can reach the project at localhost:5000.