STYLA
Posted on March 2, 2023 • 1 minutes • 161 words
An AI-Powered outfit recommender system for everyday use addresses the challenge of selecting the right outfit that matches personal style preferences and is appropriate for different occasions.
image search
Search photos on deep fashion dataset using natural language descriptions. The search is powered by OpenAI’s CLIP model
CLIP
is a deep learning model that was developed by OpenAI to understand both images and text at the same time. It can be used for a wide variety of tasks, including image classification, image captioning, and image retrieval. CLIP is trained on a large dataset of images and their corresponding text descriptions, which allows it to learn how to associate images with the words that describe them.
all photos from Deep Fashion Dataset were downloaded and processed with CLIP.
The pre-computed feature vectors for all images can then be used to find the best match to a natural language search query.
for Deployment
using Streamlit and ngrok