awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to zeusees/hyperlpr

Open-source alternatives to HyperLPR

30 open-source projects similar to zeusees/hyperlpr, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best HyperLPR alternative.

  • akshayubhat/deepvideoanalyticsA

    AKSHAYUBHAT/DeepVideoAnalytics

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • albumentations-team/albumentationsAvatar von albumentations-team

    albumentations-team/albumentations

    15,308Auf GitHub ansehen↗

    Albumentations is a computer vision image augmentation library designed to increase training data diversity for deep learning models. It provides a toolset for applying geometric and color transformations to images and annotations, including a specialized collection of 3D operations for volumetric data used in medical and scientific imaging. The library functions as an image mask and bounding box transformer, automatically updating masks, bounding boxes, and keypoints when images undergo geometric changes. This ensures that spatial alterations remain synchronized across images and their assoc

    Python
    Auf GitHub ansehen↗15,308
  • alexeyab/darknetAvatar von AlexeyAB

    AlexeyAB/darknet

    22,159Auf GitHub ansehen↗

    Darknet is a high-performance C-based inference engine and computer vision library designed for real-time object identification and localization. It serves as a neural network framework for training and deploying detection models using the YOLO architecture, providing a toolset for deep learning training and deployment. The project differentiates itself through a C and CUDA implementation that enables hardware acceleration for matrix multiplication and inference speed optimization. It provides a shared library interface for embedding detection capabilities into external applications and suppo

    C
    Auf GitHub ansehen↗22,159
  • alexjc/neural-doodleAvatar von alexjc

    alexjc/neural-doodle

    9,854Auf GitHub ansehen↗

    Neural Doodle is a collection of neural network tools designed for image upscaling, texture synthesis, and semantic-guided style transfer between visual inputs. It provides a semantic style transfer engine and an example-based image upscaler that increase image resolution by referencing visual details from a target style example. The project includes a neural texture synthesizer for creating seamless bitmap textures and repeating patterns from a single input style image. It also functions as an image generation tool capable of transforming simple sketches and photos into detailed artwork. Th

    Pythondeep-learningdeep-neural-networksimage-generation
    Auf GitHub ansehen↗9,854

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • aliaksandrsiarohin/first-order-modelAvatar von AliaksandrSiarohin

    AliaksandrSiarohin/first-order-model

    15,003Auf GitHub ansehen↗

    This project is a generative adversarial network designed for image animation and motion transfer. It functions as a computer vision framework that synthesizes video sequences by applying motion patterns extracted from a driving video onto a static source image. The model distinguishes itself by using a keypoint-based representation to decouple object appearance from temporal movement. By tracking structural deformations through learned latent coordinates, it performs motion retargeting and synthetic media production without requiring manual annotations or object-specific training data. The

    Jupyter Notebookdeep-learninggenerative-modelimage-animation
    Auf GitHub ansehen↗15,003
  • arm-software/computelibraryAvatar von ARM-software

    ARM-software/ComputeLibrary

    3,160Auf GitHub ansehen↗

    acl-release-shield: https://img.shields.io/badge/version-53.1.0-green acl-release: https://github.com/ARM-software/ComputeLibrary/releases/v53.1.0

    C++
    Auf GitHub ansehen↗3,160
  • ayooshkathuria/pytorch-yolo-v3Avatar von ayooshkathuria

    ayooshkathuria/pytorch-yolo-v3

    3,316Auf GitHub ansehen↗

    A PyTorch implementation of the YOLO v3 object detection algorithm

    Pythonobject-detectionpytorchyolo
    Auf GitHub ansehen↗3,316
  • bgshih/crnnAvatar von bgshih

    bgshih/crnn

    2,104Auf GitHub ansehen↗

    Convolutional Recurrent Neural Network

    Lua
    Auf GitHub ansehen↗2,104
  • bulletphysics/bullet3Avatar von bulletphysics

    bulletphysics/bullet3

    14,243Auf GitHub ansehen↗

    Bullet3 is a professional physics simulation engine designed for calculating rigid body, soft body, and collision dynamics within 3D environments and robotics applications. It functions as a computational framework for determining complex geometric intersections and contact manifolds between objects in simulated space. The library distinguishes itself through a distributed rendering framework that scales heavy graphical workloads and scene generation tasks across large clusters of machines. This capability enables the production of massive datasets by distributing complex scene generation acr

    C++computer-animationgame-developmentkinematics
    Auf GitHub ansehen↗14,243
  • caogang/wgan-gpAvatar von caogang

    caogang/wgan-gp

    1,548Auf GitHub ansehen↗

    A pytorch implementation of Paper "Improved Training of Wasserstein GANs"

    Pythonpytorchwgan-gp
    Auf GitHub ansehen↗1,548
  • carla-simulator/carlaAvatar von carla-simulator

    carla-simulator/carla

    14,072Auf GitHub ansehen↗

    CARLA is an autonomous driving simulator and research environment designed for developing and validating self-driving software. It functions as an urban traffic simulator that generates realistic vehicle and pedestrian behavior and as a synthetic sensor data generator producing LiDAR, Radar, and camera data. The platform distinguishes itself through its deep integration with robotics frameworks, specifically providing native connectivity to ROS2 nodes for robotic control and data processing. It supports the training of driving models via imitation and reinforcement learning within a controlle

    C++
    Auf GitHub ansehen↗14,072
  • carpedm20/dcgan-tensorflowAvatar von carpedm20

    carpedm20/DCGAN-tensorflow

    7,185Auf GitHub ansehen↗

    This is a TensorFlow implementation of the Deep Convolutional Generative Adversarial Network (DCGAN) architecture, providing a framework for training generative models that produce synthetic images from random noise vectors. The project implements the core DCGAN design, using transposed convolutions for upsampling, batch normalization for training stability, and leaky ReLU activations in the discriminator, all executed as static TensorFlow computation graphs. The implementation supports training on custom image datasets by accepting user-supplied image folders without requiring a predefined f

    JavaScriptdcgangangenerative-model
    Auf GitHub ansehen↗7,185
  • carpedm20/enas-pytorchAvatar von carpedm20

    carpedm20/ENAS-pytorch

    2,722Auf GitHub ansehen↗

    PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"

    Pythongoogle-brainneural-architecture-searchpytorch
    Auf GitHub ansehen↗2,722
  • charlesq34/pointnet2Avatar von charlesq34

    charlesq34/pointnet2

    3,678Auf GitHub ansehen↗

    PointNet++ is a deep learning framework designed for processing and classifying 3D point cloud data. It utilizes a hierarchical feature learning architecture to extract geometric patterns from sampled 3D point sets. The framework implements a variety of 3D analysis tools, including a point cloud classifier for categorizing objects based on spatial coordinates and surface normals, a semantic scene segmenter for labeling surfaces in large-scale environments, and a tool for 3D object part segmentation. The system covers a broad range of capabilities including geometric feature extraction, 3D da

    Python
    Auf GitHub ansehen↗3,678
  • charlesshang/fastmaskrcnnAvatar von CharlesShang

    CharlesShang/FastMaskRCNN

    3,083Auf GitHub ansehen↗

    Mask RCNN in TensorFlow

    Pythoncocodetectionfasterrcnn
    Auf GitHub ansehen↗3,083
  • clovaai/craft-pytorchAvatar von clovaai

    clovaai/CRAFT-pytorch

    3,388Auf GitHub ansehen↗

    Official Pytorch implementation of CRAFT text detector | Paper | Pretrained Model | Supplementary

    Python
    Auf GitHub ansehen↗3,388
  • clovaai/stargan-v2Avatar von clovaai

    clovaai/stargan-v2

    3,610Auf GitHub ansehen↗

    StarGAN v2 - Official PyTorch Implementation (CVPR 2020)

    Python
    Auf GitHub ansehen↗3,610
  • cmu-perceptual-computing-lab/openposeAvatar von CMU-Perceptual-Computing-Lab

    CMU-Perceptual-Computing-Lab/openpose

    34,145Auf GitHub ansehen↗

    OpenPose is a real-time pose estimation engine designed to detect and track human body, face, hand, and foot landmarks. It functions as a multi-person motion tracker, identifying the spatial coordinates of multiple individuals simultaneously within video streams or static images. Beyond two-dimensional detection, the software acts as a three-dimensional kinematics processor, reconstructing spatial movement data from single or multiple synchronized camera perspectives. The system distinguishes itself through a bottom-up approach that utilizes part-affinity fields to associate body parts across

    C++caffecomputer-visioncpp
    Auf GitHub ansehen↗34,145
  • cmusatyalab/openfaceAvatar von cmusatyalab

    cmusatyalab/openface

    15,398Auf GitHub ansehen↗

    Openface is a deep learning toolkit designed for facial recognition and identity verification. It provides a comprehensive pipeline for detecting faces, aligning landmarks, and transforming facial images into compact numerical vectors. By utilizing these embeddings, the system enables identity classification and similarity comparison through geometric distance calculations. The project distinguishes itself by integrating research-oriented diagnostic tools alongside its core recognition capabilities. It includes utilities for visualizing high-dimensional feature clusters, inspecting internal c

    Luadeep-learningface-recognitionfacenet
    Auf GitHub ansehen↗15,398
  • cysu/open-reidAvatar von Cysu

    Cysu/open-reid

    1,369Auf GitHub ansehen↗

    Open source person re-identification library in python

    Pythondeep-learningmetric-learningperson-reidentification
    Auf GitHub ansehen↗1,369
  • davidsandberg/facenetAvatar von davidsandberg

    davidsandberg/facenet

    14,326Auf GitHub ansehen↗

    FaceNet is a facial recognition framework designed to transform facial images into high-dimensional numerical embeddings for identity verification and recognition. It provides a deep learning face embedder that maps facial features into a Euclidean space where distance corresponds to facial similarity. The system includes tools for both supervised and unsupervised identity management. It features a face identity classifier for categorizing images into known identity classes and an unsupervised clustering tool to group similar facial embeddings together without predefined labels. The framewor

    Python
    Auf GitHub ansehen↗14,326
  • dbolya/yolactAvatar von dbolya

    dbolya/yolact

    5,231Auf GitHub ansehen↗

    Yolact is a computer vision framework and real-time instance segmentation model. It utilizes a fully convolutional neural network to detect objects and generate pixel-level masks for images and video feeds. The system employs prototypical mask generation to create global mask prototypes that are linearly combined for instance-specific results. It incorporates deformable convolutional layers and deformable region-of-interest pooling to adapt spatial sampling to the irregular shapes of objects. The framework covers the full model development lifecycle, including training on custom datasets, ac

    Python
    Auf GitHub ansehen↗5,231
  • deepfakes/faceswapAvatar von deepfakes

    deepfakes/faceswap

    55,289Auf GitHub ansehen↗

    Faceswap is a comprehensive framework for automated media manipulation and neural face synthesis. It provides a modular pipeline that manages the entire lifecycle of facial feature extraction, deep learning model training, and image conversion. By coordinating complex computer vision workflows, the system enables users to map facial identities between source and destination datasets while maintaining structural alignment and lighting consistency across video frames. The project distinguishes itself through a highly extensible plugin-based architecture that handles hardware-accelerated process

    Pythondeep-face-swapdeep-learningdeep-neural-networks
    Auf GitHub ansehen↗55,289
  • deeppomf/deepcreampyD

    deeppomf/DeepCreamPy

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • drsleep/tensorflow-deeplab-resnetAvatar von DrSleep

    DrSleep/tensorflow-deeplab-resnet

    1,258Auf GitHub ansehen↗

    DeepLab-ResNet rebuilt in TensorFlow

    Pythondeeplab-resnetpascal-vocsemantic-segmentation
    Auf GitHub ansehen↗1,258
  • emilwallner/screenshot-to-codeAvatar von emilwallner

    emilwallner/Screenshot-to-code

    16,485Auf GitHub ansehen↗

    Screenshot-to-code is an AI visual frontend generator that translates images, design mockups, and screenshots into structured HTML, CSS, and Tailwind markup. It functions as a design-to-code converter that uses large language models and neural networks to transform visual elements into functional web page layouts. The tool automates the frontend design process by converting static mockups into website code, facilitating rapid UI prototyping and the generation of static website structures. It bridges the gap between visual design assets and frontend development by translating image-based layou

    HTMLcnncnn-kerasdeep-learning
    Auf GitHub ansehen↗16,485
  • eragonruan/text-detection-ctpnAvatar von eragonruan

    eragonruan/text-detection-ctpn

    3,431Auf GitHub ansehen↗

    text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network

    Pythonctpnid-cardocr
    Auf GitHub ansehen↗3,431
  • eriklindernoren/keras-ganAvatar von eriklindernoren

    eriklindernoren/Keras-GAN

    9,206Auf GitHub ansehen↗

    Keras-GAN is a collection of generative adversarial network implementations built with Keras for synthetic data generation and image manipulation. It provides frameworks for image-to-image translation, image inpainting, and neural image super-resolution. The library includes tools for learning disentangled latent space representations to control specific attributes of synthetic outputs. It also features capabilities for image domain translation using paired or unpaired data and the ability to fill corrupted or missing image parts by analyzing surrounding visual context. The project covers ge

    Python
    Auf GitHub ansehen↗9,206
  • eriklindernoren/pytorch-ganAvatar von eriklindernoren

    eriklindernoren/PyTorch-GAN

    17,472Auf GitHub ansehen↗

    PyTorch-GAN is a research-oriented framework providing a collection of modular implementations for generative adversarial network architectures. It serves as a toolkit for training and evaluating models that utilize adversarial minimax optimization to produce synthetic data, offering a structured environment for exploring complex generative tasks within the PyTorch ecosystem. The library distinguishes itself through a comprehensive suite of image synthesis and manipulation capabilities, including super-resolution, inpainting, and cross-domain style translation. It supports advanced training m

    Python
    Auf GitHub ansehen↗17,472
  • aizootech/facemaskdetectionAvatar von AIZOOTech

    AIZOOTech/FaceMaskDetection

    2,124Auf GitHub ansehen↗

    开源人脸口罩检测模型和数据 Detect faces and determine whether people are wearing mask.

    Jupyter Notebookcaffedetectionpytorch
    Auf GitHub ansehen↗2,124