Face tracking with google image search?

This page summarizes the projects mentioned and recommended in the original post on /r/OSINT

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Face Recognition

    The world's simplest facial recognition api for Python and the command line

    You could start with: https://github.com/ageitgey/face_recognition and then by use of Selenium webdriver https://selenium-python.readthedocs.io/ . Build yourself a bot. I suggest you also use sleep (from time import sleep) with randomized time pauses between clicks (because google will quickly start to see you as a bot very quickly). For saving the face-encodings you could use for example sqlite3 (I build not so long ago a application on sqlite3, face_recognition to link people by the images they are together on) or MySQL (https://dev.mysql.com/doc/connector-python/en/ ). Saving the images is probably the most difficult. An option is to automate this process with PyAutoGui (https://pyautogui.readthedocs.io/en/latest/ ) . But be aware; your script will have an unkown experation time. With other words; it will be labor intensive, even when your script is finished.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts