bat.apis.deepapi
This module implements the API client for DeepAPI), which is an open source deep learning API service.
Currently supports:
- VGG16_Cifar10
- VGG16_ImageNet
- ResNet50_ImageNet
- InceptionV3_ImageNet
View Source
r''' This module implements the API client for [DeepAPI](https://github.com/wuhanstudio/deepapi)), which is an open source deep learning API service. Currently supports: - VGG16_Cifar10 - VGG16_ImageNet - ResNet50_ImageNet - InceptionV3_ImageNet ''' from bat.apis.deepapi.vgg16_cifar10 import VGG16Cifar10