Leveraging the powerful capabilities of pyJedAI, this application offers a comprehensive solution for price comparison and feature evaluation, empowering users to make informed purchasing decisions.
The Product Matching App aims to provide users with a unified view of similar products listed across different online retailers like Amazon and Best Buy. By utilizing advanced entity linking and product matching algorithms, the application facilitates effective comparison shopping.
The data collection process is a critical component of the Product Matching App. We have implemented web scraping bots to gather data from various e-commerce platforms, focusing on essential product attributes such as titles, descriptions, prices, and links. Key strategies include:
The core functionality of our application revolves around product matching, a process significantly enhanced by pyJedAI. By leveraging pyJedAI’s advanced workflows, the app performs precise entity linking, allowing for effective comparison between similar products across different platforms.
The following are examples of product matches identified by the application:
Amazon Product | Price (Amazon) | Best Buy Product | Price (Best Buy) |
---|---|---|---|
Logitech - G915 LIGHTSPEED Full-size Wireless Mechanical GL Clicky Switch Gaming Keyboard with RGB Backlighting - Black | $204.99 | Logitech - G915 LIGHTSPEED Full-size Wireless Mechanical GL Clicky Switch Gaming Keyboard with RGB Backlighting - Black | $204.99 |
MSI Newest GF63 Thin Gaming Laptop, 15.6” FHD 144Hz, Intel i5-11400H, RTX 3050, 16GB RAM, 512GB NVMe SSD, Windows 11, Aluminum Black | $699.99 | MSI - Bravo 15 15.6” 144hz Gaming Laptop FHD - Ryzen 9-7940HS with 16GB Memory - NVIDA GeForce RTX 4060 - 1TB SSD - Aluminum Black | $1,049.99 |
Technics HiFi True Wireless Multipoint Bluetooth Earbuds with Noise Cancelling, 3 Device Multipoint Connectivity, Wireless Charging, Impressive Call Quality, LDAC Compatible - EAH-AZ60M2-S (Silver) | $190.26 | Technics - HiFi True Wireless Earbuds with Noise Cancelling and 3 Device Multipoint Connectivity with Wireless Charging - Silver | $224.99 |
Our app relies on datasets compiled from Amazon and Best Buy, covering a variety of products like smartphones, monitors, laptops, and more. The datasets include detailed attributes necessary for effective product matching.
The app features a Flask-based API that provides endpoints for searching and retrieving matched product data. Users can perform queries to compare product prices and specifications, enhancing their online shopping experience.
/search
: Accepts product search queries and returns matched product data from Amazon and Best Buy./laptops
: Provides a list of available laptop models from Amazon for comparison.To deploy the Product Matching App, follow these steps:
pip install -r requirements.txt
python -u scraper.py --search "logitech keyboard" --max 1000 --retailer amazon
python deduplicate.py --d1 "$file1" --d2 "$file2"
./search.sh
./run_deduplication.sh
Create Database and Deploy API: To create the database and deploy the API, execute:
python to_sql.py
python api_call.py