Skip to content

priyankabyahatti/eComm_Product_Matching

Repository files navigation

THESIS - ECOMMERCE PRODUCT MATCHING TOOL

This module uses Rule-Based Classification and Machine Learning Based Classification to decide if any two pairs of products are identical or not.

To test this module, it is required to input any supplier inventory file. The file must contain -

  • title
  • default_price_cents
  • eans

The test files are provided in the data folder

To execute -

python3 main.py --supplier_inventory_file

  • supplier_inventory_file: input the path of any supplier inventory file

The Product Matching saved results to local folder named as "results" under product_matching directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages