lynguyenminh/image-classification-pytorch
Implement image classification in pytorch
This project helps machine learning engineers and researchers quickly develop and train custom image classification models. You provide organized image datasets, and it outputs a trained model capable of categorizing new images into predefined classes. It's ideal for those who need to classify images efficiently without building a neural network from scratch.
No commits in the last 6 months.
Use this if you are a machine learning practitioner looking to apply advanced image classification models like EfficientNet or ResNet to your specific datasets using transfer learning.
Not ideal if you are looking for a no-code solution or a tool for general image processing tasks beyond classification.
Stars
40
Forks
13
Language
Python
License
MIT
Category
Last pushed
Feb 20, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/lynguyenminh/image-classification-pytorch"
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...