james77777778/keras-image-models
A library that includes Keras3 layers, blocks and models with pretrained weights, providing support for transfer learning, feature extraction, and more.
This is a collection of pre-trained image models that helps deep learning practitioners quickly implement advanced computer vision tasks. You can input raw images and get classifications, or extract features to use in your own custom models. It's designed for machine learning engineers and researchers working on image recognition, object detection, or similar visual AI applications.
Use this if you need to classify images, extract visual features, or fine-tune state-of-the-art image models for your specific datasets without starting from scratch.
Not ideal if you are working with non-image data or require models specifically for natural language processing or tabular data tasks.
Stars
47
Forks
2
Language
Python
License
Apache-2.0
Category
Last pushed
Jan 01, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/james77777778/keras-image-models"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kratzert/finetune_alexnet_with_tensorflow
Code for finetuning AlexNet in TensorFlow >= 1.2rc0
bamos/densenet.pytorch
A PyTorch implementation of DenseNet.
raghakot/keras-resnet
Residual networks implementation using Keras-1.0 functional API
liuzhuang13/DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
gpleiss/efficient_densenet_pytorch
A memory-efficient implementation of DenseNets