This is a completely free Live AI Video Chrome Extension Boilerplate for you to play with.
There are more live video boilerplates at: https://github.com/DareFail/AI-Video-Boilerplate-Simple
- Privasee: Cover your browser with a fake excel image when you look away https://chromewebstore.google.com/detail/privasee/kecneekngknmbomkiehccbjkhjgaaedn
-
Frontend: Plain Javascript
-
Live Video: From your webcam, desktop, browser tab, or a local .mp4 or .mov file
-
AI Vision: Integrated with Roboflow (sponsored project)
This is a template for Chrome Extensions that uses live AI video on your webcam, desktop, and browser tabs.
-
Get a free API key from Roboflow to use their vision models.
-
Replace "ROBOFLOW_API_KEY" in content.js
publishable_key="YOUR_ROBOFLOW_KEY_HERE"
If you to submit this as a public chrome extension in the store:
-
Add a ROBOFLOW_API_KEY in content.js
-
Generate Icons for Chrome Extension
-
Put in a 128x128 image in the images folder and call it icon128.png
-
Run Python
python3 -m venv .venv
source .venv/bin/activate
pip install Pillow
python3 generateIcons.py images/icon128.png
- Then put all images in the images folder.
Privasee: Pauses, mutes, and blurs any media when you look away.
- How to use: On any tab, right click "Priva-see"
- Thanks to Roboflow for sponsoring this project. Get your free API key at: Roboflow
Distributed under the APACHE 2.0 License. See LICENSE
for more information.
Twitter: @darefailed
Youtube: How to Video coming soon
Project Link: https://github.com/DareFail/AI-Video-Boilerplate-Chrome