Skip to content

Website was created that allows you to make X-ray diagnosis prediction by using the convolutional neural network model.

Notifications You must be signed in to change notification settings

doguilmak/X-Ray-Classification-Website-with-Flask-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Verison of X-Ray Classification Website with Flask

britannica.com

Picture Source: arterys.com


Statement

Within the classification study; there are two different results, in other words, two different output layer results such as PNEUMONIA or NORMAL. Since the study was carried out with a binary dataset, the trained model was compiled with binary_crossentropy loss function. For understanding the methodology you are free to visit the CNN Explainer website.

There are lung X-ray images of people suffering from pneumonia and healthy people. The model was developed with the convolutional neural networks method in line with the images downloaded from Kaggle. The web page was created to integrate the created model with the Flask. In addition, it is aimed to give information about the model and disease on the web page. Users will be able to evaluate themselves in line with their knowledge, show their own X-ray images and understand whether they are suffering from the disease.

Don't you know how to run the flask? Please take a look at VS Code Website. You can see part 1 of the website in here. Before running the app.py, please check the PATH variable in app.py and make sure that it is pointing right path. All details are in cheast_cnn.ipynb file. Convolutional neural network model builded in that file.


Keywords

  • Computer Science
  • Classification
  • Radiography
  • X-Ray
  • Neural Networks
  • Flask
  • Pneumonia

Dataset

Content

The dataset is organized into 3 folders (train, test, val) and contains subfolders for each image category (Pneumonia/Normal). There are 5,863 X-Ray images (JPEG) and 2 categories (Pneumonia/Normal).

Chest X-ray images (anterior-posterior) were selected from retrospective cohorts of pediatric patients of one to five years old from Guangzhou Women and Children’s Medical Center, Guangzhou. All chest X-ray imaging was performed as part of patients routine clinical care.

For the analysis of chest X-ray images, all chest radiographs were initially screened for quality control by removing all low quality or unreadable scans. The diagnoses for the images were then graded by two expert physicians before being cleared for training the AI system. In order to account for any grading errors, the evaluation set was also checked by a third expert.


Acknowledgements

Data

You can access data link on following site.


License

CC BY 4.0

The files associated with this dataset are licensed under a Creative Commons Attribution 4.0 International license.

What does this mean?

You can share, copy and modify this dataset so long as you give appropriate credit, provide a link to the CC BY license, and indicate if changes were made, but you may not do so in a way that suggests the rights holder has endorsed you or your use of the dataset. Note that further permission may be required for any content within the dataset that is identified as belonging to a third party.


Citation

You can access citation on following site.


Preview

You can see the preview of the index.html file as 2392x7126 pixel on the below.

You can see the preview of the predict.html file as 2392x2020 pixel on the below.


Sources


Contact Me

If you have something to say to me please contact me:

  • Twitter: Doguilmak
  • Mail address: doguilmak@gmail.com

About

Website was created that allows you to make X-ray diagnosis prediction by using the convolutional neural network model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages