Anime-Style Background Remover
Transform your images with kawaii power! AnimeMagicCut is an AI-powered background remover with a beautiful anime-inspired UI, perfect for anime fanart, VTubers, and cosplay photos.
# Clone the repository
git clone https://github.com/Shineii86/AnimeMagicCut.git
cd AnimeMagicCut
# Install dependencies
pip install -r requirements.txtpython app.pyThe application will be available at http://localhost:7860
- Upload an image or choose from anime example
- Click "🚀 Remove Background"
- Download your transparent PNG
- Use "🧹 Clear" to reset
Customize the UI by modifying these variables in app.py:
# Theme colors
PRIMARY_COLOR = "#ff7eb9" # Sakura pink
SECONDARY_COLOR = "#7afcff" # Anime sky blue
ACCENT_COLOR = "#feff9c" # Manga yellow
# Add your own examples
examples = [
["path/to/your/image1.jpg"],
["path/to/your/image2.png"],
]
We welcome contributions! Here's how to help:
- Fork the repository
- Create a new branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a pull request
# Install development dependencies
pip install -r requirements.txt
# Run linter and formatter
black app.py
flake8 app.py
This project is licensed under the MIT License - see the LICENSE file for details.
- Built with rembg - the amazing open-source AI background remover
- Anime UI design by @Shineii86
- X (Twitter): @Shineii86
- Telegram: @Shineii86
Made With Love For The Anime Community! Feel Free To ⭐ The Repo If You Find This Project Useful!