Skip to content

machine learning model and prediction, which is applied to photos consisting of people

Notifications You must be signed in to change notification settings

focus-storm/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Focus

Focus is a Google Chrome Extension, that utilizes machine learning to remove the background of an image. Although Focus can remove background on all images, it works best with images that contain people.

How Focus Works 💻

Focus is dependent on a pre-trained Tensorflow model explained here. Through semantic segmentation, Focus will classify the object as either a the background, or an object.

Running with Flask

To run Flask:

cd src
export FLASK_APP=app.py
flask run

Running from Source

pyenv shell 3.7x
python app.js

About

machine learning model and prediction, which is applied to photos consisting of people

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published