All Projects → soheil-mpg → Cancer-recognition-chest-X-Ray

soheil-mpg / Cancer-recognition-chest-X-Ray

Licence: other
Classifying and localizing x-ray images into 5 category of "Normal", "Infiltration", "Atelectasis", "Effusion", and "Pneumothorax"

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Cancer-recognition-chest-X-Ray

AE-CNN
ICVGIP' 18 Oral Paper - Classification of thoracic diseases on ChestX-Ray14 dataset
Stars: ✭ 33 (+135.71%)
Mutual labels:  chest-xray-images, pneumothorax
fuse-device
Use the basic Device functions such as UUID and current localization from Fuse
Stars: ✭ 13 (-7.14%)
Mutual labels:  localization
csv-localizer
Command Line Interface that convert CSV file to iOS, Android or JSON localizable strings
Stars: ✭ 84 (+500%)
Mutual labels:  localization
update localization
A Python Script that helps dealing with localizations in Xcode. It keeps track of Items that are already translated and doesnt replace them like genstrings does but appends new items. Moreover it is possible to specify extensions of files that should be scanned and to specify ignore patterns for Files that should be ignored
Stars: ✭ 39 (+178.57%)
Mutual labels:  localization
schummar-translate
TypeScript powered translation library for React and Node.js.
Stars: ✭ 120 (+757.14%)
Mutual labels:  localization
resource-translator
A GitHub Action that automatically creates machine-translated PRs of translation files. Supported file formats include, .ini, .po, .restext, .resx, .xliff .json.
Stars: ✭ 44 (+214.29%)
Mutual labels:  localization
I18N-Portable
Simple and cross platform internationalization/translations for Xamarin and .NET
Stars: ✭ 102 (+628.57%)
Mutual labels:  localization
turnwing
Type safe & hackable localization library for Haxe
Stars: ✭ 39 (+178.57%)
Mutual labels:  localization
sketch-crowdin
Connect your Sketch and Crowdin projects together
Stars: ✭ 35 (+150%)
Mutual labels:  localization
socitrack
A wearable platform for social interaction studies
Stars: ✭ 16 (+14.29%)
Mutual labels:  localization
iXn
Control your localization of apps
Stars: ✭ 20 (+42.86%)
Mutual labels:  localization
Temp-l10n
Frozen - checkout https://github.com/TartaricAcid/Minecraft-Mod-Language-Package for Minecraft 1.12+
Stars: ✭ 13 (-7.14%)
Mutual labels:  localization
MultiplatformPlayground
Kotlin Multiplatform project in Jetpack Compose & SwiftUI with shared ViewModel layer and File upload
Stars: ✭ 72 (+414.29%)
Mutual labels:  localization
textpacks
Textpattern CMS language files.
Stars: ✭ 25 (+78.57%)
Mutual labels:  localization
NALib
General purpose C sourcecode collection
Stars: ✭ 16 (+14.29%)
Mutual labels:  localization
learnrxjs
Русскоязычная документация RxJS
Stars: ✭ 20 (+42.86%)
Mutual labels:  localization
ngx-translate-module-loader
Highly configurable and flexible translations loader for @ngx-translate/core
Stars: ✭ 31 (+121.43%)
Mutual labels:  localization
JuliaAutonomy
Julia sample codes for Autonomy, Robotics and Self-Driving Algorithms.
Stars: ✭ 21 (+50%)
Mutual labels:  localization
glottos
A PHP 5.3+ Translation/Localization System
Stars: ✭ 70 (+400%)
Mutual labels:  localization
docker-compose
Docker compose for Weblate
Stars: ✭ 62 (+342.86%)
Mutual labels:  localization

Chest-X-Ray

Here we ensemble 3 diffrent models (MobileNet, Inception, Xception) and then classified and localized x-ray images into 5 category, including:

  • Normal
  • Infiltration
  • Atelectasis
  • Effusion
  • Pneumothorax

End result:

Evalutation

each class has been evaluated seperatly and the exact information can be found in notebook. Now let's take a look at the evaluation of Pneumothorax.

Usage

Run "prediction_and_localization.py" and enter the location of your xray image for getting the predictions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].