Metadata-Version: 2.1
Name: tensorflow-image-models
Version: 0.0.1
Summary: Tensorflow image models
Author: Alaa Elmor
Author-email: alaa.m.elmor@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: license.txt

Install

pip install tensorflow_image_models==0.0.1

----------------------------------------------

Usage

 from TFIMM import list_models

 list_models()

 models list:  DPN92
               DPN98
               DPN131
               DPN107
               EfficientNetB0
               EfficientNetB1  
               .....
               .....
               VGG16
               VGG19
 
 Create Model

 from TFIMM import EfficientNet

 model=EfficientNet.EfficientNetB0(classes=10)

 model.summary()

----------------------------------------------

License

This project is licensed under the MIT License

----------------------------------------------

Author

DEEPOLOGY LAB
