Skip to content

React based application that is able to segment the different parts of a human body according to color. This application is build using Tensorflow JS as its main dependency.

Notifications You must be signed in to change notification settings

NihalNooney/BodySegmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

BodySegmentation

Summary

This software application uses a person's webcam to segment the different parts of their body as different colors. The main dependency is the trained TensorflowJS model which this application is built upon.

How it works

First, the user's webcam is used to get the dimensions that would appropriately fit their screen. Next, these dimensions are set to those of a blank canvas that is then created with the set dimensions. After, the TensorflowJS model plots points on the user's body which is then used for body segmentation and color seperation.

Display

Here are some examples of the Body Segmentation.

nan


Here is another example with more body parts.

sdfdfsd


Dependencies utilized

  • React(JSX & HTML/CSS components)
  • TensorflowJS(Model)

About

React based application that is able to segment the different parts of a human body according to color. This application is build using Tensorflow JS as its main dependency.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published