{"id":26149552,"url":"https://github.com/ghostrick/vision-api-hobby","last_synced_at":"2026-05-27T21:31:53.829Z","repository":{"id":100321952,"uuid":"151532301","full_name":"ghostrick/vision-api-hobby","owner":"ghostrick","description":"🐕 VisionAPIで遊んだ","archived":false,"fork":false,"pushed_at":"2018-10-04T07:25:37.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T05:41:14.918Z","etag":null,"topics":["elixir","google-cloud-platform","vision-api"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/ghostrick.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":"2018-10-04T07:09:24.000Z","updated_at":"2018-10-04T07:25:38.000Z","dependencies_parsed_at":"2023-06-26T01:12:41.864Z","dependency_job_id":null,"html_url":"https://github.com/ghostrick/vision-api-hobby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ghostrick/vision-api-hobby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostrick%2Fvision-api-hobby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostrick%2Fvision-api-hobby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostrick%2Fvision-api-hobby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostrick%2Fvision-api-hobby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghostrick","download_url":"https://codeload.github.com/ghostrick/vision-api-hobby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostrick%2Fvision-api-hobby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33585203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":["elixir","google-cloud-platform","vision-api"],"created_at":"2025-03-11T05:33:23.030Z","updated_at":"2026-05-27T21:31:53.824Z","avatar_url":"https://github.com/ghostrick.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VisionApiHobby\nLet's play with VisionAPI.\n\n# Usage\n```bash\n$ git clone git@github.com:ghostrick/vision-api-hobby.git\n$ cd vision-api-hobby\n$ cp config/config.exs.sample config/config.exs\n$ vim config/config.exs # Setting goth\n$ mix deps.get\n$ mix compile\n$ iex -S mix\n```\n\n```elixir\n# Detect items and places in the image.\n# Pass local path or url.\n# If you want to pass encoded data(base64).\n# -\u003e VisionApiHobby.Tag.detect_tags(\"...\", encoded: true)\nVisionApiHobby.Tag.detect_tags(\"./image/hoge.jpg\")\n\n# %{\n#   labels: [\"pink\", \"mammal\", \"cartoon\", \"vertebrate\", \"nose\", \"heart\"],\n#   landmarks: []\n# }\n\n# Function that wrapped v1/images:annotate.\nVisionApiHobby.judge_image(\"./image/hoge.jpg\", [\"LABEL_DETECTION\", \"LANDMARK_DETECTION\"])\n\n# Function that download image and encode it with base64.\nVisionApiHobby.Utils.download_image_base64(\"https://.../hoge.jpg\")\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostrick%2Fvision-api-hobby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghostrick%2Fvision-api-hobby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostrick%2Fvision-api-hobby/lists"}