Tencent/tencent-ml-images
Largest multi-label image database; ResNet-101 model; 80.73% top-1 acc on ImageNet
This project provides access to a massive collection of image URLs categorized across thousands of topics. It also offers a pre-trained computer vision model (ResNet-101) that understands these categories. Researchers and machine learning practitioners can use this to train their own models for image recognition tasks, inputting image URLs and outputting categorized images or a fine-tuned model.
3,077 stars. No commits in the last 6 months.
Use this if you need an exceptionally large, multi-category image dataset to train or fine-tune image recognition models for diverse real-world applications.
Not ideal if you need ready-to-use images directly, as you'll need to download them yourself, or if you're looking for a simple, out-of-the-box image classification tool without needing to train models.
Stars
3,077
Forks
511
Language
Python
License
—
Category
Last pushed
Apr 20, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Tencent/tencent-ml-images"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
qubvel/efficientnet
Implementation of EfficientNet model. Keras and TensorFlow Keras.
KichangKim/DeepDanbooru
AI based multi-label girl image classification system, implemented by using TensorFlow.
matlab-deep-learning/Image-Classification-in-MATLAB-Using-TensorFlow
This example shows how to call a TensorFlow model from MATLAB using co-execution with Python.
AFAgarap/cnn-svm
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine...
harvitronix/five-video-classification-methods
Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow