Aryan-Chharia / Computer-Vision-Projects

Check out my Computer Vision Repository for projects showcasing advanced image processing techniques like object detection, image stitching, and segmentation using Python and OpenCV. Whether you're a researcher, developer, or enthusiast, you'll find comprehensive insights and practical implementations to advance your computer vision skills.
GNU General Public License v3.0
37 stars 83 forks source link

ADD Artistic Style Transfer with Real-time User Interaction Application #157

Open shubhagarwal1 opened 2 weeks ago

shubhagarwal1 commented 2 weeks ago

Overview: This task involves integrating a pretrained MLP (Multi-Layer Perceptron) model to apply a simple and visually appealing effect to the live face feed. The goal is to enhance the user's experience by adding a subtle artistic transformation to the real-time webcam feed.

Key Tasks:

  1. Capture the live video feed from the user's webcam.
  2. Apply a basic artistic filter or effect using a pretrained MLP model, similar to the one demonstrated in the pull request (PR).
  3. Ensure the filter is lightweight for fast processing and minimal latency.
  4. Display the transformed video feed in real-time with smooth transitions.
github-actions[bot] commented 2 weeks ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.