suraj-deshmukh/Keras-Multi-Label-Image-Classification
Keras- Multi Label Image Classification
This helps researchers or enthusiasts classify natural scene images where a single image might contain multiple elements like 'mountains,' 'sun,' or 'trees.' You input a collection of images, and it outputs a list of all relevant scene tags for each image. This is ideal for anyone needing to automatically categorize or tag large collections of environmental or landscape photographs.
402 stars. No commits in the last 6 months.
Use this if you need to automatically identify and tag multiple features within a single natural scene image.
Not ideal if you only need to classify images into one category, or if your images are not natural scenes.
Stars
402
Forks
116
Language
Jupyter Notebook
License
—
Category
Last pushed
Oct 16, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/suraj-deshmukh/Keras-Multi-Label-Image-Classification"
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.
harvitronix/five-video-classification-methods
Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
AFAgarap/cnn-svm
An Architecture Combining Convolutional Neural Network (CNN) and Linear Support Vector Machine...