{"id":13621030,"url":"https://github.com/Project-Babble/ProjectBabble","last_synced_at":"2025-04-14T22:33:14.594Z","repository":{"id":45754826,"uuid":"511691083","full_name":"Project-Babble/ProjectBabble","owner":"Project-Babble","description":"A DIY mouth tracking method for VR ","archived":false,"fork":false,"pushed_at":"2025-04-11T23:32:34.000Z","size":586088,"stargazers_count":403,"open_issues_count":8,"forks_count":37,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-12T00:28:54.808Z","etag":null,"topics":["mouth-tracking","torch","torchvision","unity"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Project-Babble.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-07-07T22:27:44.000Z","updated_at":"2025-04-11T23:32:39.000Z","dependencies_parsed_at":"2024-10-22T20:04:03.359Z","dependency_job_id":null,"html_url":"https://github.com/Project-Babble/ProjectBabble","commit_stats":null,"previous_names":["project-babble/projectbabble"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Project-Babble%2FProjectBabble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Project-Babble%2FProjectBabble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Project-Babble%2FProjectBabble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Project-Babble%2FProjectBabble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Project-Babble","download_url":"https://codeload.github.com/Project-Babble/ProjectBabble/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525138,"owners_count":21118619,"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","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":["mouth-tracking","torch","torchvision","unity"],"created_at":"2024-08-01T21:01:01.888Z","updated_at":"2025-04-14T22:33:14.584Z","avatar_url":"https://github.com/Project-Babble.png","language":"Python","readme":"![Babble Logo](https://github.com/Project-Babble/ProjectBabble/blob/6f09c3b091bff996a1ec543e1ac1050a15a636af/Babble.png)\n\n\u003ch3 align=\"center\"\u003e\nProject Babble is a source first mouth tracking project designed to work with any VR headset. We strive to make our models robust to different lighting, cameras, image qualities and facial structures!\n\u003c/h3\u003e\n\n## Interested in selling babble hardware?\nBy defualt Project Babble is under a non-commerical license! Please contact us at projectbabblevr@gmail.com to obtain a commercial license!\n\n## Table of Contents\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Links](#links)\n  \n## Features\n- 100% free and source available! 🌟\n- Fast and robust! 🚀\n- Works with existing blendshape standards! ⚙️\n- Constantly updated and modified! 🔧\n\n## Installation\n### Windows\nHead to the releases section and [download the latest installer](https://github.com/Project-Babble/ProjectBabble/releases/latest).\n\n### MacOS and Linux\nInstall `git`, `curl` and a version of `python` (between `3.8` and `3.12`) for your distro.\n\nThen, copy paste and run the following script into the terminal of your choice:\n\n#### For the latest commit:\n\n```bash\nbash -c \"$(curl -fsSL https://gist.githubusercontent.com/dfgHiatus/e1bce63cd6be1e8645c3b3adfd5b71a6/raw/26561da3b2bcf738f580176229e4853c18ddf554/project-babble-installer-latest.sh)\"\n```\n\n#### For the latest tagged release:\n\n```bash\nbash -c \"$(curl -fsSL https://gist.githubusercontent.com/dfgHiatus/a92a3caae24c1bfab1c7544537a654c5/raw/63573d5c882b4152c9434b9dd4bc888573fe9e98/project-babble-installer-tagged.sh)\"\n```\n\nOnce it's finished installing, you can update and run the Babble app by typing `babble-app` into your terminal. You *should* also be able to run the Windows executable through Wine!\n\n*Sometimes, the update script can error out if there are updates to pull from git. Fear not, re-rerunning the script in most cases fixes things.*\n\n#### Notes on Linux:\n\n##### KDE Plasma\n\nIf your GUI window shows just the top row of radio buttons, set a resolution for the Babble App manually in KDE's Window Settings. 800x600y is a good starting point with plenty of empty space.\n\n---\n\n##### v4l2/v4l-linux\n\nIf you receive a `[\"Error listing UVC devices on Linux ... No such file or directory\"]` when choosing/changing your camera, you'll need to install video4linux (`v4l-utils`) for your distro.\n\nFor Ubuntu or other distros with apt:\n```bash\nsudo apt-get install v4l-utils\n```\n\n---\n\n##### tkinter\n\nIf you receive a `ModuleNotFoundError: No module named 'tkinter'` error message on run, you'll need to install `tkinter` for your distro.\n\nFor Ubuntu or other distros with apt:\n```bash\nsudo apt-get install python3-tk\n```\nFor Fedora:\n```bash\nsudo dnf install python3-tkinter\n```\nFor MacOS:\n```bash\nbrew install python-tk\n```\n\nYou can read more about this [here](https://stackoverflow.com/questions/25905540/importerror-no-module-named-tkinter) and [here](https://stackoverflow.com/questions/36760839/why-does-python-installed-via-homebrew-not-include-tkinter).\n\n---\n\n##### udev\n\nIf you have trouble connecting to your Babble Board (IE being denied permission to access it), you will need to set up and configure [udev](https://docs.platformio.org/en/latest/core/installation/udev-rules.html) rules.\n\n## Usage \nWe have integrations for [VRChat](https://docs.babble.diy/docs/software/integrations/vrc), [Resonite](https://docs.babble.diy/docs/software/integrations/resonite) and [ChilloutVR](https://docs.babble.diy/docs/software/integrations/chilloutVR)!\n\nLooking for something else? Check out our [documentation](https://docs.babble.diy/)!\n\n## Links\n- [Our Discord](https://discord.gg/XAMZmjBktk)\n- [Our Twitter](https://x.com/projectBabbleVR)\n- [Wandb Runs](https://wandb.ai/summerai/ProjectBabble)\n","funding_links":[],"categories":["Table of content","Python"],"sub_categories":["AI Computer Vision"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FProject-Babble%2FProjectBabble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FProject-Babble%2FProjectBabble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FProject-Babble%2FProjectBabble/lists"}