Clazzy-AI Powered Fashion Recommendation System
Abstract
This project presents an AI-based clothing classification system that identifies the type of garment from an input image using the Fashion-CLIP zero-shot model. Traditional wardrobe or outfit recommendation applications depend on manual tagging of clothing items, making the process slow, inconsistent, and user-dependent. To overcome these limitations, this system uses Fashion-CLIP, a vision–language model trained on large-scale fashion data, to automatically classify clothing without requiring any custom training. The model extracts visual features from the input image and compares them against text-based labels such as “T-shirt,” “jeans,” “dress,” and “shirt,” enabling instant zero-shot classification with high accuracy.
The proposed system supports image uploads, processes them through the Fashion-CLIP pipeline, and outputs the most probable clothing type along with confidence scores. This approach eliminates the need for dataset preprocessing, model training, or manual labeling, making classification efficient and scalable. The system can be integrated with wardrobe recommendation platforms, e-commerce apps, or personal styling tools.
Overall, the project demonstrates a simple yet powerful method for automatically identifying clothing types using advanced vision–language AI models, reducing human effort and enabling smart, real-time fashion understanding.
References
Fashion-MNIST Dataset: https://github.com/zalandoresearch/fashion-mnist
Deep Learning for Fashion: https://www.tensorflow.org/tutorials/keras/classification
Color Theory in Design: https://www.interaction-design.org/literature/article/the-color-system
ResNet Architecture: He, K., et al. (2016). "Deep Residual Learning for Image Recognition"
K-means Clustering: https://scikit-learn.org/stable/modules/clustering.html#k-means
PWA Development: https://web.dev/progressive-web-apps/
React.js Documentation: https://react.dev/
FastAPI Framework: https://fastapi.tiangolo.com/
Firebase Services: https://firebase.google.com/docs
Color Harmony Principles: Itten, J. (1961). "The Art of Color"
Refbacks
- There are currently no refbacks.