Skip to content

kevinkhang2909/item_matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Item Matching tool

How to setup

Create your environment with conda

conda create -n <your_name> python=3.11 -y && conda activate <your_name>

Install with pip:

pip install item-matching

Matching:

path = 'item_matching'
path_db = 'database.csv'
path_q = 'query.csv'
Matching(path, path_db, path_q)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages