awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 个仓库

Awesome GitHub RepositoriesVisitor Identification

Tools and services for tracking and identifying unique users across web sessions using browser fingerprinting techniques.

Distinguishing note: Focuses on user identification and tracking via fingerprinting, distinct from general UI components or authentication frameworks.

Explore 10 awesome GitHub repositories matching user interface & experience · Visitor Identification. Refine with filters or upvote what's useful.

Awesome Visitor Identification GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • fingerprintjs/fingerprintjsfingerprintjs 的头像

    fingerprintjs/fingerprintjs

    27,334在 GitHub 上查看↗

    Fingerprint is a visitor identification and fraud detection platform that generates persistent, unique identifiers by analyzing browser and device attributes. By extracting technical signals from the client environment, it enables reliable user tracking across sessions without relying on traditional cookies. The platform distinguishes itself through its focus on high-accuracy identification and security-first architecture. It employs edge-side proxying to bypass ad-blockers and privacy restrictions, ensuring consistent data collection. To maintain data integrity, it uses cryptographic payload

    Generates persistent, stable visitor identifiers by analyzing system attributes without relying on cookies.

    TypeScriptaudio-fingerprintingbrowserbrowser-fingerprint
    在 GitHub 上查看↗27,334
  • invoiceninja/invoiceninjainvoiceninja 的头像

    invoiceninja/invoiceninja

    9,841在 GitHub 上查看↗

    Invoice Ninja is a professional billing and invoicing platform designed for managing clients, projects, and financial records. It serves as a multi-currency billing system and time tracker available as both a cloud-based application and a self-hosted suite. The platform distinguishes itself through comprehensive support for regional taxes, diverse currency formats, and automated exchange rate updates. It includes dedicated cross-platform mobile and desktop applications to manage business data across different operating systems. The software covers the end-to-end financial lifecycle, includin

    Replaces sequential integer primary keys with hashed strings in the API to hide internal database record counts.

    PHP
    在 GitHub 上查看↗9,841
  • infinitered/nsfwjsinfinitered 的头像

    infinitered/nsfwjs

    8,908在 GitHub 上查看↗

    NSFW detection on the client-side via TensorFlow.js

    Returns a ranked list of category labels with floating-point confidence values from the softmax output layer.

    TypeScriptcontent-managementjavascriptmachine-learning
    在 GitHub 上查看↗8,908
  • vendurehq/vendurevendurehq 的头像

    vendurehq/vendure

    7,924在 GitHub 上查看↗

    Vendure is a Node.js e-commerce engine and headless commerce framework built with NestJS and TypeScript. It serves as a multi-channel commerce platform that manages product catalogs, orders, and customers via a strongly typed GraphQL API. The platform is distinguished by its highly extensible architecture, featuring a customizable administrative dashboard where developers can inject custom React components and entity views. It supports multi-channel commerce, allowing the isolation of products, currencies, and regional catalogs from a single unified backend. The engine covers a broad range o

    Prevents leakage of business metrics by replacing sequential database primary keys with UUIDs in API responses.

    TypeScriptecommerceecommerce-apiecommerce-framework
    在 GitHub 上查看↗7,924
  • zgoat/goatcounterzgoat 的头像

    zgoat/goatcounter

    5,755在 GitHub 上查看↗

    Goatcounter is a privacy-focused web analytics platform designed to be self-hosted on your own infrastructure. It collects visitor statistics like page views, browser information, location, screen size, and referring sites without using cookies or storing any personal data, identifying unique visits through a non-identifiable hash derived from browser and network data. The platform distinguishes itself by offering multiple tracking methods that respect user privacy, including a lightweight JavaScript snippet, an image-based tracking pixel for environments without JavaScript, and the ability t

    Distinguishes repeat visitors by a non-identifiable hash derived from browser and network data, avoiding personal tracking.

    Go
    在 GitHub 上查看↗5,755
  • arp242/goatcounterarp242 的头像

    arp242/goatcounter

    5,753在 GitHub 上查看↗

    Goatcounter is a self-hosted web analytics platform that collects visitor statistics without cookies, personal data, or persistent identifiers. It uses privacy-preserving techniques like anonymous session hashing to count page views and visits, and can be deployed on your own infrastructure using a binary or Docker container with SQLite or PostgreSQL storage. The platform offers multiple data collection methods, including a lightweight JavaScript snippet, an image-based tracking pixel for environments where scripts are blocked, and server log file parsing from nginx, Apache, Caddy, or CloudFr

    Creates a temporary session identifier from site ID, User-Agent, and IP without storing personal data.

    Goanalyticsgogolang
    在 GitHub 上查看↗5,753
  • vinkla/hashidsvinkla 的头像

    vinkla/hashids

    5,436在 GitHub 上查看↗

    Hashids is a PHP library for the reversible transformation of numeric and hexadecimal database keys into non-sequential, masked alphanumeric identifiers. It functions as a tool to encode numeric database identifiers into short strings and decode them back to their original values. The project focuses on hiding internal database primary keys and sequential record counts in public URLs to prevent data scraping and exposure. It utilizes a secret salt for deterministic mapping and supports customizable character sets to ensure unique identifiers across different projects. The library provides ut

    Hides primary keys from end users by converting integers into non-sequential, YouTube-like identifiers.

    PHPcomposer-packagesdatabase-idsencoding
    在 GitHub 上查看↗5,436
  • opennmt/ctranslate2OpenNMT 的头像

    OpenNMT/CTranslate2

    4,319在 GitHub 上查看↗

    CTranslate2 is a C++ inference engine and runtime for Transformer models, designed to execute models on both CPU and GPU with optimizations for speed and memory efficiency. It functions as a model format converter, quantization tool, and REST API server, enabling deployment of neural machine translation, automatic speech recognition, and text generation models. The engine distinguishes itself through a suite of runtime optimizations including layer fusion, weight-matrix quantization, batch-by-length grouping, and a caching allocator that reuses GPU memory. It supports tensor-parallel model di

    Computes log-probability scores for token sequences to evaluate model confidence or quality.

    C++avxavx2cpp
    在 GitHub 上查看↗4,319
  • arcinstitute/evo2ArcInstitute 的头像

    ArcInstitute/evo2

    3,951在 GitHub 上查看↗

    evo2 是一个基因组大语言模型和基础模型,旨在预测、生成和分析不同物种的遗传信息。它作为一个核苷酸序列建模器和 DNA 序列生成器,使用基于 Transformer 的序列建模来处理基因组数据。 该系统提供了合成 DNA 生成功能,可根据生物学提示或物种特定标签创建新的遗传序列。它还执行核苷酸可能性预测,以对基因组变异进行评分并分析 DNA 序列中的生物学特性。 该模型通过从中间层提取高维表示来支持基因组序列分析。这些嵌入使得能够对遗传数据进行专门的分类和下游分析。

    Predicts the probability of specific nucleotides in a sequence to score genomic variants and biological properties.

    Jupyter Notebook
    在 GitHub 上查看↗3,951
  • ml-gsai/lladaML-GSAI 的头像

    ML-GSAI/LLaDA

    3,580在 GitHub 上查看↗

    LLaDA is a masked diffusion language model and conditional text generator. It generates text by iteratively refining masked tokens through a diffusion process rather than predicting the next token in a sequence. The project functions as a vision-language diffusion model, converting visual inputs into text responses. It also serves as a preference optimization framework that uses log-likelihood estimation and evidence lower bounds to tune model responses. The system supports multi-round conversational AI and text sequence evaluation. It integrates vision-language embedding for cross-modal con

    Measures the log-likelihood of text sequences to evaluate model predictive accuracy.

    Python
    在 GitHub 上查看↗3,580
  1. Home
  2. User Interface & Experience
  3. Visitor Identification

探索子标签

  • Confidence Scoring1 个子标签Systems for assigning probability scores to identification results to indicate accuracy. **Distinct from Visitor Identification:** Focuses on confidence assessment for visitor identification, distinct from general detection confidence metrics.
  • Edge DeploymentAutomated injection of identification scripts and request interception at the network edge. **Distinct from Visitor Identification:** Focuses on edge-side script injection, distinct from general visitor identification.
  • Hybrid App IdentificationMethods for identifying users within web views in hybrid mobile applications. **Distinct from Visitor Identification:** Focuses on hybrid app web-view identification, distinct from general web visitor identification.
  • Lifecycle ManagementControls for toggling between automatic and manual visitor identification triggers to optimize performance. **Distinct from Visitor Identification:** Focuses on the timing and execution control of identification, distinct from the identification process itself.
  • Visitor Identifier Linking2 个子标签Maps browser fingerprints to external analytics IDs for consistent cross-session tracking. **Distinct from Visitor Identification:** Focuses on linking identifiers, distinct from general visitor identification.