{"id":23924482,"url":"https://github.com/thekartikeyamishra/imageprocessor","last_synced_at":"2026-05-12T23:07:28.120Z","repository":{"id":271065332,"uuid":"912307178","full_name":"thekartikeyamishra/ImageProcessor","owner":"thekartikeyamishra","description":"Welcome to the Image Background Removal and Transformation Tool! This project is a Python-based application that allows you to easily remove image backgrounds and apply transformations like converting images to 8-bit or Black and White. The tool is built using the rembg library, Pillow, and Jupyter widgets for a user-friendly interactive.","archived":false,"fork":false,"pushed_at":"2025-01-05T07:36:36.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-05T08:24:26.176Z","etag":null,"topics":["image-processing","imagemanipulation","ipython","ipywidgets","pillow","python","rembg"],"latest_commit_sha":null,"homepage":"","language":"Python","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/thekartikeyamishra.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":"2025-01-05T07:33:28.000Z","updated_at":"2025-01-05T07:37:56.000Z","dependencies_parsed_at":"2025-01-05T08:24:37.937Z","dependency_job_id":"b3e965ed-9f91-4551-aa16-62a9f672b841","html_url":"https://github.com/thekartikeyamishra/ImageProcessor","commit_stats":null,"previous_names":["thekartikeyamishra/imageprocessor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekartikeyamishra%2FImageProcessor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekartikeyamishra%2FImageProcessor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekartikeyamishra%2FImageProcessor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thekartikeyamishra%2FImageProcessor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thekartikeyamishra","download_url":"https://codeload.github.com/thekartikeyamishra/ImageProcessor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240392189,"owners_count":19794027,"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":["image-processing","imagemanipulation","ipython","ipywidgets","pillow","python","rembg"],"created_at":"2025-01-05T19:13:35.927Z","updated_at":"2026-05-12T23:07:28.089Z","avatar_url":"https://github.com/thekartikeyamishra.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### **Image Background Removal and Transformation Tool**\n\nWelcome to the **Image Background Removal and Transformation Tool**! This project is a Python-based application that allows you to easily remove image backgrounds and apply transformations like converting images to **8-bit** or **Black and White**. The tool is built using the `rembg` library, `Pillow`, and Jupyter widgets for a user-friendly interactive experience.\n\n---\n\n### **Features**\n\n1. **Background Removal**:\n   - Removes the background from uploaded images seamlessly.\n\n2. **Image Transformations**:\n   - **8-Bit Conversion**: Transforms the image into a retro 8-bit style.\n   - **Black and White**: Converts the image to grayscale.\n\n3. **Interactive UI**:\n   - Powered by Jupyter widgets for easy image upload, processing, and display.\n\n4. **Save Processed Images**:\n   - Save the transformed image locally as `processed_image.png`.\n\n---\n\n### **File and Folder Structure**\n\n```bash\nImageProcessor/\n├── main.py                      # Main script for the tool\n├── requirements.txt             # Dependencies for the project\n├── README.md                    # Documentation for the project\n```\n\n---\n\n### **Installation Instructions**\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/thekartikeyamishra/ImageProcessor.git\n   cd ImageProcessor\n   ```\n\n2. **Set Up Virtual Environment (Optional)**:\n   ```bash\n   python -m venv .venv\n   source .venv/bin/activate  # On Windows: .venv\\Scripts\\activate\n   ```\n\n3. **Install Dependencies**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Run the Application**:\n   Open a Jupyter Notebook and run the `main.py` script.\n\n---\n\n### **Requirements**\n\nThe project uses the following Python libraries:\n- `rembg`: For background removal.\n- `Pillow`: For image processing and transformations.\n- `ipywidgets`: For building an interactive UI in Jupyter.\n- `IPython`: To display widgets and outputs.\n\nInstall them using:\n```bash\npip install rembg pillow ipywidgets IPython\n```\n\n---\n\n### **How to Use**\n\n1. **Open the Tool**:\n   Launch the Jupyter Notebook and execute the script.\n\n2. **Upload an Image**:\n   Use the **File Upload widget** to select an image.\n\n3. **Choose a Transformation**:\n   - **Original (Background removed)**: Removes the image background.\n   - **8-Bit**: Converts the image to an 8-bit style.\n   - **Black and White**: Converts the image to grayscale.\n\n4. **Process the Image**:\n   Click the **Process Image** button to apply the selected transformation.\n\n5. **View and Save**:\n   - The tool displays the original and processed images.\n   - The processed image is saved locally as `processed_image.png`.\n\n---\n\n### **Future Enhancements**\n\n1. **Batch Processing**:\n   - Support for uploading and processing multiple images simultaneously.\n\n2. **Additional Transformations**:\n   - Add filters like sepia, blur, or edge detection.\n\n3. **Web App**:\n   - Convert the tool into a web application for broader accessibility.\n\n4. **Mobile Compatibility**:\n   - Develop a mobile version for on-the-go image processing.\n\n---\n\n### **Contribute**\n\nContributions are welcome! If you have ideas for new features or enhancements:\n1. Fork the repository.\n2. Make your changes.\n3. Submit a pull request.\n\n---\n\n### **Support**\n\nIf you find this project useful, consider giving it a ⭐ on GitHub: [Image Background Removal and Transformation Tool](https://github.com/your-username/ImageProcessor).\n\n---\n\nEnjoy transforming your images! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekartikeyamishra%2Fimageprocessor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthekartikeyamishra%2Fimageprocessor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekartikeyamishra%2Fimageprocessor/lists"}