{"id":34941937,"url":"https://github.com/roboflow/inference-sdk-js","last_synced_at":"2026-01-13T23:37:18.061Z","repository":{"id":326440842,"uuid":"1095824143","full_name":"roboflow/inference-sdk-js","owner":"roboflow","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-02T14:14:18.000Z","size":136,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-08T15:59:25.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/roboflow.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-11-13T15:08:33.000Z","updated_at":"2026-01-04T01:14:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/roboflow/inference-sdk-js","commit_stats":null,"previous_names":["roboflow/inference-sdk-js"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/roboflow/inference-sdk-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roboflow%2Finference-sdk-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roboflow%2Finference-sdk-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roboflow%2Finference-sdk-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roboflow%2Finference-sdk-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roboflow","download_url":"https://codeload.github.com/roboflow/inference-sdk-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roboflow%2Finference-sdk-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28399524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-12-26T19:19:29.857Z","updated_at":"2026-01-13T23:37:18.043Z","avatar_url":"https://github.com/roboflow.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @roboflow/inference-sdk\n\nLightweight JS client for Roboflow's hosted inference API with WebRTC streaming support for real-time computer vision in the browser.\n\n## Installation\n\n```bash\nnpm install @roboflow/inference-sdk\n```\n\n## Quick Example\n\n```typescript\nimport { useStream, connectors } from '@roboflow/inference-sdk';\nimport { useCamera } from '@roboflow/inference-sdk/streams';\n\nconst stream = await useCamera({ video: { facingMode: \"environment\" } });\nconst connection = await useStream({\n  source: stream,\n  connector: connectors.withProxyUrl('/api/init-webrtc'), // Use backend proxy\n  wrtcParams: { workflowSpec: { /* ... */ } },\n  onData: (data) =\u003e console.log(\"Inference results:\", data)\n});\n\nconst videoElement.srcObject = await connection.remoteStream();\n```\n\nSee the [sample app](https://github.com/roboflow/inferenceSampleApp) for a complete working example.\n\n## Security Warning\n\n**Never expose your API key in frontend code.** Always use a backend proxy for production applications. The sample app demonstrates the recommended proxy pattern.\n\n## Get Started\n\nFor a complete working example with backend proxy setup, see:\n**[github.com/roboflow/inferenceSampleApp](https://github.com/roboflow/inferenceSampleApp)**\n\n## Resources\n\n- [Roboflow Documentation](https://docs.roboflow.com/)\n- [API Authentication Guide](https://docs.roboflow.com/api-reference/authentication)\n- [Workflows Documentation](https://docs.roboflow.com/workflows)\n\n## License\n\nSee the main repository for license information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froboflow%2Finference-sdk-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froboflow%2Finference-sdk-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froboflow%2Finference-sdk-js/lists"}