Skip to content

Latest commit

 

History

History
63 lines (31 loc) · 858 Bytes

File metadata and controls

63 lines (31 loc) · 858 Bytes

E-COMMERCE SCRAPING + RECOMMENDATION

Packages needed to run the project(make sure you have all the latest up to date versions):

os

sys

threading

urllib,urllib.request, urllib.parse, urllib.error,urllib.request,urllib.error,urllib.parse,http.cookiejar

smtplib

ftplib

datetime,time

bs4

re

csv

numpy

PIL

Image

random

pandas

string

html

requests

selenium

fake_useragent

rake_nltk

sklearn

How to USE:

  1. Download the latest Selenium geckodriver executable file for your OS from: https://github.com/mozilla/geckodriver/releases
  2. Add it to the path variable using export PATH=$PATH:/(your path)
  3. For individual Myntra scraper - run myntra_standalone.py
  4. For individual recommender system - run recommender_standalone.py
  5. For running Amazon, Myntra and Recommender system together - run all3.py

c.csv is the IMDB dataset used