Skip to content

kharioki/blur-faces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blur Faces

This is a simple model that applies a blur filter to input image.

This is the simplest implementation. I'll be updating it to use a pretrained model and OpenCV to detect faces and blur them.

Usage

Make sure you have Cog installed.

Build the model:

  cog build

You can run predictions on the model using the following command: (I've included a sample image in the repo)

  cog predict -i image=@samples/house.png -i blur=4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages