Skip to content

apatra9/scrapeandsuggest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

web scraping and recommendation system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages