tensorflowjs
Here are 794 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
-
Updated
Sep 1, 2020 - JavaScript
A repository that shares tuning results of trained models generated by TensorFlow / Keras. Post-training quantization (Weight Quantization, Integer Quantization, Full Integer Quantization, Float16 Quantization), Quantization-aware training. TensorFlow Lite. OpenVINO. CoreML. TensorFlow.js. TF-TRT. MediaPipe. ONNX. [.tflite,.h5,.pb,saved_model,tfjs,tftrt,mlmodel,.xml/.bin, .onnx]
-
Updated
Jul 22, 2021 - Python
PyTorch to Keras model convertor
-
Updated
May 9, 2021 - Python
Github action that checks the toxicity level of comments and PR reviews to help make repos safe spaces.
-
Updated
Jun 24, 2021 - JavaScript
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
A project to make Amazon Echo respond to sign language using your webcam
-
Updated
Jul 30, 2019 - JavaScript
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
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
Jul 30, 2021 - TypeScript
微信小程序运行 TensorFlow 的 Demo
-
Updated
May 7, 2021 - JavaScript
A machine learning project. Turn on your webcam. Mona Lisa's eyes will follow you around.
-
Updated
Jun 17, 2021 - Jupyter Notebook
A UI tool for quickly training image classifiers in the browser
-
Updated
Jul 20, 2021 - TypeScript
Image Upscaling in Javascript. Increase image resolution up to 4x using Tensorflow.js.
-
Updated
Jul 18, 2021 - TypeScript
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
Play a Beat Saber clone with hand movements using Tensorflow.js & PoseNet
-
Updated
Jun 24, 2021 - JavaScript
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
Evolution Simulator with Box2D
-
Updated
Feb 16, 2020 - JavaScript
Finger pose classifier for hand landmarks detected by TensorFlow.js handpose model
-
Updated
May 26, 2021 - JavaScript
-
Updated
Sep 27, 2020 - JavaScript
Automatic detection of water running to trigger a countdown in the browser
-
Updated
Jun 24, 2021 - JavaScript
-
Updated
Dec 1, 2020 - TypeScript
Tensorflow hooks for React.js
-
Updated
Mar 2, 2021 - TypeScript
Interactive Visualization to Build, Train and Test an Autoencoder with Tensorflow.js
-
Updated
Jun 8, 2021 - JavaScript
用 Tensorflow.js 猜猜我的女朋友在想什么. A Tensorflow.js application for facial classification.
-
Updated
Jun 12, 2018 - TypeScript
Tiny YOLO v2 object detection with tensorflow.js.
-
Updated
Dec 13, 2018 - TypeScript
This script converts the 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) -> TFLite (NHWC). 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
Jul 30, 2021 - Python
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