The main challenges are developing machine learning algorithms for
1. Finding logo regions within images.
2. Processing and tagging all detected logo images (via reverse image search).
The computational time depends on
1. Size of the image (time proportional to image size)
2. Number of matches (time proportional to number of detected logos)
There are two modules for logo detection and recognition
1.Logo detection as image.
2.Logo recognition using google reverse image search. We are not responsible for the accuracy here.
Enjoy and provide us feedback!