{"id":16232312,"url":"https://github.com/mathieudutour/autodraw","last_synced_at":"2025-08-18T18:09:07.310Z","repository":{"id":41142854,"uuid":"88377898","full_name":"mathieudutour/autodraw","owner":"mathieudutour","description":":art: Autodraw API wrapper","archived":false,"fork":false,"pushed_at":"2017-04-15T23:33:33.000Z","size":3,"stargazers_count":41,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-03T03:51:09.973Z","etag":null,"topics":["api","autodraw","wrapper"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/mathieudutour.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}},"created_at":"2017-04-15T22:36:40.000Z","updated_at":"2025-03-05T05:25:30.000Z","dependencies_parsed_at":"2022-08-10T01:36:29.731Z","dependency_job_id":null,"html_url":"https://github.com/mathieudutour/autodraw","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mathieudutour/autodraw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieudutour%2Fautodraw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieudutour%2Fautodraw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieudutour%2Fautodraw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieudutour%2Fautodraw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathieudutour","download_url":"https://codeload.github.com/mathieudutour/autodraw/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieudutour%2Fautodraw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271035844,"owners_count":24688494,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"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":["api","autodraw","wrapper"],"created_at":"2024-10-10T13:08:38.867Z","updated_at":"2025-08-18T18:09:07.279Z","avatar_url":"https://github.com/mathieudutour.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Autodraw API wrapper\n\n## Installation\n\n```\nnpm install --save autodraw\n```\n\n## Usage\n\n```js\nconst autodraw = require('autodraw')\n\nconst shape1 = [\n  {\n    x: 10,\n    y: 5\n  },\n  {\n    x: 40,\n    y: 10\n  }\n]\n\nconst shapes = [\n  shape1\n]\n\nautodraw(shapes).then(results =\u003e {\n  /* array of recognized objects:\n   * [{\n   *    name,\n   *    confidence (closer to 0 == more confident),\n   *    url (url to a svg representing the object),\n   *    url_variant_1,\n   *    url_variant_2\n   * }]\n   */\n})\n```\n\n## Licence\n\nMIT\n\n## Credits\n\nA.I. Powerhouse provided by autodraw.com and A.I. Experiments by Google.\nThis project is just a small wrapper to use the experiment programmatically.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieudutour%2Fautodraw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathieudutour%2Fautodraw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieudutour%2Fautodraw/lists"}