Package org.jetbrains.kotlinx.dl.api.inference.imagerecognition

Types

ImageRecognitionModel
Link copied to clipboard
class ImageRecognitionModel(internalModel: InferenceModel, modelType: ModelType<out InferenceModel, out InferenceModel>) : InferenceModel

The light-weight API for solving Image Recognition task with one of the Model Hub models trained on ImageNet dataset.