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

    Language:TypeScript17.6k3458453.9k
  • 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

    Language:JavaScript5.2k130201447
  • PINTO_model_zoo

    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.

    Language:Python4k115348615
  • human

    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

    Language:HTML2.8k45299384
  • vladmandic/face-api

    FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS

    Language:HTML98424127180
  • onnx2tf

    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.

    Language:Python874830185
  • thekevinscott/UpscalerJS

    Enhance Images with Javascript and AI. Increase resolution, retouch, denoise, and more. Open Source, Browser & Node Compatible, MIT License.

    Language:TypeScript857116277
  • charliegerard/gaze-detection

    👀 Use machine learning in JavaScript to detect eye movements and build gaze-controlled experiences.

    Language:JavaScript63817445
  • HunterXuan/wx-tfjs-demo

    微信小程序运行 TensorFlow 的 Demo

    Language:TypeScript5381244100
  • ModelDepot/tfjs-yolo-tiny

    In-Browser Object Detection using Tiny YOLO on Tensorflow.js

    Language:JavaScript534192190
  • Volcomix/virtual-background

    Demo on adding virtual background to a live video stream in the browser

    Language:TypeScript5152059127
  • charliegerard/safe-space

    Github action that checks the toxicity level of comments and PR reviews to help make repos safe spaces.

    Language:JavaScript4736511
  • cpury/lookie-lookie

    Learning to track eye movement in the browser

    Language:JavaScript37412285
  • munrocket/parallax-effect

    💫 Parallax effect in javascript using face tracking. An immersive view in 3d with webcam.

    Language:JavaScript3653619
  • charliegerard/whereami.js

    Node.js module to predict indoor location using machine learning and WiFi information 📶

    Language:JavaScript36114117
  • MIRNet-TFJS

    Rishit-dagli/MIRNet-TFJS

    TensorFlow JS models for MIRNet for low-light💡 image enhancement

    Language:Jupyter Notebook3568640
  • openvino2tensorflow

    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.

    Language:Python3431513038
  • nobuco

    AlexanderLutsenko/nobuco

    Pytorch to Keras/Tensorflow/TFLite conversion made intuitive

    Language:Python32945220
  • vladmandic/nudenet

    NudeNet: NSFW Object Detection for TFJS and NodeJS

    Language:JavaScript2781411112
  • tflite2tensorflow

    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.

    Language:Python271133943
  • node-efficientnet

    ntedgi/node-efficientnet

    tensorflowJS implementation of EfficientNet 🚀

    Language:TypeScript26244935
  • WangRongsheng/BestYOLO

    🌟Change the world, it will become a better place. | 以科研和竞赛为导向的最好的YOLO实践框架!

    Language:Python2395536
  • 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.

    Language:TypeScript14591031
  • charliegerard/washOS

    Automatic detection of water running to trigger a countdown in the browser

    Language:JavaScript1404011
  • sanyuered/WeChat-MiniProgram-AR-TFJS

    A WeChat MiniProgram Face AR using TensorFlow.js (TFJS) and a face landmarks detection.

    Language:JavaScript1323631
  • BeTomorrow/ReImproveJS

    A framework using TensorFlow.js for Deep Reinforcement Learning

    Language:TypeScript12351616
  • intelligo-mn/intelligo-node

    Messenger chatbot builder for Node.js. https://intelligo.js.org

    Language:TypeScript1186523
  • vladmandic/pigallery

    PiGallery: AI-powered Self-hosted Secure Multi-user Image Gallery and Detailed Image analysis using Machine Learning, EXIF Parsing and Geo Tagging

    Language:TypeScript10761112
  • 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!

    Language:JavaScript10411231
  • charliegerard/splat

    Motion-controlled Fruit Ninja clone using Three.js & Tensorflow.js

    Language:JavaScript1026015
  • Rishit-dagli/Greenathon-Plant-AI

    Identify Diseases in Plants☘️ with Machine Learning on the web using TFJS

    Language:Jupyter Notebook9141224
  • charliegerard/dark-mode-clap-extension

    Chrome extension to toggle dark mode on Netlify by clapping hands 👏

    Language:JavaScript88206
  • homemade-gpt-js

    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.

    Language:TypeScript832110
  • Face-Mask

    bensonruan/Face-Mask

    Real time webcam face detection, protect yourself from COVID19 with a virtual mask

    Language:JavaScript827340
  • hugozanini/yolov7-tfjs

    Object Detection using Yolov7 in tensorflow.js

    Language:JavaScript823421