26 skills found
victor369basu / Real Time Stock Market PredictionIn 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.
andypotato / FingerposeTFJS based finger pose classifier for hand landmarks detected by the MediaPipe Handpose model
patlevin / Tfjs To TfA TensorFlow.js Graph Model Converter
szczyglis-dev / Js AI Body Tracker[JS/TensorFlow] JavaScript library that implements machine learning-based models for human pose estimation and human movement analysis. It allows you to easily implement three neural network models for human pose estimation: MoveNet, PoseNet, and BlazePose. No Node.js is required. TensorFlowJS was used, and an example app is included.
victor369basu / Facial Emotion RecognitionThis repository demonstrates an end-to-end pipeline for real-time Facial emotion recognition application through full-stack development. The frontend is developed in react.js and the backend is developed in FastAPI. The emotion prediction model is built with Tensorflow Keras, and for real-time face detection with animation on the frontend, Tensorflow.js have been used.
ashishpatel26 / Browser Based Models With TensorFlowjsYou may think that machine learning models can only be trained with supercomputers and big data. This first course shows you how you can train and run machine learning models in any browser using TensorFlow.js. You’ll learn techniques for handling data in the browser, and at the end you’ll build a computer vision project that recognizes and classifies objects from a webcam. deeplearning.ai certificate : https://www.coursera.org/account/accomplishments/records/BURZEBYF8K3A
avatsaev / Angular Tensorflowjs ExampleUsing TensorflowJS detection models in Angular
thnak / Yolov7 2 Tensorflowexport any your YOLOv7 model to TensorFlow, TensorFlowJs, ONNX, OpenVINO, RKNN,...
tedhtchang / Bert Sentiment TfjsSentiment Analysis using BERT model and Tensorflowjs
armin3731 / Nestjs Tensorflowjs MicroserviceImplementation of TensorFlowJs models in NestJs microservice architecture
gokulkrishh / Tensorflow Find Object📸 A simple application to demonstrate TensorflowJS using mobile net model to predict objects via camera API.
codetheworld-io / Ts Image ClassificationImage Classification API With NodeJS, TensorflowJS, And MobileNet Model
muridot0 / StylEaseA fast neural style transfer app built using Reiichiro Nakano's Tensorflowjs model. UI built with Reactflow.
novasush / Image Classifier In JavascriptDeploy image classifier on a static website using javascript.
labsensacional / Gestures2anythingUse your webcam to identify gestures and trigger any script
faustomorales / RetinanetjsA simple wrapper to use keras-retinanet models with tensorflowjs.
BadMachine / Tfjs Text Detection CtpnTensorflowJS text detection implementation (inference), mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
Sayan3990 / Browser Based Models With TensorFlowJsMy Solutions for Browser-based Models with TensorFlowJs Course
ajaichemmanam / Posenet ReactWebappThis project uses Posenet Model in TensorflowJS inside a React Webapp. It uses live webcam feed from the browser and runs the posenet model over it.
thisisashukla / Face TrackerFace tracker to detect and analyze lack of attention using facial features.