-
Google
- San Francisco
- http://www.jasonmayes.com
- in/WebAI
- @jason_mayes
- https://goo.gle/WebAIVideos
- https://goo.gle/Learn-WebAI
-
doesVideoContain Public
This little utility library allows you to ask the most common question when working with video content - does the video contain something you care about? Get videos to watch themselves for you with…
-
web-ai-model-proxy-cache Public
Retrieve large (GBs) AI binary model files from cloud, cache locally as sharded blobs to load faster on 2nd page load, returns stored file as data URL
-
web-ai-demos Public
Forked from GoogleChromeLabs/web-ai-demos -
WebAIAgent Public
A Web AI Agent running entirely client side in browser, that's capable of controlling a fictional flights webpage, to get the job done by using Google's Gemma 2 (2B) model in JavaScript via WebGPU …
-
Web-AI-Spotify-DJ Public
Spotify Web AI DJ - client side agentic smarts using Gemma 2, two billion parameter LLM, to play what a user wants via natural speech input
-
Using headless Chrome on server side environments for true client side browser emulation with NVIDIA T4 GPUs for Web AI model testing or graphical workloads
-
visualblocks Public
Forked from google/visualblocksVisual Blocks for ML is a Google visual programming framework that lets you create ML pipelines in a no-code graph editor. You – and your users – can quickly prototype workflows by connecting drag-…
Python Apache License 2.0 UpdatedAug 24, 2023 -
tfjs-models Public
Forked from tensorflow/tfjs-modelsPretrained models for TensorFlow.js
-
Real-Time-Person-Removal Public
Removing people from complex backgrounds in real time using TensorFlow.js in the web browser
-
tfjs-website Public
Forked from tensorflow/tfjs-websiteWebGL-accelerated ML // linear algebra // automatic differentiation for JavaScript.
-
community Public
Forked from tensorflow/communityStores documents used by the TensorFlow developer community
Apache License 2.0 UpdatedMar 18, 2021 -
-
tfjs Public
Forked from tensorflow/tfjsA WebGL accelerated JavaScript library for training and deploying ML models.
-
Particle-Engine Public
A simple efficient configurable particle engine written in JavaScript using HTML5 canvas 2D which works on desktop and mobile by Jason Mayes
-
JS-Motion-Detection Public
A simple yet fast motion revealing algorithm using the live webcam feed
-
WebGL2Samples Public
Forked from WebGLSamples/WebGL2SamplesShort and easy to understand samples demonstrating WebGL 2 features
-
Twitter-Post-Fetcher Public
Fetch your twitter posts without using the new Twitter 1.1 API. Pure JavaScript! By Jason Mayes
-
three.js Public
Forked from mrdoob/three.jsJavaScript 3D library.
JavaScript MIT License UpdatedOct 5, 2018 -
facenet Public
Forked from davidsandberg/facenetFace recognition using Tensorflow made easier and faster with Node.js + precached Python RPC server
-
Tessel-Multibox-Pointer Public
Use your Tessel with Google Compute Engine GPU instance running Darknet YOLO via a Node.js server to perform multibox detection over websockets. We can then point a servo at the object of interest …
-
A small library written in Google Closure to do common things fast, useful for rapid prototyping in JavaScript.
-
Script to convert all MP4 videos in a zip archive to JPG frames at a desired FPS with unique names. It will then retrain the top layers of a binary image classifier using TensorFlow using these ext…
-
A simple script to set up GCE environment in Google Cloud so it is ready to run TensorFlow - an Open Source Software Library for Machine Intelligence
-
Specify a directory, this script will search it to find all MP4 videos, convert them to JPGs at a desired FPS and resize them to a given size. Super easy!
-
mdl-component-design-pattern Public
A design pattern that elegantly handles the registration of new components such that DOM upgrades are automatically performed on document load, as well as making it super easy to handle upgrades of…
-
wsk-component-design-pattern Public
A design pattern that elegantly handles the registration of new components such that DOM upgrades are automatically performed on document load, as well as making it super easy to handle upgrades of…
-
web-starter-kit Public
Forked from google/web-starter-kitGoogle Web Starter Kit (Beta)
-
handlebars-helper Public
A helper component to make it super easy to use handlebars templates in a re-usable manner. Instead of defining script tags inline in your HTML to define templates you can instead write "template f…
-
Smart-Content-Placer Public
A small JavaScript class to programmatically position content with variable widths and heights and minimizing whitespace gaps. Imagine Pinterest on steroids (Pinterest only allows for variable heig…
-
essential-js-design-patterns Public
Forked from addyosmani/essential-js-design-patternsRepo for 'Learning JavaScript Design Patterns'