ResNet is a pre-trained model in Keras that is trained with the help of ImageNet. You can refer to the following syntax to better understand the concept:
keras.applications.resnet.ResNet50 (
include_top = True,
weights = 'imagenet',
input_tensor = None,
input_shape = None,
pooling = None,
classes = 800
)