""" MLSTRUCT-FP Machine Learning STRUCTural Floor Plan dataset. """ # Basic information __author__ = 'Pablo Pizarro R.' __description__ = 'Machine learning structural floor plan dataset' __email__ = 'pablo@ppizarror.com' __keywords__ = ['ml', 'ai', 'floor plan', 'architectural', 'dataset', 'cnn'] __license__ = 'MIT' __version__ = '0.7.3' # URL __url__ = 'https://github.com/MLSTRUCT/MLSTRUCT-FP' __url_bug_tracker__ = 'https://github.com/MLSTRUCT/MLSTRUCT-FP/issues' __url_documentation__ = 'https://github.com/MLSTRUCT/MLSTRUCT-FP' __url_source_code__ = 'https://github.com/MLSTRUCT/MLSTRUCT-FP'