{"id":18248045,"url":"https://github.com/hourout/image_search","last_synced_at":"2026-04-16T02:32:24.317Z","repository":{"id":112515542,"uuid":"216521264","full_name":"Hourout/image_search","owner":"Hourout","description":"Image search with tensorflow2.0.0","archived":false,"fork":false,"pushed_at":"2019-10-21T08:55:45.000Z","size":3,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T18:03:12.390Z","etag":null,"topics":["image-search","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hourout.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-21T08:52:02.000Z","updated_at":"2022-01-24T10:00:37.000Z","dependencies_parsed_at":"2023-05-15T20:30:34.719Z","dependency_job_id":null,"html_url":"https://github.com/Hourout/image_search","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hourout/image_search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hourout%2Fimage_search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hourout%2Fimage_search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hourout%2Fimage_search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hourout%2Fimage_search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hourout","download_url":"https://codeload.github.com/Hourout/image_search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hourout%2Fimage_search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31868497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["image-search","tensorflow"],"created_at":"2024-11-05T09:35:21.481Z","updated_at":"2026-04-16T02:32:24.291Z","avatar_url":"https://github.com/Hourout.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# image_search\nImage search with tf.2.x\n\n\n# example\n```python\nfrom image_search import ImageSearch\n\nfe = ImageSearch()\nfe.reset_feature_folder()\nfe.save_feature('C:/Users/JinqingLee/Desktop/image')\nfe.load_feature()\nscores = fe.search('C:/Users/JinqingLee/Desktop/image/14903831_1200x1000_0.jpg')\n\nimport pyecharts as pe\ndef image_base(img_src, title, subtitle):\n    image = (pe.components.Image()\n             .add(src=img_src)\n             .set_global_opts(title_opts=pe.options.ComponentTitleOpts(title=title, subtitle=subtitle)))\n    return image\nimage_list = []\nfor i in scores:\n    image_list.append(image_base(i[1], str(i[0].numpy().tolist()), ''))\npage = pe.charts.Page(layout=pe.charts.Page.SimplePageLayout).add(*image_list)\npage.render()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhourout%2Fimage_search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhourout%2Fimage_search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhourout%2Fimage_search/lists"}