Skip to content

DareFail/AI-Video-Boilerplate-Chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-video-boilerplate-chrome

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

Published:

Features

  • 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)

Getting Started

This is a template for Chrome Extensions that uses live AI video on your webcam, desktop, and browser tabs.

Prerequisites

  1. Get a free API key from Roboflow to use their vision models.

  2. Replace "ROBOFLOW_API_KEY" in content.js


publishable_key="YOUR_ROBOFLOW_KEY_HERE"

Installation

  1. Go to the url: chrome://extensions/

    url
  2. Turn on developer mode

    developermode
  3. Load unpacked

    loadunpacked
  4. Open a new tab

Deployment to Chrome

If you to submit this as a public chrome extension in the store:

  1. Add a ROBOFLOW_API_KEY in content.js

  2. 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.

Included Templates

Privasee: Pauses, mutes, and blurs any media when you look away.

  • How to use: On any tab, right click "Priva-see"

Acknowledgements

  • Thanks to Roboflow for sponsoring this project. Get your free API key at: Roboflow

License

Distributed under the APACHE 2.0 License. See LICENSE for more information.

Contact (feel free to ask questions!)

Twitter: @darefailed

Youtube: How to Video coming soon

Project Link: https://github.com/DareFail/AI-Video-Boilerplate-Chrome

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published