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

https://github.com/raulcatalinas/nomorebackground

Web to remove background from images
https://github.com/raulcatalinas/nomorebackground

Last synced: about 1 month ago
JSON representation

Web to remove background from images

Awesome Lists containing this project

README

        

# NoMoreBackground

## Description

NoMoreBackground is a website where the user simply uploads the image they want and the background is automatically removed.

The website provides a user-friendly interface to easily remove the background.

## Features

- **Easy to use**: Simply upload your image, and our tool will handle the rest.
- **Support for various formats**: Supports JPEG, PNG, and other popular image formats.

### Technologies used

- Astro

## Run Locally

Clone the project

```bash
git clone https://github.com/RaulCatalinas/NoMoreBackground.git
#or
git clone [email protected]:RaulCatalinas/NoMoreBackground.git
#or
gh repo clone RaulCatalinas/NoMoreBackground
```

Go to the project directory

```bash
cd NoMoreBackground
```

Install dependencies

```bash
bun install
```

Start the server

```bash
bun run dev
```

## Usage

1. Start the application.
2. Upload the image either by selecting it or dragging it.
3. wait for the background to be removed.
4. Save your image.

## Contributing

Contributions are always welcome!

See [CONTRIBUTING.md](CONTRIBUTING.md) for ways to get started.

## Feedback

If you have any feedback, please reach out to us at

## License

The license information is contained in the file [LICENCE.md](LICENCE.md).

## Authors

- [Raul Catalinas Esteban](https://github.com/RaulCatalinas)