rajshah4/image_keras
Building an image classifier using keras
This project helps data scientists or researchers build image classification models to automatically categorize images. It takes a collection of images (like photos of cats and dogs) and outputs a trained model that can identify what's in new, unseen images. This is for data scientists, machine learning engineers, or deep learning practitioners who need to classify images.
164 stars. No commits in the last 6 months.
Use this if you are a data scientist or machine learning practitioner who needs to build an image classifier and wants a clear, working example using Keras and TensorFlow with limited image data.
Not ideal if you are a non-technical user looking for a ready-to-use image classification application without writing code or if you are not familiar with Python or R.
Stars
164
Forks
105
Language
Jupyter Notebook
License
—
Category
Last pushed
Aug 16, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/rajshah4/image_keras"
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...