Interactive-Image-Enhancer/ ├── main.py # Main Python script ├── sample_images/ # Sample images for demo ├── README.md # Project documentation ├── requirements.txt # List of required libraries └── ...
This project is a Python-based system for detecting Leg Before Wicket (LBW) scenarios in cricket videos. It utilizes computer vision techniques with OpenCV and the cvzone library to identify key ...