This project is an image processing solution designed to detect QR codes, even on challenging surfaces such as metal. It leverages advanced algorithms to ensure accurate detection and decoding of QR codes under various conditions. π
- Robust Detection: Capable of detecting QR codes on reflective and metallic surfaces. π‘οΈ
- High Accuracy: Optimized for precision in decoding QR codes. π―
- Versatile: Works with a variety of image inputs and lighting conditions. π‘
Before using this solution, ensure you have the following installed:
- Python 3.x π
- Required Python libraries (e.g., OpenCV, NumPy) π¦
- Flask framework (for web-based interface) π
- Clone this repository: π
git clone <repository-url>
- Navigate to the project directory: π
cd EASE - Install the required dependencies: βοΈ
pip install -r requirements.txt
- Place the image files to be processed in the designated input folder. πΌοΈ
- Run the main script: π
python main.py
- The detected QR codes and their data will be displayed in the console or saved to the output folder. π€
Contributions are welcome! Feel free to submit issues or pull requests to improve this project. π‘