gsurma/image_classifier
CNN image classifier implemented in Keras Notebook 🖼️.
This project helps you automatically sort images into different categories, like distinguishing between pictures of cats and dogs. You provide folders of labeled images, and it outputs a system that can accurately classify new, unseen images. This is useful for anyone needing to automate image organization or identification, such as researchers, content managers, or hobbyists with large image collections.
185 stars. No commits in the last 6 months.
Use this if you need a straightforward way to train a system to categorize images based on visual content, especially for binary classification tasks.
Not ideal if you need an out-of-the-box solution without any coding or data preparation, or if your images are highly complex and require advanced object detection capabilities.
Stars
185
Forks
96
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Aug 18, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gsurma/image_classifier"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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