WardrobeMirror

Overview: The WardrobeMirror project is a content-based fashion recommendation system that suggests outfits and clothing items based on an uploaded image. The system extracts features from the uploaded image, finds similar items using a KNN model, and provides personalized fashion recommendations.

Idea: The idea emerged as a team idea during our course of learning machine learning as the part of our study syllabus.

Challenges: One of the main challenges was training the model with various images of different clothing item ensuring that they return proper output as result.

Technologies Used: Flask, KNN, HTML/CSS , javascript