{"id":22528897,"url":"https://github.com/zaneli/docomocvpy","last_synced_at":"2025-03-28T04:42:12.604Z","repository":{"id":22491110,"uuid":"25830465","full_name":"zaneli/docomocvpy","owner":"zaneli","description":"docomo computer vision API Python wrapper library","archived":false,"fork":false,"pushed_at":"2014-11-06T02:45:53.000Z","size":228,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T05:41:26.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zaneli.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2014-10-27T17:22:35.000Z","updated_at":"2018-05-12T13:15:23.000Z","dependencies_parsed_at":"2022-08-21T06:00:21.935Z","dependency_job_id":null,"html_url":"https://github.com/zaneli/docomocvpy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaneli%2Fdocomocvpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaneli%2Fdocomocvpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaneli%2Fdocomocvpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaneli%2Fdocomocvpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaneli","download_url":"https://codeload.github.com/zaneli/docomocvpy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245972639,"owners_count":20702711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-12-07T07:12:54.006Z","updated_at":"2025-03-28T04:42:12.566Z","avatar_url":"https://github.com/zaneli.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=======\ndocomocvpy\n=======\n\n`docomo 画像認識 API`_ の Python ラッパーライブラリです。\n\n.. image:: https://api.travis-ci.org/zaneli/docomocvpy.png?branch=master\n   :target: https://travis-ci.org/zaneli/docomocvpy\n\nRequirements\n=======\n\n- Python 3.4\n\nInstallation\n=======\n\n::\n\n    $ pip install git+https://github.com/zaneli/docomocvpy\n\nUsage\n=======\n\n::\n\n    from docomocv import DocomoCVClient, Recog\n\n    client = DocomoCVClient(\u003cYOUR_API_KEY\u003e)\n\n    # Get image recognition candidates\n    result = client.recognize('./food_package_img.jpg', Recog.food)\n\n    # Send feedback\n    client.feedback(result['recognitionId'], True)\n\n    # Send feedback to each candidate\n    client.feedback_to_candidate(result['recognitionId'], result['candidates'][0]['itemId'], True)\n\n\n.. _`docomo 画像認識 API`: https://dev.smt.docomo.ne.jp/?p=docs.api.page\u0026api_docs_id=102\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaneli%2Fdocomocvpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaneli%2Fdocomocvpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaneli%2Fdocomocvpy/lists"}