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
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to elliottd/groundedtranslation

Open-source alternatives to GroundedTranslation

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

  • jocicmarko/ultrasound-nerve-segmentationAvatar von jocicmarko

    jocicmarko/ultrasound-nerve-segmentation

    944Auf GitHub ansehen↗

    This tutorial shows how to use Keras library to build deep neural network for ultrasound image nerve segmentation. More info on this Kaggle competition can be found on https://www.kaggle.com/c/ultrasound-nerve-segmentation.

    Python
    Auf GitHub ansehen↗944
  • tdeboissiere/deeplearningimplementationsAvatar von tdeboissiere

    tdeboissiere/DeepLearningImplementations

    1,810Auf GitHub ansehen↗

    Implementation of recent Deep Learning papers

    Python
    Auf GitHub ansehen↗1,810
  • divamgupta/image-segmentation-kerasD

    divamgupta/image-segmentation-keras

    0Auf GitHub ansehen↗

    Implementation of various Deep Image Segmentation models in keras.

    Auf GitHub ansehen↗0
  • lazyprogrammer/machine_learning_examplesAvatar von lazyprogrammer

    lazyprogrammer/machine_learning_examples

    8,823Auf GitHub ansehen↗

    This project is a comprehensive collection of practical code examples and implementation libraries for machine learning. It provides a wide array of reference materials for building supervised, unsupervised, and reinforcement learning algorithms. The repository serves as a multi-domain resource, featuring specific implementation suites for financial AI, Bayesian statistical modeling, and deep learning architectures. It includes a framework for training intelligent agents using policy gradients and actor-critic models, as well as practical guides for fine-tuning transformers and utilizing larg

    Pythondata-sciencedeep-learningmachine-learning
    Auf GitHub ansehen↗8,823

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
  • deep-learning-with-pytorch/dlwpt-codeAvatar von deep-learning-with-pytorch

    deep-learning-with-pytorch/dlwpt-code

    5,224Auf GitHub ansehen↗

    This project is a deep learning educational resource consisting of PyTorch model implementations and code examples. It provides functional Python scripts and notebooks for building, training, and optimizing neural networks using tensor-based computation. The repository includes implementations for designing custom network layers and loss functions, as well as examples of transfer learning workflows that load pretrained model weights to accelerate development. The codebase covers a broad range of deep learning capabilities, including neural network training, custom model component design, and

    Jupyter Notebookdeep-learningdeep-neural-networkspython
    Auf GitHub ansehen↗5,224
  • openvinotoolkit/open_model_zooAvatar von openvinotoolkit

    openvinotoolkit/open_model_zoo

    4,408Auf GitHub ansehen↗

    Open Model Zoo is a curated collection of pre-trained and optimized deep learning models designed for high-performance inference using OpenVINO. It serves as a model repository and deployment framework that streamlines the integration of neural networks into production environments. The project utilizes a centralized manifest and a versioned registry to automate the downloading and organization of model weights and metadata. It includes tools for benchmarking inference performance and validating model accuracy by comparing outputs against ground-truth tensors to quantify precision loss. The

    Pythoncaffemodelcnn-modeldeep-learning-models
    Auf GitHub ansehen↗4,408
  • qqwweee/keras-yolo3Avatar von qqwweee

    qqwweee/keras-yolo3

    7,116Auf GitHub ansehen↗

    This project is an object detection framework implementing the YOLOv3 architecture using Keras and TensorFlow. It functions as a deep learning vision model and computer vision toolset designed to locate and classify multiple entities within images and video streams using bounding boxes. The system includes a multi-GPU inference engine to distribute computational loads across several graphics processing units. It also provides a pipeline for creating custom object detectors by retraining pre-trained weights on annotated datasets to recognize user-defined object classes. The framework covers m

    Python
    Auf GitHub ansehen↗7,116
  • wongkinyiu/yolov9Avatar von WongKinYiu

    WongKinYiu/yolov9

    9,534Auf GitHub ansehen↗

    YOLOv9 is a real-time computer vision framework and deep learning model designed for image classification, object detection, and instance segmentation. It functions as both a vision model and a trainer, allowing for the optimization of neural network weights on custom datasets using single or multiple GPUs. The framework utilizes programmable gradient information to perform high-speed identification and location of multiple objects within images and video streams. It extends beyond bounding box detection to provide instance segmentation and panoptic segmentation, which labels every pixel in a

    Pythonyolov9
    Auf GitHub ansehen↗9,534
  • cs230-stanford/cs230-code-examplesAvatar von cs230-stanford

    cs230-stanford/cs230-code-examples

    4,218Auf GitHub ansehen↗

    This repository provides structured code examples and project templates designed for classroom instruction in machine learning and neural networks. It offers reference implementations of deep learning models for both computer vision and natural language processing tasks, built using PyTorch as the core framework. The codebase is organized as a modular project template with separate directories for data handling, model definitions, and training scripts, promoting reusability and clarity. It includes predefined pipelines for image classification and text processing, along with a command-line in

    Pythoncomputer-visionnatural-language-processingpytorch
    Auf GitHub ansehen↗4,218
  • aladdinpersson/machine-learning-collectionAvatar von aladdinpersson

    aladdinpersson/Machine-Learning-Collection

    8,465Auf GitHub ansehen↗

    This project is a machine learning educational repository providing a collection of implementations and guides for machine learning and deep learning algorithms. It serves as a deep learning model library and a reference for training workflows, covering foundational machine learning, convolutional, recurrent, and transformer architectures. The collection includes a generative adversarial network suite for synthesizing realistic images and performing image-to-image translation. It also functions as a computer vision implementation guide for object detection and semantic segmentation, alongside

    Pythonmachine-learningmachine-learning-algorithmspytorch
    Auf GitHub ansehen↗8,465
  • rudrabha/wav2lipAvatar von Rudrabha

    Rudrabha/Wav2Lip

    13,045Auf GitHub ansehen↗

    Wav2Lip is a deep learning lip sync model and neural talking head framework designed to synchronize the lip movements in a video to match a provided audio file. It functions as a computer vision lip synchronizer and speech-to-lip generator that maps speech patterns to visual mouth movements to produce realistic talking head videos. The system utilizes a framework for training and evaluating models that align audio and video frames. This includes the ability to train lip-sync models and visual discriminators using speech-to-lip datasets and evaluating the resulting synchronization accuracy thr

    Python
    Auf GitHub ansehen↗13,045
  • pkmital/tensorflow_tutorialsAvatar von pkmital

    pkmital/tensorflow_tutorials

    5,668Auf GitHub ansehen↗

    This project is a collection of educational Jupyter Notebooks providing tutorials on neural network construction and tensor operations using the TensorFlow framework. It serves as a machine learning educational repository and implementation guide for deep learning students. The suite focuses on specific advanced architectures, including convolutional networks for image classification, residual networks with skip connections for training stability, and variational autoencoders for generative modeling and data synthesis. It also includes guides for building denoising and deep autoencoders to pe

    Jupyter Notebook
    Auf GitHub ansehen↗5,668
  • awentzonline/keras-visual-semantic-embeddingA

    awentzonline/keras-visual-semantic-embedding

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • awentzonline/image-analogiesAvatar von awentzonline

    awentzonline/image-analogies

    3,504Auf GitHub ansehen↗

    Generate image analogies using neural matching and blending.

    Python
    Auf GitHub ansehen↗3,504
  • alaphao/coremlexampleAvatar von alaphao

    alaphao/CoreMLExample

    37Auf GitHub ansehen↗

    An example of CoreML using a pre-trained VGG16 model

    Swift
    Auf GitHub ansehen↗37
  • avisingh599/visual-qaAvatar von avisingh599

    avisingh599/visual-qa

    479Auf GitHub ansehen↗

    Reimplementation Antol et al 2015 Keras-based LSTM/CNN models for Visual Question Answering

    Python
    Auf GitHub ansehen↗479
  • c0nn3r/retinanetC

    c0nn3r/RetinaNet

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • arig23498/flutter-licenseAvatar von ariG23498

    ariG23498/Flutter-License

    25Auf GitHub ansehen↗

    TCS humAIn This is a Flutter application that is used to locate the license plate out of a picture given to the application. Cue the Drum Rolls for what I am about to disclose. With the help of Sayak Paul the tensorflow model that was 255mb was cut short to a 2mb file. TFLite did the trick for…

    Dart
    Auf GitHub ansehen↗25
  • aaltovision/dgc-netAvatar von AaltoVision

    AaltoVision/DGC-Net

    206Auf GitHub ansehen↗

    A PyTorch implementation of "DGC-Net: Dense Geometric Correspondence Network"

    Jupyter Notebook
    Auf GitHub ansehen↗206
  • boknilev/dsl-char-cnnB

    boknilev/dsl-char-cnn

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • bodokaiser/piwiseB

    bodokaiser/piwise

    0Auf GitHub ansehen↗

    Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

    Auf GitHub ansehen↗0
  • aosokin/biogansA

    aosokin/biogans

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • bgshih/crnnAvatar von bgshih

    bgshih/crnn

    2,104Auf GitHub ansehen↗

    Convolutional Recurrent Neural Network

    Lua
    Auf GitHub ansehen↗2,104
  • cadene/vqa.pytorchC

    Cadene/vqa.pytorch

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • castorini/honkC

    castorini/honk

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • chaoyuaw/pytorch-coviarAvatar von chaoyuaw

    chaoyuaw/pytorch-coviar

    522Auf GitHub ansehen↗

    Compressed Video Action Recognition

    Python
    Auf GitHub ansehen↗522
  • chenxi116/pnasnet.pytorchAvatar von chenxi116

    chenxi116/PNASNet.pytorch

    322Auf GitHub ansehen↗

    PyTorch implementation of PNASNet-5 on ImageNet

    Python
    Auf GitHub ansehen↗322
  • chenyi1989/coremldemoAvatar von chenyi1989

    chenyi1989/CoreMLDemo

    34Auf GitHub ansehen↗

    A demo for iOS machine learning framework : Core ML

    Objective-C
    Auf GitHub ansehen↗34
  • chinakook/mobilenetv2.mxnetAvatar von chinakook

    chinakook/MobileNetV2.mxnet

    85Auf GitHub ansehen↗

    This is a Gluon implementation of MobileNetV2 architecture as described in the paper Inverted Residuals and Linear Bottlenecks: Mobile Networks for Classification, Detection and Segmentation.

    Python
    Auf GitHub ansehen↗85
  • bestivictory/ilgnetAvatar von BestiVictory

    BestiVictory/ILGnet

    114Auf GitHub ansehen↗
    Python
    Auf GitHub ansehen↗114