Metadata-Version: 2.1 Name: Keras-Applications-3D Version: 0.1.0 Summary: Reference implementations of popular deep learning models for 3D domain Home-page: https://github.com/BbChip0103/keras_application_3D Author: BbChip13 Author-email: bbchip13@gmail.com License: Apache 2.0 Download-URL: https://github.com/BbChip0103/keras_application_3D.git Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: Intended Audience :: Education Classifier: Intended Audience :: Science/Research Classifier: License :: OSI Approved :: Apache Software License Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.6 Classifier: Topic :: Software Development :: Libraries Classifier: Topic :: Software Development :: Libraries :: Python Modules License-File: LICENSE Requires-Dist: numpy (>=1.9.1) Requires-Dist: h5py Requires-Dist: tensorflow (>=2.0.0) Provides-Extra: tests Requires-Dist: pytest ; extra == 'tests' Requires-Dist: pytest-pep8 ; extra == 'tests' Requires-Dist: pytest-xdist ; extra == 'tests' Requires-Dist: pytest-cov ; extra == 'tests' Keras Applications 3D is the `applications` module of the Keras deep learning library for 3D domain. It provides model definitions and pre-trained weights(for the future) for a number of popular archictures, such as VGG16, ResNet50, Xception, MobileNet, and more. Keras Applications is compatible with Python 2.7-3.6 and is distributed under the MIT license.