awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • fingerprintjs/fingerprintjsالصورة الرمزية لـ fingerprintjs

    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/invoiceninjaالصورة الرمزية لـ invoiceninja

    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/nsfwjsالصورة الرمزية لـ infinitered

    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/vendureالصورة الرمزية لـ vendurehq

    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/goatcounterالصورة الرمزية لـ zgoat

    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/goatcounterالصورة الرمزية لـ arp242

    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/hashidsالصورة الرمزية لـ vinkla

    vinkla/hashids

    5,436عرض على GitHub↗

    Hashids هي مكتبة PHP للتحويل القابل للعكس لمفاتيح قاعدة البيانات الرقمية والست عشرية إلى معرفات أبجدية رقمية مقنعة وغير متسلسلة. تعمل كأداة لتشفير معرفات قاعدة البيانات الرقمية إلى سلاسل قصيرة وفك تشفيرها مرة أخرى إلى قيمها الأصلية. يركز المشروع على إخفاء مفاتيح قاعدة البيانات الأساسية الداخلية وعدد السجلات المتسلسل في روابط URL العامة لمنع كشط البيانات والتعرض. يستخدم ملحاً سرياً (Secret salt) للتعيين الحتمي ويدعم مجموعات أحرف قابلة للتخصيص لضمان معرفات فريدة عبر مشاريع مختلفة. توفر المكتبة أدوات لكل من تعمية المعرفات الرقمية والست عشرية، مما يتيح توليد معرفات مقنعة يمكن استعادتها إلى تنسيقها الأصلي لمعالجة البيانات بشكل آمن.

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

    PHPcomposer-packagesdatabase-idsencoding
    عرض على GitHub↗5,436
  • opennmt/ctranslate2الصورة الرمزية لـ OpenNMT

    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/evo2الصورة الرمزية لـ ArcInstitute

    ArcInstitute/evo2

    3,951عرض على GitHub↗

    evo2 is a genomic large language model and foundation model designed to predict, generate, and analyze genetic information across different species. It functions as a nucleotide sequence modeler and a DNA sequence generator, using transformer-based sequence modeling to process genomic data. The system provides capabilities for synthetic DNA generation, creating new genetic sequences based on biological prompts or species-specific tags. It also performs nucleotide likelihood prediction to score genomic variants and analyze biological properties within DNA sequences. The model supports genomic

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

    Jupyter Notebook
    عرض على GitHub↗3,951
  • ml-gsai/lladaالصورة الرمزية لـ ML-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.