This project/repo contains the code for recommending apparel, which recommends the similar apparel of searched appearel.
- Clone this repo to your computer.
- Get into the folder using
cd Amazon-Apparel-Recommendations-Engine
. - Run
mkdir data
. - Switch into the
data
directory usingcd data
. - Download the data files from here. into the
data
directory. - Extract all of the
.zip
files you downloaded. - Remove all the zip files by running
rm *.zip
. - Switch back into the
Amazon-Apparel-Recommendations-Engine
directory usingcd ..
.
- Install the requirements using
pip install -r requirements.txt
.- Make sure you use Python 3.