# keras-model-hub **Repository Path**: summry/keras-model-hub ## Basic Information - **Project Name**: keras-model-hub - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-22 - **Last Updated**: 2025-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Usage Sample '''''''''''' .. code:: python from keras_model_hub import TextCNN model = Sequential([ Embedding(vocab_size, embed_dim, input_length=None, mask_zero=False), TextCNN(num_classes, activation='softmax') ])