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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to alaphao/coremlexample

Open-source alternatives to CoreMLExample

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

  • cs230-stanford/cs230-code-examplescs230-stanford avatar

    cs230-stanford/cs230-code-examples

    4,218View on GitHub↗

    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
    View on GitHub↗4,218
  • aaltovision/dgc-netAaltoVision avatar

    AaltoVision/DGC-Net

    206View on GitHub↗

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

    Jupyter Notebook
    View on GitHub↗206
  • c0nn3r/retinanetC

    c0nn3r/RetinaNet

    0View on GitHub↗
    View on GitHub↗0
  • adamian98/pulseadamian98 avatar

    adamian98/pulse

    8,014View on GitHub↗

    Pulse is a generative model image upscaler and latent space image processor. It functions as a self-supervised photo upsampling tool that increases image resolution by exploring the latent space of pre-trained generative models to synthesize high-quality details. The system includes a face image alignment tool designed to standardize the scale and orientation of raw facial photos. This preprocessing utility prepares images for higher resolution processing by aligning and downscaling faces to a standard orientation. The project covers AI image super-resolution and generative photo upscaling,

    Python
    View on GitHub↗8,014

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • amdegroot/ssd.pytorchamdegroot avatar

    amdegroot/ssd.pytorch

    5,224View on GitHub↗

    This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and localizing multiple objects within images and video. The project provides a neural network architecture designed for single-shot object detection, which predicts bounding boxes and class labels in one pass. The implementation includes a real-time object detector capable of processing live video streams to track and label objects across sequential frames. It also features a complete computer vision training pipeline for preparing image datasets and training model weights. The fra

    Pythoncomputer-visiondeep-learningimage-recognition
    View on GitHub↗5,224
  • anuragranj/back2future.pytorchA

    anuragranj/back2future.pytorch

    0View on GitHub↗
    View on GitHub↗0
  • aosokin/biogansA

    aosokin/biogans

    0View on GitHub↗
    View on GitHub↗0
  • arig23498/flutter-licenseariG23498 avatar

    ariG23498/Flutter-License

    25View on GitHub↗

    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
    View on GitHub↗25
  • awentzonline/image-analogiesawentzonline avatar

    awentzonline/image-analogies

    3,504View on GitHub↗

    Generate image analogies using neural matching and blending.

    Python
    View on GitHub↗3,504
  • bamos/densenet.pytorchbamos avatar

    bamos/densenet.pytorch

    838View on GitHub↗

    A PyTorch implementation of DenseNet.

    Python
    View on GitHub↗838
  • bearpaw/pytorch-classificationbearpaw avatar

    bearpaw/pytorch-classification

    1,740View on GitHub↗

    Classification with PyTorch.

    Pythoncifar10cifar100classification
    View on GitHub↗1,740
  • bestivictory/ilgnetBestiVictory avatar

    BestiVictory/ILGnet

    114View on GitHub↗
    Python
    View on GitHub↗114
  • bgshih/crnnbgshih avatar

    bgshih/crnn

    2,104View on GitHub↗

    Convolutional Recurrent Neural Network

    Lua
    View on GitHub↗2,104
  • bodokaiser/piwiseB

    bodokaiser/piwise

    0View on GitHub↗

    Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

    View on GitHub↗0
  • aaron-xichen/pytorch-playgroundaaron-xichen avatar

    aaron-xichen/pytorch-playground

    2,714View on GitHub↗

    Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    View on GitHub↗2,714
  • cadene/vqa.pytorchC

    Cadene/vqa.pytorch

    0View on GitHub↗
    View on GitHub↗0
  • castorini/honkC

    castorini/honk

    0View on GitHub↗
    View on GitHub↗0
  • chaoyuaw/pytorch-coviarchaoyuaw avatar

    chaoyuaw/pytorch-coviar

    522View on GitHub↗

    Compressed Video Action Recognition

    Python
    View on GitHub↗522
  • chenxi116/pnasnet.pytorchchenxi116 avatar

    chenxi116/PNASNet.pytorch

    322View on GitHub↗

    PyTorch implementation of PNASNet-5 on ImageNet

    Python
    View on GitHub↗322
  • chenyi1989/coremldemochenyi1989 avatar

    chenyi1989/CoreMLDemo

    34View on GitHub↗

    A demo for iOS machine learning framework : Core ML

    Objective-C
    View on GitHub↗34
  • chinakook/mobilenetv2.mxnetchinakook avatar

    chinakook/MobileNetV2.mxnet

    85View on GitHub↗

    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
    View on GitHub↗85
  • cleardusk/3ddfacleardusk avatar

    cleardusk/3DDFA

    3,678View on GitHub↗

    3DDFA is a 3D face reconstruction tool that generates three-dimensional facial meshes and 68 structural landmarks from a single two-dimensional input image. The project provides utilities for estimating facial pose and depth maps to determine the orientation and position of a face. It includes a geometry exporter to save reconstructed facial shapes into standard file formats for use in external 3D modeling software. The software further covers automated face cropping using landmark-based and landmark-free identification methods, as well as the extraction of specialized mathematical represent

    Python
    View on GitHub↗3,678
  • clementpinard/depthnetC

    ClementPinard/DepthNet

    0View on GitHub↗
    View on GitHub↗0
  • cmu-perceptual-computing-lab/openposeCMU-Perceptual-Computing-Lab avatar

    CMU-Perceptual-Computing-Lab/openpose

    34,145View on GitHub↗

    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
    View on GitHub↗34,145
  • cocoa-ai/facesvisiondemococoa-ai avatar

    cocoa-ai/FacesVisionDemo

    323View on GitHub↗

    👀 iOS11 demo application for age and gender classification of facial images.

    Swift
    View on GitHub↗323
  • cocoa-ai/flowersvisiondemococoa-ai avatar

    cocoa-ai/FlowersVisionDemo

    105View on GitHub↗

    🌸 iOS11 demo application for flower classification.

    Swift
    View on GitHub↗105
  • cocoa-ai/stylesvisiondemococoa-ai avatar

    cocoa-ai/StylesVisionDemo

    47View on GitHub↗

    🖼 iOS11 demo application for image style classification.

    Swift
    View on GitHub↗47
  • congweilin/mtcnn-caffeCongWeilin avatar

    CongWeilin/mtcnn-caffe

    493View on GitHub↗

    Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks

    Python
    View on GitHub↗493
  • cross-domain-compositing/cross-domain-compositingcross-domain-compositing avatar

    cross-domain-compositing/cross-domain-compositing

    186View on GitHub↗

    This is the official implementation of Cross-domain Compositing (CDC), a local, inference-time, image editing method which utilizes pretrained diffusion models for image compositing in various domains. We base our method on previous work in global image editing in inference-time, and propose a…

    Jupyter Notebook
    View on GitHub↗186
  • 1zb/deformable-convolution-pytorch1zb avatar

    1zb/deformable-convolution-pytorch

    410View on GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    View on GitHub↗410