All projects
Full-Stack AI2024Computer Vision

Halo Trace — AI-Powered LinkedIn Profile Finder

FastAPI + React app with multi-layer text recognition (Gemini Vision with EasyOCR fallback) that extracts names from images and resolves verified LinkedIn profile URLs in seconds.

Pipeline

Image upload
Gemini Vision OCR
EasyOCR fallback
Identity search
LinkedIn resolve

Architecture

End-to-end flow, stage by stage.

  1. 01

    Image upload

  2. 02

    Gemini Vision OCR

  3. 03

    EasyOCR fallback

  4. 04

    Identity search

  5. 05

    LinkedIn resolve

How it works

01

Accepted posters, flyers, and business cards, then used Gemini Vision to identify people and contextual clues within visually varied source images.

02

Fell back to EasyOCR when the primary vision pass was insufficient, improving coverage across low-quality or text-heavy inputs.

03

Built targeted search queries from the extracted identity and context, then returned verified LinkedIn profile URLs through a FastAPI and React interface.

2-layer
OCR with automatic fallback
Seconds
Image to verified profile

Stack

Gemini VisionEasyOCRDuckDuckGo SearchFastAPIReact