Skip to content

Hezonar/compare_items

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

compare_items

To download a ready model load this file - https://drive.google.com/drive/folders/129NieUu-vXop-KHKdkSVh3bB7MnW_yOg?usp=sharing

How to use ?

You need to load model or train, after that you can run main.py and drop your json to neural_input_dir

Your json struct

{ "original_goods": { "name": "... (text)", "image": "... (from url or path ex. 123.jpg)", "description": "... (text)", "price": "... (float)" }, "other_goods": [ { "ads_id": "... (ID of the compared items)", "name": "... (text)", "image": "....(from url or path ex. 123.jpg)", "price": "... (float)", "description": "...(text)" }, ... ] }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published