Metadata-Version: 2.1
Name: sla-cli
Version: 0.0.20
Summary: A CLI tool designed to help source data for skin lesion research.
Home-page: https://github.com/DavidWalshe93/SL-CLI
Author: David Walshe
Author-email: david.walshe93@gmail.com
License: MIT
Project-URL: Homepage, https://github.com/DavidWalshe93/SL-CLI
Project-URL: Bug Tracker, https://github.com/DavidWalshe93/SL-CLI/issues
Description: # SL-CLI
        
        [![Build Status](https://travis-ci.com/DavidWalshe93/SL-CLI.svg?branch=main)](https://travis-ci.com/DavidWalshe93/SL-CLI)
        [![Coverage Status](https://coveralls.io/repos/github/DavidWalshe93/SL-CLI/badge.svg)](https://coveralls.io/github/DavidWalshe93/SL-CLI)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/b30557dbc38741c6b3e42f8cf9f91870)](https://app.codacy.com/gh/DavidWalshe93/SL-CLI?utm_source=github.com&utm_medium=referral&utm_content=DavidWalshe93/SL-CLI&utm_campaign=Badge_Grade_Settings)
        [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
        
        
        > A CLI tool designed to help source data for skin lesion research.
        
        ## Introduction
        
        While working on an academic project in the domain of automatic skin lesion detection it became clear that there was no
        easy way to track down datasets cited highly in the literature
        
        This is what motivated the creation of **SDA-CLI**.
        
        **SDA-CLI** is targeted toward academic and medical researchers looking to source lesion dataset quickly to accelerate
        their research efforts.
        
        ## Features at a Glance
        
        **Available**
        
        - Dataset summaries and label distribution.
        - Console-based dashboards.
        
        **WIP**
        
        - Matplotlib integration for data distribution visualisation.
        - Dataset downloading (public datasets only).
        - Metadata extraction on applicable datasets.
        - Data background information sources and links.
        - Preprocessing of datasets for *binary classification*.
        
        ## Commands
        
        The following sub sections discuss the how to use the tool.
        
        The following conventions are used to describe tool usage.
        
        ```
        <NAME>                ---> Required argument.
        
        [NAME: DEFAULT_VALUE]  ---> Optional argument showing default value. 
        ```
        
        If unsure of how to use a command, use **-h/--help** on any command to get context on what commands are available and
        what they do.
        
        ### ls
        
        The **ls** command is to gain quick insight into what data is available.
        
        ```shell
        sla-cli ls [regex: '.*']              # Shows a list of dataset names available.
        sla-cli ls -v totals [regex: '.*']    # Shows a list of dataset names and the number of images it contains.
        sla-cli ls -v all [regex: '.*']       # Shows a list of dataset names and a full breakdown of all image label distribution
        ```
        
        A sample of the **sla-cli ls -v all** output is shown below:
        
        ![img.png](docs/img.png)
        *Sample output of 'sla-cli ls -v all' command.*
        
        
Keywords: cancer-research,cancer,skin-lesion,skin,lesion,melanoma,datasets,data,data-acquisition,research,skin-cancer,utility,tool,academic,download,downloader,isic,MEDNODE,DermIS,DermQuest,PAD-UFES-20,MClass,Atlas-of-Dermascopy,HAM10000,BCN20000,DERMOFIT,cli,command-line-tool
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
