kennethleungty/TensorFlow-Transfer-Learning-Image-Classification
Practical Guide to Transfer Learning in TensorFlow for Multiclass Image Classification
This project helps you build an image classifier for your specific needs, even if you don't have a lot of labeled image data or powerful computers. You provide your collection of images that you want to sort into different categories, and the project outputs a tool that can automatically classify new images. This is for anyone who needs to categorize images efficiently without deep machine learning expertise.
No commits in the last 6 months.
Use this if you have a set of images you need to sort into distinct categories and want to leverage existing, powerful image recognition models without building one from scratch.
Not ideal if you need to build a complex image recognition system from scratch that goes beyond simple multiclass classification, or if your images require highly specialized feature extraction.
Stars
7
Forks
10
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 28, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kennethleungty/TensorFlow-Transfer-Learning-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.
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