Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bhimrazy/bg-removal-api
- Owner: bhimrazy
- Created: 2024-08-27T08:07:40.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T13:26:54.000Z (4 months ago)
- Last Synced: 2024-09-14T23:27:33.021Z (4 months ago)
- Topics: bg-remove, litserve
- Language: Python
- Homepage: https://lightning.ai/bhimrajyadav/studios/deploy-background-removal-api-with-litserve
- Size: 776 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.![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).