#
tensorflow-js
Here are 277 public repositories matching this topic...
Arbitrary style transfer using TensorFlow.js
-
Updated
Jun 22, 2022 - JavaScript
A TensorFlow.js based AI player platform for T-Rex Runner. T-Rex Runner is originally an easter egg game inside chrome.
-
Updated
Jul 21, 2022 - JavaScript
In-Browser Object Detection using Tiny YOLO on Tensorflow.js
machine-learning
browser
computer-vision
deep-learning
tensorflow
detection
npm-package
yolo
object-detection
tfjs
tensorflow-js
yolo-models
-
Updated
Mar 25, 2019 - JavaScript
A project to make Amazon Echo respond to sign language using your webcam
-
Updated
May 3, 2022 - JavaScript
Learning to track eye movement in the browser
javascript
machine-learning
computer-vision
deep-learning
neural-network
tensorflow
tfjs
tensorflow-js
-
Updated
Jan 29, 2020 - JavaScript
-
Updated
Jul 20, 2022 - JavaScript
Working on some new examples with tensorflow.js and p5.js
-
Updated
Sep 22, 2019 - JavaScript
Play MK.js with TensorFlow.js
-
Updated
Jun 24, 2022 - JavaScript
Interactive Visual Machine Learning Demos.
machine-learning
deep-learning
svm
style-transfer
pca
autoencoder
logistic-regression
visualizations
mlp-classifier
tensorflow-js
vanishing-gradient
-
Updated
Sep 16, 2020 - CSS
Training a Rock Paper Scissors model in the browser via TFJS - Learn along style
react
machine-learning
computer-vision
tensorflow
machinelearning
rock-paper-scissors
rps
tensorflowjs
tensorflow-js
-
Updated
Jun 1, 2022 - JavaScript
Chrome browser extension for using TensorFlow image recognition on web pages
-
Updated
Apr 3, 2022 - JavaScript
A demo application with TensorFlow.js bindings for Angular.
-
Updated
Oct 15, 2020 - TypeScript
[WIP] - Gesture recognition using hardware and Tensorflow.js
-
Updated
Sep 1, 2019 - JavaScript
Designing dialogue systems: A mean, grumpy, sarcastic chatbot in the browser
-
Updated
Jun 4, 2019 - JavaScript
NSFWjs in React Native
-
Updated
Jun 17, 2022 - JavaScript
NSFW classify model implemented with tensorflow.
-
Updated
Jun 21, 2022 - Python
Interactive digital art with head-coupled perspective effect using Three.js and TensorFlow.js
javascript
threejs
machine-learning
creative-coding
face-detection
three-js
tensorflowjs
tensorflow-js
-
Updated
Aug 1, 2021 - JavaScript
Simple GAN example using tensorflow JS core
-
Updated
Jul 7, 2019 - JavaScript
Label images from Unsplash in browser - using MobileNet on Tensorflow.Js
chrome-extension
deep-learning
distributed-computing
volunteer-computing
image-labeling
tensorflow-js
-
Updated
Aug 10, 2021 - JavaScript
Used deep reinforcement learning to train a deep neural network to play tic-tac-toe and deployed using tensorflow.js.
machine-learning
reinforcement-learning
neural-network
keras
convolutional-neural-networks
tensorflow-js
-
Updated
Jun 13, 2022 - Jupyter Notebook
Reinforcement learning in JavaScript & Node.js
nodejs
javascript
reinforcement-learning
deep-deterministic-policy-gradient
tensorflowjs
tensorflow-js
augmented-random-search
-
Updated
Apr 19, 2019 - JavaScript
Tensorflow.js examples with Electron
-
Updated
Aug 27, 2018 - JavaScript
An NSFW Image Classification REST API for effortless Content Moderation built with Node.js, Tensorflow, and Parse Server
nodejs
api
express
node
tensorflow
parse-server
tensorflow-tutorials
node-js
express-js
nsfw
tensorflow-examples
parse-sdk
node-api
parse-community
tensorflow-js
nsfw-recognition
parse-platform
nsfw-classifier
nsfw-app
nsfw-detection
-
Updated
Jun 19, 2021 - JavaScript
Let users control your Vue app using AI and their camera in just 1 line of HTML!
-
Updated
Jun 25, 2022 - Vue
Train your own TensorFlow.js Tic Tac Toe
-
Updated
Jul 9, 2021 - JavaScript
An example of a client side prediction made with TensorFlowJS
-
Updated
Mar 13, 2020 - JavaScript
Identify Diseases in Plants☘️ with Machine Learning on the web using TFJS
react
machine-learning
reactjs
tensorflow
webapp
green
tensorflowjs
tfjs
tensorflow-js
greentech
madewithtfjs
-
Updated
Jan 20, 2022 - Jupyter Notebook
Real-time facial expression gathering
react
aws
machine-learning
node
ai
reactjs
tensorflow
amplify
face-api
appsync
tensorflowjs
tensorflow-js
face-apijs
-
Updated
Jul 21, 2022 - JavaScript
Interactive exploration of MNIST variational autoencoder latent space with React and tensorflow.js.
-
Updated
Feb 26, 2021 - JavaScript
Improve this page
Add a description, image, and links to the tensorflow-js topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tensorflow-js topic, visit your repo's landing page and select "manage topics."
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) {