https://github.com/raulcatalinas/nomorebackgroundapp
App to remove background from images
https://github.com/raulcatalinas/nomorebackgroundapp
Last synced: 6 months ago
JSON representation
App to remove background from images
- Host: GitHub
- URL: https://github.com/raulcatalinas/nomorebackgroundapp
- Owner: RaulCatalinas
- License: other
- Created: 2024-04-07T00:21:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T11:48:25.000Z (8 months ago)
- Last Synced: 2024-09-16T13:30:07.855Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 384 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# NoMoreBackgroundAppApp
## Description
NoMoreBackgroundAppApp is an app in which the user only has to upload the desired image and the background is automatically removed.
The app offers a user-friendly interface for easy background removal.
## 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
- electron-vite
## Run Locally
Clone the project
```bash
git clone https://github.com/RaulCatalinas/NoMoreBackgroundApp.git
#or
git clone [email protected]:RaulCatalinas/NoMoreBackgroundApp.git
#or
gh repo clone RaulCatalinas/NoMoreBackgroundApp
```Go to the project directory
```bash
cd NoMoreBackgroundApp
```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)