Paralleling the exercise 07
- Use parallel processing on the exercise 07 (multiprocessing)
- 'Q' to exit
- Python 3.7+
- jupyter ~= 1.0.0
- Opencv_python ~= 4.5.3.56
How to install all the requirements :
pip3 install -r requirements.txt
jupyter notebook mediamatcher.ipynb
Results with 250 images :
- 64.4s with multiprocessing Pool
- 98.2s without multiprocessing Pool
- Luis Rosario - Member 1 - Luisrosario2604