Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

AnimeMagicCut is an AI-powered background remover with a beautiful anime-inspired UI, perfect for anime fanart, VTubers, and cosplay photos.

License

Notifications You must be signed in to change notification settings

Shineii86/AnimeMagicCut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎨 AnimeMagicCut

Anime-Style Background Remover

GitHub Repo stars Python Version License Gradio Version Last Commit

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.

Open in Colab Hugging Face Spaces

AnimeMagicCut AnimeMagicCut Demo

✨ Features

🎨 Anime-Themed UI

Beautiful sakura blossom design with pastel colors and animations

⚡ Instant Processing

Remove backgrounds in seconds with AI

🌟 No Watermarks

Get clean transparent PNGs every time

🚀 Quick Start

Installation

# Clone the repository
git clone https://github.com/Shineii86/AnimeMagicCut.git
cd AnimeMagicCut

# Install dependencies
pip install -r requirements.txt

Run Locally

python app.py

The application will be available at http://localhost:7860

🖼️ Usage Guide

  • Upload an image or choose from anime example
  • Click "🚀 Remove Background"
  • Download your transparent PNG
  • Use "🧹 Clear" to reset

🧠 Technical Details

Tech Stack

🌈 Customization Options

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"],
]

🤝 Contributing

We welcome contributions! Here's how to help:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a pull request

⚙️ Development Setup

# Install development dependencies
pip install -r requirements.txt

# Run linter and formatter
black app.py
flake8 app.py

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

💖 Credits

  • Built with rembg - the amazing open-source AI background remover
  • Anime UI design by @Shineii86

🌐 Connect with Developer

Made With Love For The Anime Community! Feel Free To ⭐ The Repo If You Find This Project Useful!

About

AnimeMagicCut is an AI-powered background remover with a beautiful anime-inspired UI, perfect for anime fanart, VTubers, and cosplay photos.

Topics

Resources

License

Stars

Watchers

Forks