tfjs
There are 271 repositories under tfjs topic.
justadudewhohacks/face-api.js
JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
tensorspace-team/tensorspace
Neural network 3D visualization framework, build interactive and intuitive model in browsers, support pre-trained deep learning models from TensorFlow, Keras, TensorFlow.js
PINTO0309/PINTO_model_zoo
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.
vladmandic/human
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
vladmandic/face-api
FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS
PINTO0309/onnx2tf
Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC). The purpose of this tool is to solve the massive Transpose extrapolation problem in onnx-tensorflow (onnx-tf). I don't need a Star, but give me a pull request.
thekevinscott/UpscalerJS
Enhance Images with Javascript and AI. Increase resolution, retouch, denoise, and more. Open Source, Browser & Node Compatible, MIT License.
charliegerard/gaze-detection
👀 Use machine learning in JavaScript to detect eye movements and build gaze-controlled experiences.
HunterXuan/wx-tfjs-demo
微信小程序运行 TensorFlow 的 Demo
ModelDepot/tfjs-yolo-tiny
In-Browser Object Detection using Tiny YOLO on Tensorflow.js
Volcomix/virtual-background
Demo on adding virtual background to a live video stream in the browser
charliegerard/safe-space
Github action that checks the toxicity level of comments and PR reviews to help make repos safe spaces.
cpury/lookie-lookie
Learning to track eye movement in the browser
munrocket/parallax-effect
💫 Parallax effect in javascript using face tracking. An immersive view in 3d with webcam.
charliegerard/whereami.js
Node.js module to predict indoor location using machine learning and WiFi information 📶
Rishit-dagli/MIRNet-TFJS
TensorFlow JS models for MIRNet for low-light💡 image enhancement
PINTO0309/openvino2tensorflow
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.
AlexanderLutsenko/nobuco
Pytorch to Keras/Tensorflow/TFLite conversion made intuitive
vladmandic/nudenet
NudeNet: NSFW Object Detection for TFJS and NodeJS
PINTO0309/tflite2tensorflow
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.
ntedgi/node-efficientnet
tensorflowJS implementation of EfficientNet 🚀
WangRongsheng/BestYOLO
🌟Change the world, it will become a better place. | 以科研和竞赛为导向的最好的YOLO实践框架!
aaronhma/awesome-tensorflow-js
Awesome TensorFlow.js - A curated list of dedicated resources to master TensorFlow.js
justadudewhohacks/tfjs-tiny-yolov2
Tiny YOLO v2 object detection with tensorflow.js.
charliegerard/washOS
Automatic detection of water running to trigger a countdown in the browser
sanyuered/WeChat-MiniProgram-AR-TFJS
A WeChat MiniProgram Face AR using TensorFlow.js (TFJS) and a face landmarks detection.
BeTomorrow/ReImproveJS
A framework using TensorFlow.js for Deep Reinforcement Learning
intelligo-mn/intelligo-node
Messenger chatbot builder for Node.js. https://intelligo.js.org
vladmandic/pigallery
PiGallery: AI-powered Self-hosted Secure Multi-user Image Gallery and Detailed Image analysis using Machine Learning, EXIF Parsing and Geo Tagging
backstopmedia/deep-learning-browser
Official repository of the book "Deep learning in the browser" published by Bleeding Edge Press August 2018. Find here all of the source code of the demos!
charliegerard/splat
Motion-controlled Fruit Ninja clone using Three.js & Tensorflow.js
Rishit-dagli/Greenathon-Plant-AI
Identify Diseases in Plants☘️ with Machine Learning on the web using TFJS
charliegerard/dark-mode-clap-extension
Chrome extension to toggle dark mode on Netlify by clapping hands 👏
trekhleb/homemade-gpt-js
A minimal TensorFlow.js re-implementation of Karpathy's minGPT (Generative Pre-trained Transformer). The GPT model itself is <300 lines of code.
bensonruan/Face-Mask
Real time webcam face detection, protect yourself from COVID19 with a virtual mask
hugozanini/yolov7-tfjs
Object Detection using Yolov7 in tensorflow.js