{"id":22076256,"url":"https://github.com/shooontan/modelv","last_synced_at":"2025-07-24T12:32:41.482Z","repository":{"id":74265949,"uuid":"260144470","full_name":"shooontan/modelv","owner":"shooontan","description":"This web app allows us to become a virtual model with a webcam and a browser.","archived":false,"fork":false,"pushed_at":"2020-05-15T17:52:41.000Z","size":13820,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-01T09:47:15.473Z","etag":null,"topics":["mmd","opencvjs","virtual-model"],"latest_commit_sha":null,"homepage":"https://modelv.mahoroi.com","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/shooontan.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":"2020-04-30T07:37:15.000Z","updated_at":"2024-04-19T03:42:29.000Z","dependencies_parsed_at":"2023-07-12T04:15:22.838Z","dependency_job_id":null,"html_url":"https://github.com/shooontan/modelv","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/shooontan/modelv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shooontan%2Fmodelv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shooontan%2Fmodelv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shooontan%2Fmodelv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shooontan%2Fmodelv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shooontan","download_url":"https://codeload.github.com/shooontan/modelv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shooontan%2Fmodelv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266844018,"owners_count":23993961,"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-07-24T02:00:09.469Z","response_time":99,"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":["mmd","opencvjs","virtual-model"],"created_at":"2024-11-30T22:13:25.001Z","updated_at":"2025-07-24T12:32:41.462Z","avatar_url":"https://github.com/shooontan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ModelV.\n\nwebカメラとブラウザでバーチャルモデルになれるwebアプリです。\n\n![demo](https://user-images.githubusercontent.com/26014062/81504695-bb14d880-9325-11ea-920c-372a19fb7385.gif)\n\nこのwebアプリでは2つのタブ(もしくはブラウザ)を使います。\n\n1つ目のタブは、webカメラで撮影した映像からフェイストラッキングを行うために使われます。現在は顔の向きと口の開閉動作に対応しています。ここで取得・処理されたデータは2つ目のタブに送信されます。\n\n2つ目のタブでは、1つ目のタブから送信されたトラッキングデータをもとにヴァーチャルモデルを描画するために使われます。\n\n\n## Usage\n\n1. モデルの読み込み\n\n「モデル」ページに移動して、モデルデータを読み込みます。現在対応しているモデルはMMDのみです。\n\n2. 接続設定\n\n新規タブ(もしくは別ブラウザ)を開いて「操作パネル」ページに移動します。「コネクトキーを生成する」ボタンからコネクトキーを取得します。\n\n取得したコネクトキーを「モデル」ページのフォームに入力すると、リターンキーが生成されます。このリターンキーは「操作パネル」ページのフォームに入力します。\n\n「操作パネル」ページを開いているタブと「モデル」ページを開いているタブの接続が確立されると、接続ステータスが「接続中」になります。\n\n3. webカメラ起動\n\n「操作パネル」ページの「カメラ起動」ボタンからカメラを起動します。トラッキングデータに連動してモデルが動きます。\n\n\n## Development\n\n```bash\n# clone this repository\ngit clone https://github.com/shooontan/modelv.git\ncd modelv\n```\n\n### Download static files\n\n```bash\nbash scripts/dlfl.sh\n```\n\n### Build OpenCV.js\n\n```bash\ngit clone https://github.com/opencv/opencv.git\n# git rev-parse HEAD\n# f19d0ae41d112de1e8aba11717462dd1b118342f\n\nbash scripts/build-opencv.sh\n```\n\n### Develop app\n\n```bash\n# install\nnpm install\n\n# develop localhost:3000\nnpm run dev\n\n# production build\nnpm run build\n\n# start localhost:3000\nnpm start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshooontan%2Fmodelv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshooontan%2Fmodelv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshooontan%2Fmodelv/lists"}