Skip to content

ashwin95r/ProductMatching

Repository files navigation

ProductMatching

  1. Clone the repository
  2. Install python
  3. Make sure you can import sys and json in python
  4. Run :

    python match.py <products file> <listing file> <result file>

    The result will be written to <result file> in this format :
    { "listings": Array[Listing], "product_name": String }

About

A simple product matching in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages