Giter VIP home page Giter VIP logo

tensorflowjs's Introduction

Demos Created using TensorFlow.JS

Facemesh-Camera.html :

Face-Mesh Demo

		Real-time Face Tracking using TensorFlow.js

		Takes live video stream from webcam and creates facemesh
		(facial feature-map) by capturing 468 facial landmark points

		To run using .mp4 video file, simply add
		<source src="VIDEO_PATH" type="video/mp4">
		tag inside <video> </video> in HTML

		and comment out live_webcam() function call..

		Link to TensorFlow.JS FaceMesh model:
		https://github.com/tensorflow/tfjs-models/tree/master/facemesh

Body-Segment.html :

Body-Segmentation Demo

		Body Segmentation using TensorFlow.JS Body-Pix model

		Takes live video stream from web camera, and runs
		segmentation using Body-Pix model from TensorFlow.JS

		Link to TensorFlow.JS Body-Pix model :

		https://github.com/tensorflow/tfjs-models/tree/master/body-pix

Video-Tagging.html :

Video-Tagging Demo

		Identifies animal species in Wild-Life documentary films using
		Mobile-Net Image Classification model in TensorFlow.JS

		Link to TensorFlow.JS Mobile-Net model :

		https://github.com/tensorflow/tfjs-models/tree/master/mobilenet

		Sample video : wild-life.mp4

Object-Detection.html :

Object Detection Demo

		Marks Bounding Boxes around the Objects detected in the video using
		TensorFlow.JS COCO-SSD model..

		Link to TensorFlow.JS COCO-SSD model :

		https://github.com/tensorflow/tfjs-models/tree/master/coco-ssd

Activity-Recognition.html :

Activity Recognition Demo

		Builds a KNN Classifier for Sports Activity Recognition using
		Transfer Learning on a pre-trained model Mobile-Net

		Link to KNN Classifier in TensorFlow.JS :

		https://github.com/tensorflow/tfjs-models/tree/master/knn-classifier

		Activity Recognition can be performed in 3 simple steps:

		1. Compile training video which demonstrates various sports activities
		that you want to capture automatically using Machine Learning

		2. For each activity, capture few screenshots from the training video
		and tag them manually to train the knn-classifier

		3. Run predictions using the knn-classifier

Green-Screen.html :

Chroma-Key Demo

		Extracts person from an input video stream using Body-Pix model in
		TensorFlow.JS and replaces the video backdrop

		Sample background images are provided in this directory 'backdrop-k.jpg'.

		Link to TensorFlow.JS Body-Pix model:

		https://github.com/tensorflow/tfjs-models/tree/master/body-pix

Gesture-Recognition.html :

Hand-Tracking Demo

		Using Hand-Gestures to move objects in Virtual / Augmented Worlds

		Hand Positions are tracked using Hand-Pose model in TensorFlow.JS

		Link to Hand-Pose model:

		https://github.com/tensorflow/tfjs-models/tree/master/handpose

		More gesture-controlled features to Pause, Browse, Scroll, Zoom Media Stream to be added..

Tech Stack: TensorFlow.JS, JavaScript, HTML5, Mobile-Net, Knn-Classifier, Coco-SSD

tensorflowjs's People

Contributors

pamruta avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.