title: Remove Background WebGPU emoji: πΌοΈ colorFrom: purple colorTo: indigo sdk: static pinned: false license: apache-2.0 models:
A simple React + Vite application for running MODNet, a tiny portrait background removal model, locally in the browser using Transformers.js and WebGPU-acceleration.
Follow the steps below to set up and run the application.
Clone this repository to your local machine
Change your working directory to the web application's root directory
Install the necessary dependencies using npm:
npm i
Start the development server:
npm run dev
The application should now be running locally. Open your browser and go to http://localhost:5173 to see it in action.
4 commits
TypeScript
48.1%
JavaScript
40.2%
CSS
9.8%
HTML
1.8%
title: Remove Background WebGPU emoji: πΌοΈ colorFrom: purple colorTo: indigo sdk: static pinned: false license: apache-2.0 models:
A simple React + Vite application for running MODNet, a tiny portrait background removal model, locally in the browser using Transformers.js and WebGPU-acceleration.
Follow the steps below to set up and run the application.
Clone this repository to your local machine
Change your working directory to the web application's root directory
Install the necessary dependencies using npm:
npm i
Start the development server:
npm run dev
The application should now be running locally. Open your browser and go to http://localhost:5173 to see it in action.
4 commits
TypeScript
48.1%
JavaScript
40.2%
CSS
9.8%
HTML
1.8%