Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhimrazy/bg-removal-api

Deploy Background Removal API with LitServe
https://github.com/bhimrazy/bg-removal-api

bg-remove litserve

Last synced: about 2 months ago
JSON representation

Deploy Background Removal API with LitServe

Awesome Lists containing this project

README

        


Deploy Background Removal API with LitServe

Instantly remove image backgrounds with our powerful API, seamlessly deployed using LitServe.
Fast, reliable, and easy to integrate—perfect for any application needing quick background removal.


Open In Studio

![image](https://github.com/user-attachments/assets/a9a195b3-8fab-4e84-957e-9a522aa83ad4)

## Getting Started

Follow these steps to set up and run the project:

### 1. Install Dependencies

Ensure all necessary packages are installed by running:

```bash
pip install -r requirements.txt
```

### 2. Start the API Server

Launch the API server powered by [LitServe](https://github.com/Lightning-AI/LitServe):

```bash
python server.py
```

### 3. Test with the Client
Send an image to the server for background removal using the client script:

```bash
python client.py -i thor.jpg -o output.jpg
```

## About

This project is developed and maintained with ❤️ by [Bhimraj Yadav](https://github.com/bhimrazy).