pic_scanner.log_engine

Attributes

AUTHORS

The authors of the project.

DEFAULT_BASE_URL

str:

FILE_SYSTEM_DEFAULTS

IMAGE_EXTENSIONS

list:

LABEL_DESCRIPTIONS

dict:

PROG_NAME

The name of the program.

RELEASE_MAP

The release map for the project.

UNIT_ABBREVIATION_MAP

dict:

URLS

The URLs used in the project.

VALID_LABELS

set:

VERSION

The version information for the project.

PROG_DIRS

ROOT_LOGGER

MAIN_MOD_LOGGER

MOD_LOGGER

Package Contents

pic_scanner.log_engine.AUTHORS

The authors of the project.

pic_scanner.log_engine.DEFAULT_BASE_URL = 'http://localhost:8080/infer'

str: The default base URL for the API.

pic_scanner.log_engine.FILE_SYSTEM_DEFAULTS
pic_scanner.log_engine.IMAGE_EXTENSIONS = ['.png', '.jpg', '.jpeg', '.bmp', '.tiff']

list: A list of valid image extensions.

pic_scanner.log_engine.LABEL_DESCRIPTIONS

dict: A dictionary that contains the labels and their descriptions.

The keys are the labels and the values are the descriptions.

pic_scanner.log_engine.PROG_NAME = 'IS-NSFW-Scanner'

The name of the program.

pic_scanner.log_engine.RELEASE_MAP

The release map for the project.

pic_scanner.log_engine.UNIT_ABBREVIATION_MAP

dict: A dictionary that maps unit abbreviations to their full names.

pic_scanner.log_engine.URLS

The URLs used in the project.

pic_scanner.log_engine.VALID_LABELS

set: A set of valid labels that can be used to classify images in the dataset.

pic_scanner.log_engine.VERSION

The version information for the project.

pic_scanner.log_engine.PROG_DIRS
pic_scanner.log_engine.ROOT_LOGGER
pic_scanner.log_engine.MAIN_MOD_LOGGER
pic_scanner.log_engine.MOD_LOGGER