Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.32 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.32 KB

🎨 Face Cartoonizer 🎨

Welcome to the Face Cartoonizer project! This application applies a cartoon effect to live video feed and detects faces in real-time, saving each detected face with the cartoon effect.

✨ Features

  • Real-time face detection using OpenCV
  • Cartoon effect application to live video feed
  • Save detected faces with cartoon effect to local directory

🛠️ Installation

  1. Clone the repository:

    git clone https://github.com/minal2577/face-detection.git
    cd face-detection
  2. Install dependencies:

    pip install -r requirements.txt

🚀 Usage

  1. Run the script:

    python face_cartoonizer.py
  2. Quit the application:

    • Press the q key to quit the application.

Note:

  • The detected face images will be saved in the directory C:\output_faces. Make sure you have write permissions to this directory.

🤝 Contributing

Contributions are welcome! Please follow these steps:

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

📜 License

This project is licensed under the MIT License.