Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manikantasanjay/covid_xray_detector_flask_app

A simple flask app for detecting covid-19 from chest x-ray images.
https://github.com/manikantasanjay/covid_xray_detector_flask_app

deep-learning flask h5py keras machine-learning python

Last synced: 3 days ago
JSON representation

A simple flask app for detecting covid-19 from chest x-ray images.

Awesome Lists containing this project

README

        

# Hello there, health tech enthusiasts! 👋🩺

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.

## What's it all about? 🤔

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!

## How does it work? 🛠️
### 1> Clone the repo
```bash
git clone https://github.com/ManikantaSanjay/covid_xray_detector_flask_app.git
```

### 2> Change the Directory
```bash
cd covid_xray_detector_flask_app
```
### 3> Installing the Requirements
```bash
pip install requirements.txt
```

### 4> Running the Flask App
```bash
flask run app.py
```
#### To view the App, Open your browser at http://121.0.0.1:5000

## Important Note 📝

The `model.h5` file contains the pre-trained weights saved from model training.

## Dataset 📊

We've used data from this [Kaggle dataset](https://www.kaggle.com/plameneduardo/sarscov2-ctscan-dataset).

## Contributing 🤝

Please contribute using [GitHub Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and open a pull request.

## Support 🙌

If you like what you see, give us a star ⭐. Thanks and happy coding! 🚀

## License 📄

This project is licensed under the MIT License.