ritika98 / PriceComparisonPython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PriceComparisonPython

Project Title=>Finding price of an item analysing online shopping websites

Introduction=>

Market Analysis and Prediction is the project on technical analysis, visualization using data provided by various companies Used tabulate to get item information, visualized different aspects of it, and finally looked at a few ways of analyzing it and comparing its price.This project makes heavy use of web scraping using Beautiful Soup.

Procedure=> Step 1: Web scraping-Scrape the data of various products and their pricing using Beautiful soup .

Step 2: Analysis-Collect the data in tables and compare the prices using Tabulate.

Step 3: Output-User can identify the website for a particular item according to their requirements.

Output: screenshot from 2018-11-10 22-21-00

Comparison : [('Snapdeal', 223.0), ('Flipkart', 223.0), ('Amazon', 260.0)]

Outcome=> Analysing prices from different websites of a particular item and finding the best website to buy as per user requirements.

About


Languages

Language:Jupyter Notebook 100.0%