From f18e579400babdb2dbc978b4721ea8970bfec332 Mon Sep 17 00:00:00 2001 From: Niraj Lavani <60410421+nirajlavani@users.noreply.github.com> Date: Thu, 30 Sep 2021 03:08:51 -0400 Subject: [PATCH] Update README.md updated image name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68095ca..9457b16 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Searching for deals can be time-consuming which is why we created SmartShopperPr Our developments in SmartShopperProductCheck were achieved using the following technologies: Python3, Django, HTML, and CSS. Any developers who wish to improve SmartShopperProductCheck should have these technologies installed before proceeding. ### What SmartShopperProductCheck is doing under the hood -![SmartShopperProductCheckInternals](https://i.imgur.com/SYvKoeA.jpg) +![SSPC ITERATION1](https://user-images.githubusercontent.com/60410421/135404162-8340b68e-0038-4e5b-939d-26c7336b41e2.jpg) A User looking for a product makes a search via a search bar on the user interface. SmartShopperProductCheck extracts certain keywords from the search. Using an existing .csv file with links to bigbox retailers like Target and Walmart, the program establishes a connection to these retailer links. The program then webscrapes from the links to find the product's general information (name, description, and price) matching that of the keywords extracted from the user search. Products are then outputted to the user interface for the user to view which retailers provide the cheapest price.