{"id":25830337,"url":"https://github.com/abbasjoyia99/deeperasekit","last_synced_at":"2025-10-08T23:57:45.414Z","repository":{"id":279951461,"uuid":"940545405","full_name":"abbasjoyia99/DeepEraseKit","owner":"abbasjoyia99","description":"DeepEraseKit is a universal Swift package for iOS and macOS that removes backgrounds in real time while capturing video. Powered by Apple's Vision framework, it supports multiple background options: none, blur, color, and image, making it ideal for virtual backgrounds and augmented reality applications.","archived":false,"fork":false,"pushed_at":"2025-02-28T11:47:03.000Z","size":27,"stargazers_count":26,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T05:44:42.955Z","etag":null,"topics":["apple","background-subtraction","backgroundremover","customization","deep-learning","learning","macos","swift","swift-package-manager","swiftui","video-game","videobackground","videoprocessing","vision-language-model"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/abbasjoyia99.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,"zenodo":null}},"created_at":"2025-02-28T11:13:42.000Z","updated_at":"2025-07-08T12:02:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf5274f5-b841-4715-a255-a889a0ba2716","html_url":"https://github.com/abbasjoyia99/DeepEraseKit","commit_stats":null,"previous_names":["abbasjoyia99/deeperasekit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abbasjoyia99/DeepEraseKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbasjoyia99%2FDeepEraseKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbasjoyia99%2FDeepEraseKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbasjoyia99%2FDeepEraseKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbasjoyia99%2FDeepEraseKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abbasjoyia99","download_url":"https://codeload.github.com/abbasjoyia99/DeepEraseKit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbasjoyia99%2FDeepEraseKit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000708,"owners_count":26082862,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["apple","background-subtraction","backgroundremover","customization","deep-learning","learning","macos","swift","swift-package-manager","swiftui","video-game","videobackground","videoprocessing","vision-language-model"],"created_at":"2025-02-28T19:14:25.272Z","updated_at":"2025-10-08T23:57:45.377Z","avatar_url":"https://github.com/abbasjoyia99.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# DeepEraseKit\n\nDeepEraseKit is a universal Swift package for iOS and macOS that removes backgrounds in real time while capturing video. Powered by Apple's Vision framework, it supports multiple background options: none, blur, color, and image, making it ideal for virtual backgrounds and augmented reality applications.\n\n\n\nhttps://github.com/user-attachments/assets/96589a8a-0aad-4d9d-a7f4-69379546d760\n\n\n\n## Features\n- **Real-time Background Removal**: Uses Vision framework for seamless segmentation.\n- **Multiple Background Modes**:\n  - None (transparent background)\n  - Blur (adjustable intensity)\n  - Color (custom solid color background)\n  - Image (replace background with a custom image)\n- **Universal Support**: Works across all iOS devices.\n- **Optimized for Performance**: Uses Metal and Core Image for efficient processing.\n\n## Installation\n### Swift Package Manager\n1. Open Xcode and go to **File \u003e Swift Packages \u003e Add Package Dependency**\n2. Enter the repository URL: `https://github.com/abbasjoyia99/DeepEraseKit.git`\n3. Choose the latest version and add it to your project.\n\n## Usage\n```swift\nimport DeepEraseKit\n\nlet backgroundManager = DeepEraseKit()\nbackgroundManager.setBackground(.blur(radius: 10.0))\nbackgroundManager.startCapturing()\n```\n\n### Changing Background\n```swift\nbackgroundManager.setBackground(.color(UIColor.blue))\nbackgroundManager.setBackground(.image(UIImage(named: \"background\")))\n```\n\n## Requirements\n- iOS 15.0+\n- Swift 5.9\n- Vision Framework\n\n## Contribution\nWe welcome contributions! Please submit a pull request or open an issue.\n\n## License\nDeepEraseKit is available under the MIT license. See the LICENSE file for more details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabbasjoyia99%2Fdeeperasekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabbasjoyia99%2Fdeeperasekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabbasjoyia99%2Fdeeperasekit/lists"}