GitHub
github.com › bentrevett › pytorch-image-classification
GitHub - bentrevett/pytorch-image-classification: Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision. · GitHub
This repo contains tutorials covering image classification using PyTorch 1.7, torchvision 0.8, matplotlib 3.3 and scikit-learn 0.24, with Python 3.8.
Starred by 1.1K users
Forked by 257 users
Languages Jupyter Notebook
GitHub
github.com › anilsathyan7 › pytorch-image-classification
GitHub - anilsathyan7/pytorch-image-classification: Image classification using pytorch
A simple demo of image classification using pytorch. Here, we use a custom dataset containing 43956 images belonging to 11 classes for training(and validation). Also, we compare three different approaches for training viz. training from scratch, finetuning the convnet and convnet as a feature extractor, with the help of pretrained pytorch models.
Starred by 60 users
Forked by 24 users
Languages Python 100.0% | Python 100.0%
Videos
GitHub
github.com › Mayurji › Image-Classification-PyTorch
GitHub - Mayurji/Image-Classification-PyTorch: Learning and Building Convolutional Neural Networks using PyTorch · GitHub
Starred by 219 users
Forked by 52 users
Languages Python
GitHub
github.com › rdcolema › pytorch-image-classification
GitHub - rdcolema/pytorch-image-classification: Classifying cat and dog images using Kaggle dataset
Classifies an image as containing either a dog or a cat (using Kaggle's public dataset), but could easily be extended to other image classification problems.
Starred by 89 users
Forked by 52 users
Languages Jupyter Notebook 100.0% | Jupyter Notebook 100.0%
GitHub
github.com › rowhitswami › Image-Classification-with-PyTorch
GitHub - rowhitswami/Image-Classification-with-PyTorch: Source Code of Project Image Classification with PyTorch :fire:
November 15, 2018 - Source Code of Project Image Classification with PyTorch :fire: - rowhitswami/Image-Classification-with-PyTorch
Starred by 23 users
Forked by 14 users
Languages Jupyter Notebook 96.8% | Python 3.2% | Jupyter Notebook 96.8% | Python 3.2%
GitHub
github.com › hysts › pytorch_image_classification
GitHub - hysts/pytorch_image_classification: PyTorch implementation of image classification models for CIFAR-10/CIFAR-100/MNIST/FashionMNIST/Kuzushiji-MNIST/ImageNet
July 20, 2022 - PyTorch implementation of image classification models for CIFAR-10/CIFAR-100/MNIST/FashionMNIST/Kuzushiji-MNIST/ImageNet - hysts/pytorch_image_classification
Starred by 1.4K users
Forked by 302 users
Languages Python 72.0% | Jupyter Notebook 28.0% | Python 72.0% | Jupyter Notebook 28.0%
GitHub
github.com › frotms › image_classification_pytorch
GitHub - frotms/image_classification_pytorch: image classification using pytorch-project-template, train a model of classification easily by modifying a json configuration
image classification using pytorch-project-template, train a model of classification easily by modifying a json configuration - frotms/image_classification_pytorch
Starred by 44 users
Forked by 13 users
Languages Python 100.0% | Python 100.0%
GitHub
github.com › jclh › image-classifier-PyTorch
GitHub - jclh/image-classifier-PyTorch: Image classifier for 102 different types of flowers using PyTorch
The objective of this project is to build an application that can be trained on any set of labeled images, using tools in PyTorch. The network instance in the Jupyter notebook is trained on flower images—102 Category Flower Dataset—and provides predictions via a command line application. Below is an example of the type of images included in the dataset: The project in the Jupyter notebook is broken down into three main steps: ... flower-classifier-PyTorch.ipynb: Jupyter notebook including main Python code used in developing the tool.
Forked by 10 users
Languages Jupyter Notebook 91.6% | Python 8.4% | Jupyter Notebook 91.6% | Python 8.4%
GitHub
github.com › bentrevett › pytorch-image-classification › blob › master › 1_mlp.ipynb
pytorch-image-classification/1_mlp.ipynb at master · bentrevett/pytorch-image-classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision. - pytorch-image-classification/1_mlp.ipynb at master · bentrevett/pytorch-image-classification
Author bentrevett
GitHub
github.com › haardikdharma10 › Image-Classifier-using-PyTorch
GitHub - haardikdharma10/Image-Classifier-using-PyTorch: Image Classification system built with PyTorch using Deep Learning concepts in order to recognize different species of flowers.
Image Classification system built with PyTorch using Deep Learning concepts in order to recognize different species of flowers. - haardikdharma10/Image-Classifier-using-PyTorch
Author haardikdharma10
GitHub
github.com › FandosA › Image_Classification_PyTorch
GitHub - FandosA/Image_Classification_PyTorch: Simple convolutional neural network to classify images with PyTorch. · GitHub
This is a simple convolutional neural network to classify images with PyTorch. The model has been designed to classify images using the Intel Image Classification dataset, which can be found in Kaggle here.
Starred by 2 users
Forked by 3 users
Languages Python
GitHub
github.com › spytensor › pytorch-image-classification
GitHub - spytensor/pytorch-image-classification: use pytorch to do image classfiication tasks · GitHub
use pytorch to do image classfiication tasks . Contribute to spytensor/pytorch-image-classification development by creating an account on GitHub.
Starred by 201 users
Forked by 81 users
Languages Python
GitHub
github.com › daisenryaku › pytorch-classification
GitHub - daisenryaku/pytorch-classification: 🍦Image classification with Pytorch.
Starred by 5 users
Forked by 3 users
Languages Python 100.0% | Python 100.0%
GitHub
github.com › karasawatakumi › pytorch-image-classification
GitHub - karasawatakumi/pytorch-image-classification: Simple image classification for custom dataset (pytorch-lightning, timm)
Starred by 28 users
Forked by 3 users
Languages Python 93.1% | Dockerfile 6.9% | Python 93.1% | Dockerfile 6.9%
GitHub
github.com › elinorwahl › pytorch-image-classifier
GitHub - elinorwahl/pytorch-image-classifier: An image classifier built on PyTorch and enabled for both Jupyter Notebooks and Python
An image classifier built on PyTorch and enabled for both Jupyter Notebooks and Python - elinorwahl/pytorch-image-classifier
Author elinorwahl
GitHub
github.com › MIC-DKFZ › image_classification
GitHub - MIC-DKFZ/image_classification: :dart: Deep Learning Framework for Image Classification & Regression in Pytorch for Fast Experiments · GitHub
:dart: Deep Learning Framework for Image Classification & Regression in Pytorch for Fast Experiments - MIC-DKFZ/image_classification
Starred by 58 users
Forked by 2 users
Languages Python
GitHub
github.com › YijinHuang › pytorch-classification
GitHub - YijinHuang/pytorch-classification: A general, feasible, and extensible framework for classification tasks.
A general, feasible and extensible framework for 2D image classification. Easy to configure (model, hyperparameters) Training progress monitoring and visualization · Weighted sampling / weighted loss / kappa loss / focal loss for imbalance ...
Starred by 68 users
Forked by 20 users
Languages Python 100.0% | Python 100.0%
GitHub
github.com › lukazaplotnik › Image-Classification-PyTorch
GitHub - lukazaplotnik/Image-Classification-PyTorch · GitHub
The goal of this project was to build and train an image classifier that is able to recognize different species of flowers. We relied on the so-called transfer learning approach - using pre-trained deep convolutional neural networks (e.g. VGG, DenseNet, AlexNet imported from Pytorch torchvision) as fixed feature extractors and combining them with custom fully-connected classifiers for solving the given task.
Author lukazaplotnik
GitHub
github.com › lynguyenminh › image-classification-pytorch
GitHub - lynguyenminh/image-classification-pytorch: Implement image classification in pytorch · GitHub
This repository implements the following algorithms for image classification using the PyTorch framework:
Starred by 40 users
Forked by 13 users
Languages Python
GitHub
github.com › antonio1151 › Simple-CNN-image-classification-using-pytorch
GitHub - antonio1151/Simple-CNN-image-classification-using-pytorch: This is a simple CNN for image classification using pytorch
As an example, we use Kaggle dataset for classification of image of cats and dogs("https://download.microsoft.com/download/3/E/1/3E1C3F21-ECDB-4869-8368-6DEBA77B919F/kagglecatsanddogs_3367a.zip"). The example download and process the data into training and validation sets. The model for this example is set up in "catvsdog_example.py". For running, it requires to install the next libraries: -PyTorch -torchvision -tqdm -zipfile -cv2 You can create other model for image classification, you only need to provide the dataset in the variable "parameters['dataset']"
Author antonio1151