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 ethereon/caffe-tensorflow

Open-source alternatives to Caffe Tensorflow

30 open-source projects similar to ethereon/caffe-tensorflow, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Caffe Tensorflow alternative.

  • amitness/toolboxA

    amitness/toolbox

    0View on GitHub↗
    View on GitHub↗0
  • bitloops/bitloops-languagebitloops avatar

    bitloops/bitloops-language

    358View on GitHub↗

    Open-source transpiled programming language that helps you write clean code, well-designed systems, and build high-quality software that is testable, auditable and maintainable. Like what you see? Don't forget to star! :star: ^^^

    TypeScript
    View on GitHub↗358
  • bloomberg/bdebloomberg avatar

    bloomberg/bde

    1,820View on GitHub↗

    Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.

    C++allocatorscppcpp-library
    View on GitHub↗1,820
  • chihming/awesome-network-embeddingchihming avatar

    chihming/awesome-network-embedding

    2,625View on GitHub↗

    A curated list of network embedding techniques.

    graph-embeddingsknowledge-graphnetwork-embedding
    View on GitHub↗2,625
  • clementfarabet/gfx.jsclementfarabet avatar

    clementfarabet/gfx.js

    124View on GitHub↗

    A graphics backend for the browser (with a Torch7 client).

    JavaScript
    View on GitHub↗124
  • cmusatyalab/openfacecmusatyalab avatar

    cmusatyalab/openface

    15,398View on GitHub↗

    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
    View on GitHub↗15,398

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
  • cucumber/godogcucumber avatar

    cucumber/godog

    2,635View on GitHub↗

    Cucumber for golang

    Go
    View on GitHub↗2,635
  • d60/cirqusd60 avatar

    d60/Cirqus

    231View on GitHub↗

    :x: d60 event sourcing CQRS framework

    C#
    View on GitHub↗231
  • damianh/cedar.commandhandlingD

    damianh/Cedar.CommandHandling

    0View on GitHub↗
    View on GitHub↗0
  • damianh/sqlstreamstoreD

    damianh/SqlStreamStore

    0View on GitHub↗
    View on GitHub↗0
  • deepmind/sonnetdeepmind avatar

    deepmind/sonnet

    9,920View on GitHub↗

    Sonnet is a modular machine learning framework and TensorFlow library used for building, training, and managing deep learning models. It functions as a system for composing neural networks from reusable modules and layers that encapsulate their own parameters and internal states. The project provides specialized tools for distributed model training, enabling the synchronization of gradients across multiple hardware devices. It also serves as a model state management system, allowing for the persistence of neural network weights and the export of portable models that separate the computation g

    Python
    View on GitHub↗9,920
  • deveel/deveel.repositorydeveel avatar

    deveel/deveel.repository

    3View on GitHub↗

    Implementations of the repository pattern for .NET to support the domain-driven modeling

    C#
    View on GitHub↗3
  • elderjames/shriek-fxElderJames avatar

    ElderJames/shriek-fx

    652View on GitHub↗

    An easy-to-use rapid development framework developed on the basis of.NET Core 2.0, following the constraints of domain Driven Design (DDD) specifications, combined with the CQRS architecture to provide the infrastructure for event-driven, event backtracking, responsiveness, and more. Let developers enjoy the true meaning of object-oriented design patterns brought by the aesthetic.

    C#
    View on GitHub↗652
  • elpapi42/deepbayElPapi42 avatar

    ElPapi42/DeepBay

    4View on GitHub↗

    Tensorflow/Keras Plug-N-Play Deep Learning Models Compilation

    Python
    View on GitHub↗4
  • erikbern/deep-pinkerikbern avatar

    erikbern/deep-pink

    832View on GitHub↗

    Deep Pink is a chess AI that learns to play chess using deep learning.

    Python
    View on GitHub↗832
  • eventflow/eventfloweventflow avatar

    eventflow/EventFlow

    2,562View on GitHub↗

    Async/await first CQRS+ES and DDD framework for .NET

    C#async-awaitc-sharpcqrs
    View on GitHub↗2,562
  • facebook/follyfacebook avatar

    facebook/folly

    30,412View on GitHub↗

    Folly is a collection of high-performance C++ components designed as an extension to the C++ Standard Library for large-scale production environments. It provides specialized toolkits for memory management, concurrency, asynchronous workflows, and low-latency input and output operations. The project distinguishes itself through the provision of lock-free containers and bounded queues to minimize contention in multi-threaded applications, alongside a framework for managing deferred computations using futures and promises. It further offers specialized memory arenas and optimized implementation

    C++
    View on GitHub↗30,412
  • facebook/memnnfacebook avatar

    facebook/MemNN

    1,755View on GitHub↗

    Memory Networks implementations

    Lua
    View on GitHub↗1,755
  • facebook/react-nativefacebook avatar

    facebook/react-native

    126,019View on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives. By decoupling application logic from the host platform's main thread, the framework maintains a consistent native view hierarchy while ensuring that JavaScript execution remains independent of UI rendering. The framework distinguishes itself through a robust bridge architecture

    C++androidapp-frameworkcross-platform
    View on GitHub↗126,019
  • facebookarchive/libphenomfacebookarchive avatar

    facebookarchive/libphenom

    1,665View on GitHub↗

    An eventing framework for building high performance and high scalability systems in C.

    C
    View on GitHub↗1,665
  • go-bdd/gobddgo-bdd avatar

    go-bdd/gobdd

    142View on GitHub↗

    BDD framework

    Go
    View on GitHub↗142
  • go-swagger/go-swaggergo-swagger avatar

    go-swagger/go-swagger

    9,989View on GitHub↗

    go-swagger is a toolkit for working with Swagger/OpenAPI 2.0 specifications in Go. It generates server, client, and CLI code from a specification document, and can also produce a specification by scanning annotated Go source code. The project includes a static validation engine that checks documents against the schema and project-specific rules, and a specification transformation pipeline that resolves, flattens, and merges documents. The toolkit generates both client and server code from the same specification, ensuring consistency in request and response handling. It also produces a command

    Goapicode-generatorgo
    View on GitHub↗9,989
  • google/deepdreamgoogle avatar

    google/deepdream

    13,236View on GitHub↗

    DeepDream is a deep learning image processor and convolutional neural network art generator designed to synthesize psychedelic imagery and visualize how neural networks interpret visual data. It functions as a tool for generating generative AI art by amplifying patterns recognized by a pre-trained model to produce dream-like effects. The project utilizes a TensorFlow image visualizer to explore how different layers of a neural network perceive images. This is achieved through algorithmic image manipulation and deep learning visualization techniques that transform standard photographs into sty

    View on GitHub↗13,236
  • hexahedria/biaxial-rnn-music-compositionhexahedria avatar

    hexahedria/biaxial-rnn-music-composition

    1,926View on GitHub↗

    A recurrent neural network designed to generate classical music.

    Python
    View on GitHub↗1,926
  • hlaueriksson/commandqueryhlaueriksson avatar

    hlaueriksson/CommandQuery

    109View on GitHub↗

    Command Query Separation for 🌐ASP.NET Core ⚡AWS Lambda ⚡Azure Functions ⚡Google Cloud Functions

    C#asp-net-coreaws-lambdaazure-functions
    View on GitHub↗109
  • jasperfx/martenJasperFx avatar

    JasperFx/marten

    3,411View on GitHub↗

    .NET Transactional Document DB and Event Store on PostgreSQL

    C#document-databasedocumentdbdotnet
    View on GitHub↗3,411
  • jbogard/mediatrjbogard avatar

    jbogard/MediatR

    11,841View on GitHub↗

    MediatR is a .NET library for implementing the mediator pattern, serving as an in-process message broker that decouples senders and receivers by routing messages through a central dispatcher. It enables the transmission of requests and notifications between different components within a single application process. The framework provides a pipeline behavior system that allows for the interception and processing of messages through a sequence of custom behaviors. This architecture is used to implement cross-cutting concerns, such as logging or validation, across multiple handlers. The library

    C#
    View on GitHub↗11,841
  • jeyjeyemem/xer.cqrsjeyjeyemem avatar

    jeyjeyemem/Xer.Cqrs

    103View on GitHub↗

    A lightweight and easy-to-use CQRS DDD library

    C#
    View on GitHub↗103
  • jll63/yomm11jll63 avatar

    jll63/yomm11

    119View on GitHub↗

    This library implements open multi-methods for C++11.

    C++
    View on GitHub↗119
  • amai-gmbh/ai-expert-roadmapAMAI-GmbH avatar

    AMAI-GmbH/AI-Expert-Roadmap

    31,091View on GitHub↗

    This project is a professional development repository that provides structured learning paths for individuals pursuing careers in data-centric engineering and artificial intelligence. It functions as a competency benchmarking framework, defining the core knowledge areas and technical milestones required to achieve proficiency in specialized domains. The repository distinguishes itself through hierarchical knowledge graphing, which organizes complex technical subjects into nested tree structures to create clear, progressive learning sequences. By centralizing curated educational resources and

    JavaScriptaiai-roadmapartificial-intelligence
    View on GitHub↗31,091