To recommend similar items/products in e-commerce.
To design a recommendation system for women's apparel that suggests similar products (apparel) to the given product (apparel) in any e-commerce website.
The data has been taken from Amazon.com in a policy compliant manner.
The recommendation engine, uses information about 1,80,000 products and each product will have multiple features named. We will try multiple techniques using text/title and image to recommend similar products/items. Each product/item has 19 features in the raw dataset. Out of these 19 features, we will be using only 7 features namely:
- asin ( Amazon standard identification number)
- brand ( brand to which the product belongs to )
- color ( Color information of apparel, it can contain many colors as a value ex: red and black stripes )
- product_type_name (type of the apperal, ex:Tshirt )
- medium_image_url ( url of the image )
- title (title of the product)
- formatted_price (price of the product)