matching
There are 587 repositories under matching topic.
qdrant/qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
gvergnaud/ts-pattern
🎨 The exhaustive Pattern Matching library for TypeScript, with smart type inference.
NTMC-Community/MatchZoo
Facilitating the design, comparison and sharing of deep text matching models.
sindresorhus/globby
User-friendly glob matching
shenweichen/DeepMatch
A deep matching model library for recommendations & advertising. It's easy to train models and to export representation vectors which can be used for ANN search.
sergree/matchering
🎚️ Open Source Audio Matching and Mastering
meiqua/shape_based_matching
try to implement halcon shape based matching, refer to machine vision algorithms and applications, page 317 3.11.5, written by halcon engineers
autonomousvision/unimatch
[TPAMI'23] Unifying Flow, Stereo and Depth Estimation
JiawangBian/GMS-Feature-Matcher
GMS: Grid-based Motion Statistics for Fast, Ultra-robust Feature Correspondence (CVPR 17 & IJCV 20)
micromatch/picomatch
Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. Used by GraphQL, Jest, Astro, Snowpack, Storybook, bulma, Serverless, fdir, Netlify, AWS Amplify, Revogrid, rollup, routify, open-wc, imba, ava, docusaurus, fast-glob, globby, chokidar, anymatch, cloudflare/miniflare, pts, and more than 5 million projects! Please follow picomatch's author: https://github.com/jonschlinkert
aidenybai/pattycake
Zero-runtime pattern matching
shibing624/similarities
Similarities: a toolkit for similarity calculation and semantic search. 相似度计算、匹配搜索工具包,支持亿级数据文搜文、文搜图、图搜图,python3开发,开箱即用。
koide3/ndt_omp
Multi-threaded and SSE friendly NDT algorithm
shamangary/awesome-local-global-descriptor
My personal note about local and global descriptor
aws/event-ruler
Event Ruler is a Java library that allows matching many thousands of Events per second to any number of expressive and sophisticated rules.
NTMC-Community/MatchZoo-py
Facilitating the design, comparison and sharing of deep text matching models.
hahnec/color-matcher
automatic color-grading
dragonslayerx/Competitive-Programming-Repository
Competitive Programming templates that I used during the past few years.
gitabcworld/MatchingNetworks
This repo provides pytorch code which replicates the results of the Matching Networks for One Shot Learning paper on the Omniglot and MiniImageNet dataset
suyukun666/UFO
Official PyTorch implementation of the “A Unified Transformer Framework for Co-Segmentation, Co-Saliency Detection and Video Salient Object Detection”. (TMM2023)
CaptainEven/RepNet-MDNet-VehicleReID
Implementing RepNet(a two-stream multitask learning network) to do vehicle Re-identification, vehicle search(or vehicle match) with PyTorch 可用于车辆细粒度识别,车辆再识别,车辆匹配,车辆检索,RepNet/MDNet的一种PyTorch实现
yzimhao/trading_engine
Go开发的金融证券交易所系统
alicogintel/SDM
Sequential deep matching model for recommender system at Alibaba
stefano-regosa-deel/pattern-matching-ts
⚡ Pattern Matching in Typescript
jagodki/Offline-MapMatching
a QGIS-plugin for matching a trajectory with a network using a Hidden Markov Model and Viterbi algorithm
micromatch/to-regex-range
Pass two numbers, get a regex-compatible source string for matching ranges. Fast compiler, optimized regex, and validated against more than 2.78 million test assertions. Useful for creating regular expressions to validate numbers, ranges, years, etc.
protyposis/AudioAlign
Audio Synchronization and Analysis Tool
alibaba/nann
A flexible, high-performance framework for large-scale retrieval problems based on TensorFlow.
protyposis/Aurio
Audio Fingerprinting & Retrieval for .NET
steve1316/granblue-automation-pyautogui
Educational application aimed at automating user-defined workflows for the mobile game, "Granblue Fantasy", using a variety of CV technologies in the backend such as OpenCV, PyAutoGUI and EasyOCR and a frontend coded in Typescript.
C4IR/FAIR.m
Flexible Algorithms for Image Registration
codemodsquad/astx
Super powerful structural search and replace for JavaScript and TypeScript to automate your refactoring
sb-ai-lab/HypEx
Fast and customizable framework for automatic and quick Causal Inference in Python
luciferreeves/edify
Regular Expressions Made Simple.
PhakornKiong/go-pattern-match
Pattern Matching library for go
micromatch/is-glob
If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience. 55+ million downloads.