Skip to content

Commit

Permalink
DanielHauschildt/nodejs (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: Mirko Budszuhn <[email protected]>
  • Loading branch information
DanielHauschildt and mirko314 authored Sep 12, 2023
1 parent f6764b7 commit debecff
Show file tree
Hide file tree
Showing 99 changed files with 13,260 additions and 2,410 deletions.
19 changes: 18 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
bundle/models/* filter=lfs diff=lfs merge=lfs -binary
bundle/**/* filter=lfs diff=lfs merge=binary
**/*.onnx filter=lfs diff=lfs merge=binary
**/*.ort filter=lfs diff=lfs merge=binary
**/*.{jpeg,jpg} filter=lfs diff=lfs merge=binary
**/*.png filter=lfs diff=lfs merge=binary
**/*.webp filter=lfs diff=lfs merge=binary
**/*.avif filter=lfs diff=lfs merge=binary
**/*.heic filter=lfs diff=lfs merge=binary
**/*.heif filter=lfs diff=lfs merge=binary
**/*.pdf filter=lfs diff=lfs merge=binary
**/*.psd filter=lfs diff=lfs merge=binary
**/*.mp4 filter=lfs diff=lfs merge=binary
**/*.mov filter=lfs diff=lfs merge=binary
**/*.m4v filter=lfs diff=lfs merge=binary
**/*.mp3 filter=lfs diff=lfs merge=binary
**/*.wav filter=lfs diff=lfs merge=binary
**/*.aif filter=lfs diff=lfs merge=binary
**/*.aiff filter=lfs diff=lfs merge=binary
File renamed without changes.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
dist
tmp
.DS_Store
.vscode
.vscode
.parcel-cache
11 changes: 7 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
node_modules
dist
tmp
build
**/node_modules
**/dist
**/tmp
build
**/package-lock.json
.vscode/
**/public/
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Background Removal in the Browser

<p align="center">
<img src="https://img.ly/static/background-removal-js-logo.png?utm_source=github&utm_medium=project&utm_campaign=bg-removal" width="100" height="100" alt="" />
<img src="https://img.ly/showcases/cesdk/web/s/case-thumbnail/background-removal/background-removal-0.png?utm_source=github&utm_medium=project&utm_campaign=bg-removal" alt="background removal js showcase" />
</p>

Remove backgrounds from images directly in the browser environment with ease and no additional costs or privacy concerns.
Explore an [interactive demo](https://img.ly/showcases/cesdk/web/background-removal/web?utm_source=github&utm_medium=project&utm_campaign=bg-removal).

## News

- **`September 12th, 2023`:** We released the code of Background Removal for NodeJs (see `packages/node`).
- **`June 28th, 2023`:** We released the code of Background Removal for Web (see `packages/web`).
- **`June 28th, 2023`:** We released the code of Background Removal JS.

## Overview
Expand All @@ -25,10 +26,6 @@ The key features of `@imgly/background-removal` are:

The Neural Network ([ONNX model](https://onnx.ai/)) and WASM files used by `@imgly/background-removal` are hosted on [UNPKG](https://www.unpkg.com/), making it readily available for download to all users of the library. See the section Custom Asset Serving if you want to host data on your own servers.

<p align="center">
<img src="https://img.ly/showcases/cesdk/web/s/case-thumbnail/background-removal/background-removal-0.png?utm_source=github&utm_medium=project&utm_campaign=bg-removal" alt="background removal js showcase" />

</p>

## Installation

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions examples/vite-project/.vite/deps_temp_330b8fd7/package.json

This file was deleted.

Loading

0 comments on commit debecff

Please sign in to comment.