/fashion-recommendation-system

Created a fashion recommendation system using RESNET

Primary LanguagePython

Fashion Recommender System

Welcome to the Fashion Recommender System! This system utilizes a large fashion product image dataset to recommend similar products based on their features.

Dataset

Kaggle Datasets:

Google Drive Links:

Instructions

Follow these steps to get started:

  1. Install the required dependencies using pip:
    pip install -r requirements.txt

Make sure to check compatibility with your system.

  1. Download the fashion dataset from any of the Kaggle links mentioned above.

  2. Verify that you have both pickle files (embeddings.pkl and filenames.pkl) installed.

  3. Ensure all files are in the same directory.

  4. To launch the web server, execute the following command:

    streamlit run main.py
    

Feel free to explore and enjoy the Fashion Recommender System! If you encounter any issues, don't hesitate to reach out.