blur Blurs specified rectangular or polygonal areas of an image using OpenCV. Can also invert the provided areas e.g. to blur background. "Blur the area from (150, 100) to (250, 200) with a blur ...
ura-hackathon-template/ ├── team_config.py # Edit: branding & team info ├── streamlit_app.py # Demo UI (Live test + About) ├── solution/ # Replace: your ML pipeline │ ├── pipeline.py # ...