tensorflowjs
Here are 1,029 public repositories matching this topic...
https://github.com/infinitered/nsfwjs/blob/ebcd41c46087a3f42c6577f96acc53d7a934b068/src/index.ts#L68
Hello, it seems, although not explicit I can save the model to different schemas by referencing the underlying "model" attribute in the model returned by nsfwjs.load() e.g.
`nsfwjs.load(path).then(function (newModel) {
console.log("path", path);
if(newModel) {
Fix Video
Blendshape and kinematics calculator for Mediapipe/Tensorflow.js Face, Eyes, Pose, and Finger tracking models.
-
Updated
Feb 20, 2022 - TypeScript
A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.
-
Updated
Aug 9, 2022 - Python
Convert TensorFlow, Keras, Tensorflow.js and Tflite models to ONNX
-
Updated
Aug 9, 2022 - Jupyter Notebook
-
Updated
Sep 1, 2020 - JavaScript
Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
-
Updated
Jul 31, 2022 - JavaScript
Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gaze Tracking, Gesture Recognition
-
Updated
Aug 8, 2022 - HTML
PyTorch to Keras model convertor
-
Updated
Jun 11, 2022 - Python
Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc
-
Updated
Feb 21, 2022 - TypeScript
In this repository, I have developed the entire server-side principal architecture for real-time stock market prediction with Machine Learning. I have used Tensorflow.js for constructing ml model architecture, and Kafka for real-time data streaming and pipelining.
-
Updated
Feb 3, 2021 - JavaScript
Real-time portrait segmentation for mobile devices
-
Updated
Jan 17, 2021 - Jupyter Notebook
-
Updated
Jun 24, 2021 - JavaScript
Github action that checks the toxicity level of comments and PR reviews to help make repos safe spaces.
-
Updated
Jun 24, 2021 - JavaScript
A project to make Amazon Echo respond to sign language using your webcam
-
Updated
May 3, 2022 - JavaScript
微信小程序运行 TensorFlow 的 Demo
-
Updated
Jul 20, 2022 - TypeScript
Image Upscaling in Javascript. Increase image resolution up to 4x using Tensorflow.js.
-
Updated
Aug 9, 2022 - TypeScript
A reinforcement learning environment for self-driving cars in the browser.
-
Updated
May 14, 2020 - TypeScript
Node.js module to predict indoor location using machine learning and WiFi information
-
Updated
Jun 24, 2021 - JavaScript
Realtime TensorFlow.js + WebGL visualization apps. 3D Hand pose estimation, 3D Human pose estimation, Face swap, Depth estimation, Higher accuracy face detection.
-
Updated
Nov 27, 2020 - JavaScript
A machine learning project. Turn on your webcam. Mona Lisa's eyes will follow you around.
-
Updated
Jul 21, 2022 - Jupyter Notebook
Become a virtual character with just your webcam!
-
Updated
Feb 21, 2022
TFJS based finger pose classifier for hand landmarks detected by the MediaPipe Handpose model
-
Updated
Jul 20, 2022 - JavaScript
This script converts the ONNX/OpenVINO IR model to Tensorflow's saved_model, tflite, h5, tfjs, tftrt(TensorRT), CoreML, EdgeTPU, ONNX and pb. PyTorch (NCHW) -> ONNX (NCHW) -> OpenVINO (NCHW) -> openvino2tensorflow -> Tensorflow/Keras (NHWC/NCHW) -> TFLite (NHWC/NCHW). And the conversion from .pb to saved_model and from saved_model to .pb and from .pb to .tflite and saved_model to .tflite and saved_model to onnx. Support for building environments with Docker. It is possible to directly access the host PC GUI and the camera to verify the operation. NVIDIA GPU (dGPU) support. Intel iHD GPU (iGPU) support.
-
Updated
Aug 2, 2022 - Python
A UI tool for quickly training image classifiers in the browser
-
Updated
Jul 22, 2022 - TypeScript
Play a Beat Saber clone with hand movements using Tensorflow.js & PoseNet
-
Updated
Jun 24, 2021 - JavaScript
Generate saved_model, tfjs, tf-trt, EdgeTPU, CoreML, quantized tflite, ONNX, OpenVINO, Myriad Inference Engine blob and .pb from .tflite. Support for building environments with Docker. It is possible to directly access the host PC GUI and the camera to verify the operation. NVIDIA GPU (dGPU) support. Intel iHD GPU (iGPU) support. Supports inverse quantization of INT8 quantization model.
-
Updated
Jul 18, 2022 - Python
PoseNet Sketchbook is a collection of open source, interactive web experiments designed to allude to the artistic possibilities of using PoseNet (running on tensorflow.js) to create a relationship between movement and machine.
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Aug 8, 2021 - TypeScript
-
Updated
Sep 27, 2020 - JavaScript
Improve this page
Add a description, image, and links to the tensorflowjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tensorflowjs topic, visit your repo's landing page and select "manage topics."


I've ran into this issue for a couple hours and I ended up editing the dist library adding two new functions called
fetchVideoandbufferToVideothat works pretty much like thefetchImageandbufferToImagefunctions.I'll leave it here to help somebody else with the same issue and in case someone wants to include it on future releases.
face-api.js