Skip to content

emmaboecker/rmbg-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remove Background Server

Simple web app with simple frontend to easily remove background from images by dragging onto webpage.

Running

Instructions on how to run this project

Docker

batteries íncluded (recommended)

There is a docker image available on ghcr.io: ghcr.io/emmaboecker/rmbg-server:main

docker-compose.yml:

version: '3.8'

services:
  rmbg-server:
    image: "ghcr.io/emmaboecker/rmbg-server:main"
    ports:
      - "3000:3000"

Dockerfile

There is a Dockerfile available, which can be used, for building it yourself you need the model laying in the same directory when building

NixOs (technically recommended)

Even though this is my personal recommendation and I would like to use it myself, the current version of libonnxruntime in nixpkgs is too old and will not work with this project without a big hastle, so currently you should use docker :(


Credits

Idea from Fireship on YouTube, originally in python, recreated in rust.

About

webserver for removing background from images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages