{"id":22260727,"url":"https://github.com/anubhavchaturvedi-github/background_remover_web_page-","last_synced_at":"2025-10-14T13:09:34.829Z","repository":{"id":260234946,"uuid":"880728466","full_name":"AnubhavChaturvedi-GitHub/Background_Remover_Web_Page-","owner":"AnubhavChaturvedi-GitHub","description":"This project is an AI-powered, web-based tool that instantly removes backgrounds from images, providing professional-quality results for various applications, including e-commerce, presentations, and social media.","archived":false,"fork":false,"pushed_at":"2024-11-01T06:52:02.000Z","size":31,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T13:09:31.722Z","etag":null,"topics":["background","backgroundremoval","backgroundremover","css","html","js","nethytech","python"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/@NetHyTech","language":"HTML","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/AnubhavChaturvedi-GitHub.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-30T08:47:11.000Z","updated_at":"2025-07-09T13:25:20.000Z","dependencies_parsed_at":"2024-10-30T10:32:56.928Z","dependency_job_id":null,"html_url":"https://github.com/AnubhavChaturvedi-GitHub/Background_Remover_Web_Page-","commit_stats":null,"previous_names":["anubhavchaturvedi-github/background_remover_web_page-"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AnubhavChaturvedi-GitHub/Background_Remover_Web_Page-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnubhavChaturvedi-GitHub%2FBackground_Remover_Web_Page-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnubhavChaturvedi-GitHub%2FBackground_Remover_Web_Page-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnubhavChaturvedi-GitHub%2FBackground_Remover_Web_Page-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnubhavChaturvedi-GitHub%2FBackground_Remover_Web_Page-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnubhavChaturvedi-GitHub","download_url":"https://codeload.github.com/AnubhavChaturvedi-GitHub/Background_Remover_Web_Page-/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnubhavChaturvedi-GitHub%2FBackground_Remover_Web_Page-/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018701,"owners_count":26086604,"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-14T02:00:06.444Z","response_time":60,"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":["background","backgroundremoval","backgroundremover","css","html","js","nethytech","python"],"created_at":"2024-12-03T09:09:50.974Z","updated_at":"2025-10-14T13:09:34.789Z","avatar_url":"https://github.com/AnubhavChaturvedi-GitHub.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NetHyTech Background Remover 🌐\n\nWelcome to **NetHyTech Background Remover**! This project is an AI-powered, web-based tool that instantly removes backgrounds from images, providing professional-quality results for various applications, including e-commerce, presentations, and social media.\n\n![image](https://github.com/user-attachments/assets/39765d23-f393-488c-9b16-bca76afa0f77)\n\n\n### Table of Contents\n- [Features](#features)\n- [Tech Stack](#tech-stack)\n- [Screenshots](#screenshots)\n- [Getting Started](#getting-started)\n- [Installation](#installation)\n- [Running the App](#running-the-app)\n- [License](#license)\n\n---\n\n## Features\n\n- **Instant Background Removal**: Removes image backgrounds using AI technology, perfect for professional use cases.\n- **User-Friendly Interface**: Simple and intuitive UI, optimized for ease of use and accessibility.\n- **Mobile-Responsive Design**: Works seamlessly on desktops, tablets, and mobile devices.\n- **Automated Deployment**: Uses GitHub Actions to automatically deploy updates to GitHub Pages.\n- **Downloadable Results**: Allows users to download the processed images directly.\n\n## Tech Stack\n\n- **Frontend**: HTML, CSS (with animations and gradients), JavaScript\n- **Backend**: Python, Flask (for local development and testing)\n- **Static Generation**: Frozen-Flask (converts Flask app to static files)\n- **Deployment**: GitHub Pages via GitHub Actions\n\n---\n\n## Getting Started\n\n### Prerequisites\n\nBefore you begin, make sure you have the following installed:\n\n- Python 3.8 or later\n- Git\n\n### Installation\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/your-username/nethytech-background-remover.git\n   cd nethytech-background-remover\n   ```\n\n2. **Set up a virtual environment and activate it (optional but recommended):**\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows, use `venv\\Scripts\\activate`\n   ```\n\n3. **Install the dependencies:**\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n### Running the App\n\nTo run the Flask app locally, use:\n\n```bash\npython app.py\n```\n\nThis will start the app locally at `http://127.0.0.1:5000`.\n\n---\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanubhavchaturvedi-github%2Fbackground_remover_web_page-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanubhavchaturvedi-github%2Fbackground_remover_web_page-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanubhavchaturvedi-github%2Fbackground_remover_web_page-/lists"}