{"id":22743011,"url":"https://github.com/donaldte/remove-bg-app","last_synced_at":"2026-04-29T17:39:56.719Z","repository":{"id":267059206,"uuid":"900149401","full_name":"donaldte/remove-bg-app","owner":"donaldte","description":"Remove BG App is a Django-based web application that removes image backgrounds and allows background customization with selected colors.","archived":false,"fork":false,"pushed_at":"2024-12-08T02:29:33.000Z","size":33284,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T04:26:55.599Z","etag":null,"topics":["background-removal","django","image-processing","media-customization","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/donaldte.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-12-08T01:49:09.000Z","updated_at":"2024-12-08T02:34:12.000Z","dependencies_parsed_at":"2024-12-08T03:29:09.726Z","dependency_job_id":null,"html_url":"https://github.com/donaldte/remove-bg-app","commit_stats":null,"previous_names":["donaldte/remove-bg-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/donaldte/remove-bg-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donaldte%2Fremove-bg-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donaldte%2Fremove-bg-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donaldte%2Fremove-bg-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donaldte%2Fremove-bg-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donaldte","download_url":"https://codeload.github.com/donaldte/remove-bg-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donaldte%2Fremove-bg-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32437109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T17:34:55.123Z","status":"ssl_error","status_checked_at":"2026-04-29T17:34:45.749Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["background-removal","django","image-processing","media-customization","python","rembg"],"created_at":"2024-12-11T01:15:34.877Z","updated_at":"2026-04-29T17:39:56.691Z","avatar_url":"https://github.com/donaldte.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n### README.md\n\n# Remove BG App\n\n\n### Vidéo de démonstration\n[![Vidéo de démonstration](https://via.placeholder.com/400x200.png?text=Video+Demo)](https://github-production-user-asset-6210df.s3.amazonaws.com/81464575/393558594-ab248908-abd4-4032-a908-6334c117d85c.mp4)\n\n\n\n**Remove BG App** est une application web développée avec Django qui permet de supprimer l'arrière-plan des images et de personnaliser le fond avec une couleur de votre choix. Elle utilise la bibliothèque `rembg` pour le traitement d'image.\n\n## Fonctionnalités\n\n- **Téléchargement d'image** : Téléchargez une image depuis votre appareil.\n- **Suppression d'arrière-plan** : Supprimez l'arrière-plan d'une image automatiquement.\n- **Personnalisation du fond** : Ajoutez une couleur de fond personnalisée.\n- **Téléchargement** : Téléchargez l'image traitée.\n\n## Captures d'écran\n\n\n### Avant traitement\n![Avant traitement]![avant](https://github.com/user-attachments/assets/fca0a819-94e1-4db9-b7e5-05c808741511)\n\n\n### Après traitement\n![Après traitement]![apres](https://github.com/user-attachments/assets/f3f269f8-7939-41c6-80bd-ca697dd7c107)\n\n\n\n## Installation\n\n1. Clonez le dépôt :\n   ```bash\n   git clone https://github.com/donaldte/remove-bg-app.git\n   cd remove-bg-app\n   ```\n\n2. Installez les dépendances :\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Appliquez les migrations :\n   ```bash\n   python manage.py migrate\n   ```\n\n4. Lancez le serveur :\n   ```bash\n   python manage.py runserver\n   ```\n\n5. Accédez à l'application sur [http://127.0.0.1:8000](http://127.0.0.1:8000).\n\n## Dépendances principales\n\n- Django\n- Pillow\n- Rembg\n- SweetAlert2\n\n## Contribution\n\nLes contributions sont les bienvenues ! Suivez ces étapes pour contribuer :\n\n1. Forkez le dépôt.\n2. Créez une branche pour vos modifications :\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. Effectuez vos modifications.\n4. Faites un commit :\n   ```bash\n   git commit -m \"Ajout de ma fonctionnalité\"\n   ```\n5. Poussez votre branche :\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n6. Ouvrez une Pull Request sur GitHub.\n\n## Auteur\n\n- **Donald Tedom**  \n  Email : [donaldtedom0@gmail.com](mailto:donaldtedom0@gmail.com)  \n  GitHub : [@donaldte](https://github.com/donaldte)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonaldte%2Fremove-bg-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonaldte%2Fremove-bg-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonaldte%2Fremove-bg-app/lists"}