This project aims at building a Fashion Trend Predictor. For the purpose of the trend prediction, the repo contains the code for the prediction pipeline which consists of the following 3 parts:
- The Instagram Scraper: using Instalooter API-less library has the ability to download
numamount of images from any publicprofileon Instagram within atimeframe - MILpy Image Manipulator: Modifies the scraped images and saves them to a new directory
- Clarifai Color Detector: Detects color of the scraped images and exports the report in the form of a
.csvor.xlsxfile.
- Clone the repo.
- Download the requirements using the requirements.txt file using the following command:
$ pip3 install -r requirements.txt - Run the following command to scrape the images (mode
0) and use (-m 1) to detect colors of the image and export the report:$ python3 unlimited_scraper.py -p "mad_tesla" -n 30 -s '2018-03-09' -e '2017-03-09' -m 0