Skip to content

iamgyz/removebg-human

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-based background removal for human portrait

Fully powered by Tensorflow with the Semantic Segmentation in the Browser: DeepLab v3 Model!

Note: This is just a practice for Tensorflow.js with deeplab model, the trained model and parameters are from the official repo directly.

Live demo

https://rmbg.gyzlab.com/

image

Setup

Install dep

yarn

Launch the development server watching the files for changes.

yarn watch

Done!

How to generate tensorflow-deeplab dependency if need update?

  1. Go to https://github.com/tensorflow/tfjs-models/tree/master/deeplab and download.
  2. Follow instruction to build, and find everything in ./dist folder
  3. Copy everything in the dist folder to /tensoflow-deeplab

Reference

https://www.tensorflow.org/js/models?hl=zh-tw

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

About

AI-based image background removal for human portrait

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors