Metadata-Version: 2.1
Name: tensorflow-image-models
Version: 0.0.5
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<br />

pip install tensorflow_image_models==0.0.5

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

Usage<br />

import tensorflow_image_models as tfimm<br />
from tfimm import list_models<br />

list_models()<br />

models list:<br />
DPN92<br />
DPN98<br />
DPN131<br />
DPN107<br />
EfficientNetB0<br />
EfficientNetB1<br />
.....<br />
.....<br />
VGG16<br />
VGG19<br />

Create Model<br />

from tfimm import EfficientNet<br />
model = EfficientNet.EfficientNetB0(classes=10)<br />
model.summary()


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

License<br />
This project is licensed under the MIT License

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

Author<br />
DEEPOLOGY LAB
