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:
- Download the latest Selenium geckodriver executable file for your OS from: https://github.com/mozilla/geckodriver/releases
- Add it to the path variable using export PATH=$PATH:/(your path)
- For individual Myntra scraper - run myntra_standalone.py
- For individual recommender system - run recommender_standalone.py
- For running Amazon, Myntra and Recommender system together - run all3.py
c.csv is the IMDB dataset used