Welcome to our COVID-19 X-Ray Detector Flask App project. This is where we're using the power of machine learning to detect COVID-19 from chest X-ray images.
This project is a Flask-based web application that uses ensemble modeling and progressive image scaling to recognize COVID-19 from medical CT scan imaging. It achieves over 86% accuracy, which is pretty impressive!
git clone https://github.com/ManikantaSanjay/covid_xray_detector_flask_app.git
cd covid_xray_detector_flask_app
pip install requirements.txt
flask run app.py
To view the App, Open your browser at http://121.0.0.1:5000
The model.h5
file contains the pre-trained weights saved from model training.
We've used data from this Kaggle dataset.
Please contribute using GitHub Flow. Create a branch, add commits, and open a pull request.
If you like what you see, give us a star ⭐. Thanks and happy coding! 🚀
This project is licensed under the MIT License.