web application that provides an automated diagnosis of COVID-19 from chest X-ray image based on a deep Convolutional Neural Network model.
the proposed model produced a classification accuracy of 98%. The preliminary results of this study look promising which can be further improved as more training data becomes available.
- Follow the link to learn more about this project: https://achafi.github.io/myportfolio/xray-covid-detection/
- Install all the libraries mentioned in the requirements.txt file.
- Clone this repository in your local system.
- Open the command prompt from your project directory and run the command python app.py.
Login or signup in order to create virtual app. You can either connect your github profile or download ctl to manually deploy this project.
├── static
│ ├── css
├── script.js
├── template
│ ├── home.html
| |── image-classification-result.html
├── model_files
| ├── dataset_creator.ipynb
| ├── model.h5
| ├── xray_image_classification.ipynb
├── Procfile
├── wsgi.py
├── README.md
├── app.py
├── config.cfg
├── dataset_creator.ipynb
├── Xray_Image_Classification.ipynb
├── model.h5
├── requirements.txt
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result
- Improve the model
- Optimize Flask app.py
- Add Features
. CoroNet: A deep neural network for detection and diagnosis of COVID-19 from chest x-ray images