10 个仓库
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.
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.
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.
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.
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.
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.
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.
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.
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.
evo2 是一个基因组大语言模型和基础模型,旨在预测、生成和分析不同物种的遗传信息。它作为一个核苷酸序列建模器和 DNA 序列生成器,使用基于 Transformer 的序列建模来处理基因组数据。 该系统提供了合成 DNA 生成功能,可根据生物学提示或物种特定标签创建新的遗传序列。它还执行核苷酸可能性预测,以对基因组变异进行评分并分析 DNA 序列中的生物学特性。 该模型通过从中间层提取高维表示来支持基因组序列分析。这些嵌入使得能够对遗传数据进行专门的分类和下游分析。
Predicts the probability of specific nucleotides in a sequence to score genomic variants and biological properties.
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.