Skip to content

thierrygrimm/classify-xray-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Header

Classification of X-Ray images with ensemble CNNs Donate

Table of Contents
  1. Project description
  2. Files and data description
  3. Getting Started
  4. Issues
  5. Acknowledgments
  6. License

Project description

This project was part of a competition for by the SCQM Foundation (Swiss Clinical Quality Management in Rheumatic Diseases) and won for best performance. The task was to classify X-Ray images into one of 11 distinct location sites ( classes) as the labels for these images had been lost.

This machine learning solution has prevented having to manually and individually label more than 10'000 X-ray images which has saved time and costs to the organization. Furthermore, the algorithm can be deployed continuously to perform annotation of new images, freeing up time for practitioners.

🌟 Highlights:

  1. Codebase follows PEP8 coding style guidelines, ensuring clean, readable, and maintainable code.
  2. Current state-of-the-art model in computer vision algorithms for smaller datasets.
  3. Ensemble combines two architectures, leveraging their complementary strengths and making the classification more robust.

Files and data description

File structure:

...

(back to top)

Getting started

Requirements

Make sure to install the dependencies:

python -m pip install -r requirements.txt

(back to top)

Issues

Troubleshooting

...

Filing an issue

Found a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to file an issue and make a recommendation.

Acknowledgments

  • The original dataset was received from the SCQM Foundation (Swiss Clinical Quality Management in Rheumatic Diseases).
  • For compliance to healthcare-specific privacy regulation the dataset will not be disclosed publicly.
  • All published models and artifacts have been evaluated to prevent inadvertent disclosure of confidential information.

License

Classification of X-Ray images - an ensemble CNN approach

The MIT License (MIT)

Copyright (c) 2023 Thierry Grimm

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software ("Classification of X-Ray images") and associated documentation 
files (the "Software"), to deal in the Software without restriction, including 
without limitation the rights to use, copy, modify, merge, publish, distribute, 
sublicense, and/or sell copies of the Software, and to permit persons to whom 
the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

Classification of X-Ray images with an ensemble of CNNs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published