This application is powered by an NLP algorithm which provide users a hassle free shopping experience. This app compare products from Amazon and Flipkart and suggest best matches for a particular product, thereby giving users a direct comparison between products from the two sites.
NOTE: Below listed methods are only for our internal testing and debugging purpose. Once testing is done; app will be deployed and a single link will be provided in this section for production purpose.
$ pip install -r requirements.txt
Download MySQL. Click Here To Download
Install
Amazon.py
,Flipkart.py
,distance_matrices.py
,helperfuncs.py
IVIS_LABS logo.jpg
,MySQL_DB.py
,UI.py
Create a database named
scrapped_db
from MySQL, and include the following table in it:
CREATE TABLE product(id int PRIMARY KEY AUTO_INCREAMENT,
name text, price VARCHAR(10), isprime VARCHAR(10), url text, imgurl text)
Put your username and password within scripts at respective positions for establishing connection with the database Then run the following command in cmd.
$ streamlit run UI.py
Here best matches with highest confidence score along with all the related search results will be shown.
Here all products related to your search query will be shown.