Chanakya AI Intelligent Solutions for a Smarter Future

Invisible-Cloak

A fun and innovative computer vision project that creates an invisibility cloak effect using color detection and background subtraction.

Language: Python

Stars: 0

Forks: 0

Watchers: 0

View on GitHub

README

Invisible Cloak

A fun and innovative computer vision project that creates an invisibility cloak effect using color detection and background subtraction.

Overview

The Invisible Cloak project uses OpenCV to detect a specific colored cloak (usually red) and make it appear invisible by replacing the cloak area with the background. This effect mimics the popular "invisibility cloak" seen in movies and showcases practical applications of real-time image processing.

Features

Technology Stack

Installation

  1. Clone the repository: bash git clone https://github.com/nabeelalikhan0/Invisible-Cloak.git cd Invisible-Cloak

  2. Create and activate a virtual environment (optional but recommended): bash python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`

  3. Install dependencies: bash pip install -r requirements.txt

Usage

Run the invisibility cloak script:

bash python invisible_cloak.py

How to Use

Customization

Contributing

Contributions and improvements are welcome! Please open an issue or submit a pull request with enhancements or bug fixes.

License

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

Contact

Created by Nabeel Ali Khan - GitHub Profile
Feel free to connect for questions or collaboration!