Face recognition reverse image search on Instagram profile feed photos
Isearch (OSINT)
isearch is an OSINT tool on Instagram. Offers a face recognition reverse image search on Instagram profile feed photos.
Disclaimer: **FOR EDUCATIONAL PURPOSE ONLY! **
You might encounter (false positive / false negative) results. This because Face recognition uses hog as a model which is fast but low on accuracy, the other model can be ‘cnn’ which is high on accuracy but very slow (on CPU && fast on GPU)
Installation
Dlib installation: (full guide: https://www.pyimagesearch.com/2017/03/27/how-to-install-dlib/)
# Install prerequisites
$ sudo apt-get install build-essential cmake
$ sudo apt-get install libgtk-3-dev
$ sudo apt-get install libboost-all-dev
Note: dlib installation will take few minutes
# Install dlib python
$ python3 -m pip install dlib
# Other requirements
$ python3