All Projects → meething → Meething Ml Camera

meething / Meething Ml Camera

Licence: apache-2.0
Machine-Learning powered Virtual Camera with SVG Animation (alpha)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Meething Ml Camera

WebRTCCTV
WebRTCCTV is a signaling server & webapp able to stream from RTSP cameras using WebRTC
Stars: ✭ 32 (-11.11%)
Mutual labels:  camera, webrtc
Thgtoa
The Hitchhiker’s Guide to Online Anonymity
Stars: ✭ 326 (+805.56%)
Mutual labels:  privacy, privacy-protection
Tubumu.Abp.Meeting
An abp module to create meeting app quickly.
Stars: ✭ 15 (-58.33%)
Mutual labels:  conference, webrtc
Balena Cam
Network Camera with Raspberry Pi and WebRTC. Tutorial:
Stars: ✭ 120 (+233.33%)
Mutual labels:  camera, webrtc
Shreddit
Remove your comment history on Reddit as deleting an account does not do so.
Stars: ✭ 669 (+1758.33%)
Mutual labels:  privacy, privacy-protection
Mediadevices Camera Selection
Examples on how to switch devices with the mediaDevices API
Stars: ✭ 124 (+244.44%)
Mutual labels:  camera, webrtc
Server
screen sharing for developers https://screego.net/
Stars: ✭ 3,931 (+10819.44%)
Mutual labels:  webrtc, privacy
Roll Call
📞 Free and reliable audio calls for everyone w/ browser p2p.
Stars: ✭ 1,563 (+4241.67%)
Mutual labels:  webrtc, privacy
Social Amnesia
Forget the past. Social Amnesia makes sure your social media accounts only show your posts from recent history, not from "that phase" 5 years ago.
Stars: ✭ 656 (+1722.22%)
Mutual labels:  privacy, privacy-protection
Hosts
Hostfile blocklist for ads and tracking, updated regularly
Stars: ✭ 398 (+1005.56%)
Mutual labels:  privacy, privacy-protection
Instacam
Instant canvas video
Stars: ✭ 106 (+194.44%)
Mutual labels:  camera, webrtc
Mailtrackerblocker
Email tracker, read receipt and spy pixel blocker plugin for macOS Apple Mail
Stars: ✭ 821 (+2180.56%)
Mutual labels:  privacy, privacy-protection
Phormatics
Using A.I. and computer vision to build a virtual personal fitness trainer. (Most Startup-Viable Hack - HackNYU2018)
Stars: ✭ 79 (+119.44%)
Mutual labels:  camera, webrtc
Hublin
DEPRECATED - An easy and free video conference service based on WebRTC
Stars: ✭ 1,614 (+4383.33%)
Mutual labels:  conference, webrtc
Webrtc Leak Prevent
Prevent WebRTC leaks in Chromium browsers.
Stars: ✭ 182 (+405.56%)
Mutual labels:  webrtc, privacy
Oorja
[archived] effortless video-voice chat with realtime collaborative features. extensible using react components 🙌
Stars: ✭ 270 (+650%)
Mutual labels:  webrtc, privacy
Megachat
MEGA C++ SDK for chat-enabled apps
Stars: ✭ 61 (+69.44%)
Mutual labels:  webrtc, privacy
Ca11
Multi-Protocol Webphone
Stars: ✭ 69 (+91.67%)
Mutual labels:  webrtc, privacy
Gitmask
Contribute Code Anonymously
Stars: ✭ 355 (+886.11%)
Mutual labels:  privacy, privacy-protection
Duckduckgo Privacy Extension
DuckDuckGo Privacy Essentials browser extension for Firefox, Chrome.
Stars: ✭ 692 (+1822.22%)
Mutual labels:  privacy, privacy-protection

mozilla-builders

Meething : Machine-Learning Camera

Machine-Learning powered Virtual MediaDevice extension for any browser-based conferencing service.

ezgif com-optimize (66)

Behind the scenes, the actual camera frames are being processed by PoseNet and FaceMesh producing coordinates used to animate an SVG Character which replaces the camera output, never streaming your real image.

Usage

To test the model without installing any extension, run the following or use glitch:

npm install
npm run build
npm start

Usage as Extension (alpha)

Nothing to compile if you want to use the extension - Follow the instructions to install in your preferred browser:

Chromium
  • download or clone the repo
  • go to chrome://extensions
  • enable Developer Mode
  • Load unpacked
  • Browse to the dist folder with the extension (where the manifest.json file is)
Firefox
  • download or clone the repo
  • go to about:debugging#/runtime/this-firefox
  • Click "Load Temporary Add-on..."
  • Browse to the dist folder with the extension and select the manifest.json file

Usage without Extension

If you want to use this without extension, try our decentralized conference project Meething

Credits

This humble hack-speriment would not be possible without the following projects:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].