{"id":45148271,"url":"https://github.com/sat-mtl/livepose","last_synced_at":"2026-02-20T02:08:48.323Z","repository":{"id":331022996,"uuid":"1119759702","full_name":"sat-mtl/livepose","owner":"sat-mtl","description":"Pose, blob and object detection software","archived":false,"fork":false,"pushed_at":"2026-02-02T04:52:37.000Z","size":712,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-02T12:33:44.215Z","etag":null,"topics":["blob-detection","pose-detection","yolo"],"latest_commit_sha":null,"homepage":"","language":"QML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sat-mtl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":null,"dco":null,"cla":null}},"created_at":"2025-12-19T19:55:30.000Z","updated_at":"2026-02-02T04:53:57.000Z","dependencies_parsed_at":"2026-01-02T11:05:37.397Z","dependency_job_id":null,"html_url":"https://github.com/sat-mtl/livepose","commit_stats":null,"previous_names":["sat-mtl/livepose"],"tags_count":1,"template":false,"template_full_name":"ossia-templates/score-custom-app-template","purl":"pkg:github/sat-mtl/livepose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sat-mtl%2Flivepose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sat-mtl%2Flivepose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sat-mtl%2Flivepose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sat-mtl%2Flivepose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sat-mtl","download_url":"https://codeload.github.com/sat-mtl/livepose/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sat-mtl%2Flivepose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29638782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"online","status_checked_at":"2026-02-20T02:00:07.535Z","response_time":59,"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":["blob-detection","pose-detection","yolo"],"created_at":"2026-02-20T02:08:45.947Z","updated_at":"2026-02-20T02:08:48.316Z","avatar_url":"https://github.com/sat-mtl.png","language":"QML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"qml/livepose/resources/images/LivePose_logo.png\" alt=\"LivePose Logo\" width=\"80\"\u003e\n  \n  \u003cp\u003e\n    \u003ca href=\"https://github.com/sat-mtl/livepose/actions/workflows/build.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/sat-mtl/livepose/build.yml?style=flat-square\u0026label=build\" alt=\"Build\"\u003e\u003c/a\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Platform-macOS_|_Linux_|_Windows-blue?style=flat-square\" alt=\"Platform\"\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://ossia.io\"\u003e\u003cimg src=\"https://img.shields.io/badge/Powered_by-ossia_score-7B68EE?style=flat-square\" alt=\"ossia score\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://sat.qc.ca\"\u003e\u003cimg src=\"https://img.shields.io/badge/Developed at-Société_des_Arts_Technologiques-00A86B?style=flat-square\" alt=\"SAT\"\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\nLivePose offers a simple way to run computer vision models on live video and send the results to any [OSC](https://en.wikipedia.org/wiki/Open_Sound_Control)-compatible application. With no programming required, load a model, select your camera, and start streaming data. This release uses [ONNX](https://github.com/onnx/onnx), an open standard for machine learning models, providing a lightweight, cross-platform GUI application.\n\n## Features\n\n- 🧠 Load `.onnx` models (BlazePose, YOLOv8 Pose, ResNet)\n- 📷 Automatic camera detection (plug and play)\n- 🎬 Live video preview\n- 📡 Configurable OSC output\n\n## Use Cases\n\nConnect your output data to **[Pure Data](https://puredata.info/)**, **[Max/MSP](https://cycling74.com/downloads)**, **[Processing](https://processing.org/)**, **[p5.js](https://p5js.org/)**, **[TouchDesigner](https://derivative.ca/UserGuide/TouchDesigner)**, **[SuperCollider](https://supercollider.github.io/)**, **[openFrameworks](https://openframeworks.cc/)**, or any software that receives [OSC](https://en.wikipedia.org/wiki/Open_Sound_Control). Useful for interactive installations, live performance, prototyping, and experimentation. Check [awesome-creative-coding](https://github.com/terkelg/awesome-creative-coding) for more tools and resources.\n\n## Credits\n\nDeveloped by the [Société des Arts Technologiques](https://sat.qc.ca), built on [ossia score](https://ossia.io).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsat-mtl%2Flivepose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsat-mtl%2Flivepose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsat-mtl%2Flivepose/lists"}