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.
- Real-time face detection using OpenCV
- Cartoon effect application to live video feed
- Save detected faces with cartoon effect to local directory
-
Clone the repository:
git clone https://github.com/minal2577/face-detection.git cd face-detection
-
Install dependencies:
pip install -r requirements.txt
-
Run the script:
python face_cartoonizer.py
-
Quit the application:
- Press the
q
key to quit the application.
- Press the
- The detected face images will be saved in the directory
C:\output_faces
. Make sure you have write permissions to this directory.
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
This project is licensed under the MIT License.