khanmhmdi/FashionMNIST-pytorch-Model-Implementation
This repository contains deep learning models on FashionMNIST(state-of-art dataset).
This repository is for deep learning researchers and students who are exploring computer vision tasks. It provides pre-built deep learning models for classifying clothing images from the FashionMNIST dataset. You can input an image of an apparel item and the models will classify it into categories like 'T-shirt/top', 'Trouser', 'Pullover', etc.
No commits in the last 6 months.
Use this if you are a deep learning practitioner wanting to understand or experiment with image classification using a standard dataset like FashionMNIST.
Not ideal if you are looking for a tool to classify your own custom product images without diving into deep learning model implementation.
Stars
12
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Nov 14, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/khanmhmdi/FashionMNIST-pytorch-Model-Implementation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
open-mmlab/mmfashion
Open-source toolbox for visual fashion analysis based on PyTorch
zalandoresearch/fashion-mnist
A MNIST-like fashion product database. Benchmark :point_down:
levindabhi/cloth-segmentation
This repo contains code and a pre-trained model for clothes segmentation.
liuziwei7/fashion-detection
Fashion Detection in the Wild (Deep Clothes Detector)
zhengyima/mnist-classification
Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic...