{"id":27309635,"url":"https://github.com/arslan3x5/flaskbgremover","last_synced_at":"2025-04-12T05:36:05.644Z","repository":{"id":261747666,"uuid":"885198383","full_name":"Arslan3x5/FlaskBGRemover","owner":"Arslan3x5","description":"An elegant, simple, and powerful web application that allows you to remove the background from any image. Powered by Flask and Rembg, this app processes images directly in the browser, ensuring that you can get your results instantly without the hassle of manual editing.","archived":false,"fork":false,"pushed_at":"2024-11-08T07:14:03.000Z","size":995,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T05:36:02.941Z","etag":null,"topics":["background-removal","background-removal-project","flask","flask-application","image-processing","opensource","rembg"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Arslan3x5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-08T06:24:15.000Z","updated_at":"2024-11-08T07:17:17.000Z","dependencies_parsed_at":"2024-11-08T08:23:49.869Z","dependency_job_id":null,"html_url":"https://github.com/Arslan3x5/FlaskBGRemover","commit_stats":null,"previous_names":["arslanr369/flaskbgremover","arslan3x5/flaskbgremover"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arslan3x5%2FFlaskBGRemover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arslan3x5%2FFlaskBGRemover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arslan3x5%2FFlaskBGRemover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arslan3x5%2FFlaskBGRemover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arslan3x5","download_url":"https://codeload.github.com/Arslan3x5/FlaskBGRemover/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248524812,"owners_count":21118615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["background-removal","background-removal-project","flask","flask-application","image-processing","opensource","rembg"],"created_at":"2025-04-12T05:32:53.753Z","updated_at":"2025-04-12T05:36:05.622Z","avatar_url":"https://github.com/Arslan3x5.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Background Remover 🖼️✨  \n\n![Flask](https://img.shields.io/badge/Flask-3.0.3-blue)  \n![Python](https://img.shields.io/badge/Python-3.9%2B-brightgreen)  \n![Rembg](https://img.shields.io/badge/Rembg-2.0.59-red)  \n\nAn elegant, simple, and powerful web application that allows you to remove the background from any image. Powered by **Flask** and **Rembg**, this app processes images directly in the browser, ensuring that you can get your results instantly without the hassle of manual editing.  \n\n---\n\n## Features 🚀  \n- **Instant Background Removal**: Upload an image, and the app will automatically remove its background.  \n- **Lightweight and Fast**: Built using Flask, ensuring minimal overhead and snappy performance.  \n- **No File Storage**: Processed images are automatically downloaded to your device without being stored on the server.  \n- **Modern Design**: Beautiful and responsive UI with gradient styling for a smooth user experience.  \n- **Open Source**: Fully customizable and extendable.  \n\n---\n\n## Installation \u0026 Setup 🛠️  \n\n### Prerequisites:  \n- Python 3.9+  \n- pip (Python package manager)  \n\n### Step 1: Clone the Repository  \n```bash  \ngit clone https://github.com/arslanr369/React-Python-BG-Remover.git  \ncd Flask-BG-Remover  \n```  \n\n### Step 2: Create a Virtual Environment (Recommended)  \n```bash  \npython -m venv venv  \nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate  \n```  \n\n### Step 3: Install Dependencies  \n```bash  \npip install -r requirements.txt  \n```  \n\n### Step 4: Run the Application  \n```bash  \npython app.py  \n```  \nNavigate to `http://127.0.0.1:5000` in your web browser to use the app.  \n\n---\n\n## Usage 📸  \n\n1. **Upload an Image**: Click the upload button and select your image.  \n2. **Remove Background**: Hit the \"Remove Background\" button.  \n3. **Download Processed Image**: The app will automatically download the image with the background removed.  \n\n---\n\n## Folder Structure 📂  \n\n```plaintext  \nFlask-BG-Remover/  \n│  \n├── app.py                  # Main application file  \n├── templates/              # HTML templates  \n│   └── index.html          # Main UI file  \n├── static/  \n│   └── styles.css          # Custom CSS styles  \n├── venv/                   # Virtual environment (optional)  \n├── requirements.txt        # Python dependencies  \n└── README.md               # Project documentation  \n```  \n\n---\n\n## Technologies Used 🛠️  \n- **Flask**: A lightweight WSGI web application framework in Python.  \n- **Rembg**: An AI-powered library for removing image backgrounds.  \n- **HTML \u0026 CSS**: For building the responsive and modern user interface.  \n- **Pillow**: Python Imaging Library for image manipulation.  \n\n---\n\n## Contributing 🤝  \n\nContributions, issues, and feature requests are welcome! Feel free to fork the repository and submit a pull request.  \n\n---\n\n## License 📜  \n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.  \n\n---\n\n## Acknowledgments 🙌  \nSpecial thanks to the contributors of **Flask** and **Rembg** for their amazing tools that made this project possible.  \n\n---\n\n**Made with 💖 by [Arslan Riaz](https://github.com/arslanr369)**  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farslan3x5%2Fflaskbgremover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farslan3x5%2Fflaskbgremover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farslan3x5%2Fflaskbgremover/lists"}