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
- Host: GitHub
- URL: https://github.com/raulcatalinas/nomorebackground
- Owner: RaulCatalinas
- License: other
- Created: 2024-03-12T00:12:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T18:10:36.000Z (7 months ago)
- Last Synced: 2024-10-22T22:26:40.264Z (7 months ago)
- Language: Astro
- Homepage:
- Size: 528 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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)