This is a very simple and basic recomender system that returns top 5 clothes based on the description given to the model. It uses qdrant database which holds the data in an encoded format which makes it easier to prediction. It also involves pre processing of the dataset to get better results.
- Recomends clothes based on the description
- Uses qdrant database for effective storage of the encoded data
- Pre processed the data inorder to get the key features of each outfit.
Install the necessary models from the requirements.txt file and run the model in any platfrom as jupyter notebook or vs code.