awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ThoughtfulDev avatar

ThoughtfulDev/EagleEye

0
View on GitHub↗
5,120 Stars·681 Forks·Python·WTFPL·2 Aufrufe

EagleEye

EagleEye ist ein OSINT-Tool (Open Source Intelligence) und eine bildbasierte Personensuche, um Social-Media-Profile und Online-Identitäten ausfindig zu machen. Es fungiert als Reverse-Image-Search-Utility, das Ziel-Fotos mit öffentlichen Profilen auf verschiedenen Plattformen abgleicht.

Das Tool führt Social-Media-Footprinting und Identitätsverifizierung durch, indem es Bilderkennung mit bekannten Identitätsdaten kombiniert. Es nutzt eine Pipeline aus umgekehrter Bildsuche und Gesichtserkennung, um biometrische Merkmale in Bildern mit spezifischen Personen zu korrelieren.

Das System integriert APIs von Drittanbietern und Suchmaschinen, um Profile zu aggregieren und Ergebnisse durch Multi-Query-Suchen zu verfeinern. Dieser Prozess ermöglicht die Entdeckung der Präsenz einer Zielperson in mehreren sozialen Netzwerken durch die Kombination von visuellen Daten mit textuellen Namensabfragen.

Features

  • Reverse Image Search Tools - Processes target photographs through external image databases to identify matching visuals and associated web pages.
  • Facial Recognition - Analyzes biometric markers in images to verify identity and filter results based on a specific person.
  • Social Profile Searches - Searches for social media accounts by applying image recognition and reverse image searches to a target photo.
  • Identity Data Aggregators - Collects and correlates disparate identity data from multiple social networks into a single unified user profile.
  • Social Media Research Tools - Identifies online accounts by combining image recognition with known identity data using open-source intelligence.
  • Image-Based Person Finders - Matches target photographs against public social media profiles to find individual identities.
  • OSINT Person Discovery - Locates target social media accounts by combining image recognition with known personal details like names.
  • Social Media Footprinting - Identifies the various online platforms where a specific individual has an active presence using visual data.
  • Visual-Textual Hybrid Queries - Combines visual search results with textual name queries to narrow down a list of potential profile matches.
  • Visual - Confirms if a person in a photograph is linked to specific social media profiles across different networks.
  • OSINT and Information Gathering - OSINT tool for finding social profiles via image recognition.

Star-Verlauf

Star-Verlauf für thoughtfuldev/eagleeyeStar-Verlauf für thoughtfuldev/eagleeye

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht thoughtfuldev/eagleeye?

EagleEye ist ein OSINT-Tool (Open Source Intelligence) und eine bildbasierte Personensuche, um Social-Media-Profile und Online-Identitäten ausfindig zu machen. Es fungiert als Reverse-Image-Search-Utility, das Ziel-Fotos mit öffentlichen Profilen auf verschiedenen Plattformen abgleicht.

Was sind die Hauptfunktionen von thoughtfuldev/eagleeye?

Die Hauptfunktionen von thoughtfuldev/eagleeye sind: Reverse Image Search Tools, Facial Recognition, Social Profile Searches, Identity Data Aggregators, Social Media Research Tools, Image-Based Person Finders, OSINT Person Discovery, Social Media Footprinting.

Welche Open-Source-Alternativen gibt es zu thoughtfuldev/eagleeye?

Open-Source-Alternativen zu thoughtfuldev/eagleeye sind unter anderem: vladmandic/human — Human is a TensorFlow.js computer vision library used for face, body, and hand tracking within the browser or Node.js.… timesler/facenet-pytorch — facenet-pytorch is a facial recognition library for PyTorch that provides pretrained neural networks for detecting… seetaface/seetafaceengine — SeetaFaceEngine is a C++ face recognition engine designed to detect, align, and identify human faces. It functions as… boltgolt/howdy — Howdy is a biometric authentication system for Linux that uses infrared cameras to provide passwordless login and… serengil/deepface — Deepface is a comprehensive deep learning library for facial recognition and demographic analysis. It provides a… cmusatyalab/openface — Openface is a deep learning toolkit designed for facial recognition and identity verification. It provides a…

Open-Source-Alternativen zu EagleEye

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit EagleEye.
  • timesler/facenet-pytorchAvatar von timesler

    timesler/facenet-pytorch

    5,148Auf GitHub ansehen↗

    facenet-pytorch is a facial recognition library for PyTorch that provides pretrained neural networks for detecting faces and extracting facial embeddings. It includes an MTCNN face detector for locating faces and landmarks, alongside an InceptionResnet face encoder to convert facial images into high-dimensional vectors for identity verification. The project provides tools for identity recognition by comparing facial embeddings using cosine similarity. It also supports facial video tracking to maintain identity consistency across consecutive frames and allows for the fine-tuning of pretrained

    Pythonface-detectionface-identificationface-recognition
    Auf GitHub ansehen↗5,148
  • seetaface/seetafaceengineAvatar von seetaface

    seetaface/SeetaFaceEngine

    4,638Auf GitHub ansehen↗

    SeetaFaceEngine is a C++ face recognition engine designed to detect, align, and identify human faces. It functions as a native library that performs facial analysis without relying on external third-party software libraries. The system utilizes a convolutional neural network framework for facial feature extraction and identity matching, representing identities as numerical feature-vector embeddings. It employs a funnel-structured cascade schema for real-time face localization and stacked auto-encoder networks to normalize facial orientation through landmark alignment. The toolkit integrates

    C++
    Auf GitHub ansehen↗4,638
  • boltgolt/howdyAvatar von boltgolt

    boltgolt/howdy

    7,356Auf GitHub ansehen↗

    Howdy is a biometric authentication system for Linux that uses infrared cameras to provide passwordless login and privileged access. It functions as a Pluggable Authentication Module to integrate facial recognition into the standard Linux authentication pipeline. The system relies on near-infrared camera feeds and facial models to verify identity, ignoring visible light interference. Biometric data is stored as encrypted mathematical templates on the local disk to ensure that facial models are not transmitted over a network. The project includes tools for face model management, infrared came

    Pythonarch-linuxcameradebian
    Auf GitHub ansehen↗7,356
  • vladmandic/humanAvatar von vladmandic

    vladmandic/human

    2,999Auf GitHub ansehen↗

    Human is a TensorFlow.js computer vision library used for face, body, and hand tracking within the browser or Node.js. It provides a framework for human pose and gesture tracking, facial recognition, and biometric liveness detection to verify a live human presence. The project distinguishes itself through a full suite of identity and motion tools, including a facial recognition framework that generates embeddings for similarity matching and a background segmenter for separating humans from their environment. It incorporates a liveness detector to prevent spoofing during facial analysis. The

    HTMLage-estimationbody-segmentationbody-tracking
    Auf GitHub ansehen↗2,999
Alle 30 Alternativen zu EagleEye anzeigen→