xoraus/FashionNet
Learn to build a Fashion Classifier using Convolutional Neural Network.
This project helps anyone interested in automatically categorizing clothing items from images. You input grayscale images of fashion items like shirts, trousers, or shoes, and the system tells you what type of clothing it detects. This is useful for fashion retailers, inventory managers, or anyone needing to sort or analyze clothing visually.
No commits in the last 6 months.
Use this if you need a pre-built example and guide to understand how to automatically identify different types of clothing from images using deep learning.
Not ideal if you need to classify complex fashion designs, recognize specific brands, or work with high-resolution, colored fashion photography.
Stars
11
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Oct 28, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/xoraus/FashionNet"
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...