PACKIARAJ-R/ML-Image-Classification-using-CNN
Built a CNN-based image classification system with data preprocessing, model training, evaluation, and result visualization using accuracy curves and confusion matrix for reliable image recognition.
This project helps you automatically sort images into different categories. You provide a collection of images, and it uses deep learning to identify and group them based on their content. This is useful for anyone who needs to organize large sets of visual data quickly and accurately.
Use this if you have a dataset of images and need an automated way to classify them into predefined categories.
Not ideal if you need to classify images where the categories are not well-defined or require very subtle, nuanced distinctions.
Stars
28
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jan 31, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/PACKIARAJ-R/ML-Image-Classification-using-CNN"
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...