Giter Site home page Giter Site logo

hcc-comorbidities's Introduction

HCC condition classifier

Classifies 6 HCC, gender, age, and RAF score based on frontal chest radiographs

Data directory structure set up as follows:

  • raf_data
    • train.csv
    • test.csv
    • data

Usage:

  • Training: python train.py --data_dir <path_to_data> --checkpoint_dir <checkpoint_save_directory> --size <size_of_xrays> -age_norm <normalization_for_age> --raf_norm <normalization_for_raf> --lr <learning_rate> --epochs <number_of_epochs> --train_batch_size <batch_size_for_training> --test_batch_size <batch_size_for_testing> --num_workers <number_of_workers> --decay_start_epoch <epoch_to_start_lr_decay>
  • Testing: python test.py --data_dir <path_to_data> --checkpoint_path <path_to_checkpoint> --out_path <test_csv_location> --size <size_of_xrays> --age_norm <normalization_for_age> --raf_norm <normalization_for_raf> --only_pred <if_no_csv_file_is_used> --calc_stats <get_specificity_and_sensitivity>

Model weights available upon request to [email protected] for non-commercial use, research purposes only. MIT license.

hcc-comorbidities's People

Contributors

apyrros avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.