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 rdabra/txeo

Open-source alternatives to Txeo

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

  • ujjwalkarn/machine-learning-tutorialsujjwalkarn avatar

    ujjwalkarn/Machine-Learning-Tutorials

    17,909View on GitHub↗

    This repository serves as a structured educational resource for machine learning and data science, providing a centralized collection of tutorials, lecture notes, and implementation guides. It is designed to support self-directed learning by organizing complex technical concepts into a clear, hierarchical path that spans from foundational statistical methods to advanced deep learning architectures. The project distinguishes itself through a comprehensive approach to skill development, bridging the gap between theoretical algorithmic foundations and functional software applications. It offers

    awesomeawesome-listdeep-learning
    View on GitHub↗17,909
  • annetgpgpu/annetgpgpuANNetGPGPU avatar

    ANNetGPGPU/ANNetGPGPU

    113View on GitHub↗

    A GPU (CUDA) based Artificial Neural Network library

    C++c-plus-plus-11cudapropagation-network
    View on GitHub↗113
  • microsoft/cntkMicrosoft avatar

    Microsoft/CNTK

    17,602View on GitHub↗

    CNTK is a deep learning toolkit used for the design, construction, and training of neural networks. It defines model architectures as computational graphs and optimizes network parameters using an automatic differentiation engine and stochastic gradient descent. The project emphasizes large scale model distribution, spreading training workloads across multiple hardware nodes and GPUs. It features specialized support for dynamic sequence handling, allowing filters to be convolved across both spatial and dynamic sequence axes to process data of variable lengths. The toolkit provides hardware-a

    C++
    View on GitHub↗17,602

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
  • tiny-dnn/tiny-dnntiny-dnn avatar

    tiny-dnn/tiny-dnn

    6,019View on GitHub↗

    tiny-dnn is a header-only C++14 deep learning framework for building, training, and running inference on neural networks. It constructs static computational graphs at compile time using template-based layer composition, with a gradient-based backpropagation engine and minibatch stochastic gradient descent for training, all without external dependencies beyond the C++14 standard library. The framework supports importing pre-trained models from the Caffe framework directly, parsing its binary serialization format without requiring external protocol buffer libraries. It provides CPU-optimized te

    C++
    View on GitHub↗6,019
  • recastnavigation/recastnavigationrecastnavigation avatar

    recastnavigation/recastnavigation

    7,772View on GitHub↗

    RecastNavigation is a navigation mesh toolset and game AI pathfinding library used to generate and query walkable surfaces in 3D environments. It functions as a runtime navigation mesh generator and spatial query library, transforming raw 3D geometry into simplified surfaces to enable AI movement. The project includes a crowd simulation engine that manages steering and collision avoidance for large numbers of agents. It provides capabilities for group movement coordination and the simulation of many agents simultaneously using scalable navigation techniques. The system covers mesh generation

    C++
    View on GitHub↗7,772
  • justmarkham/scikit-learn-videosjustmarkham avatar

    justmarkham/scikit-learn-videos

    3,795View on GitHub↗

    This project is a collection of interactive Jupyter notebooks and a structured machine learning tutorial series. It serves as an educational resource for studying predictive modeling and statistical analysis through a curriculum of executable code examples. The notebooks are specifically designed to accompany video tutorials, integrating external video assets with live code to synchronize visual instruction with hands-on experimentation. This approach allows users to follow sequential lessons while executing and modifying machine learning workflows directly in a browser. The content covers t

    Jupyter Notebook
    View on GitHub↗3,795
  • flashlight/flashlightflashlight avatar

    flashlight/flashlight

    5,443View on GitHub↗

    Flashlight is a standalone C++ machine learning library and tensor library used for building and training neural networks. It functions as a comprehensive neural network framework and automatic differentiation engine, providing the tools to construct computation graphs and calculate gradients via backpropagation. The project serves as a distributed training framework, utilizing all-reduce operations to synchronize gradients and parameters across multiple compute nodes and devices. It distinguishes itself through deep integration of high-performance tensor manipulation, native device memory in

    C++
    View on GitHub↗5,443
  • kaldi-asr/kaldikaldi-asr avatar

    kaldi-asr/kaldi

    15,415View on GitHub↗

    Kaldi is an automatic speech recognition toolkit used to train and deploy models that convert spoken audio into text. It functions as a framework for designing and evaluating acoustic and language models through a structured pipeline of processing tools. The system acts as a cross-platform speech engine, capable of compiling recognition logic for Android and WebAssembly to enable execution on mobile devices and web browsers. It also includes a dedicated converter for migrating speech recognition models from the HTK format into a compatible internal structure. The toolkit covers a broad range

    Shell
    View on GitHub↗15,415
  • pytorch/pytorchpytorch avatar

    pytorch/pytorch

    100,814View on GitHub↗

    PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic differentiation system that allows for flexible, non-static graph execution. The framework is designed for deep integration with Python, enabling natural usage alongside standard scientific computing ecosystems. It distinguishes itself through a comprehensive distributed training sui

    Pythonautograddeep-learninggpu
    View on GitHub↗100,814
  • tensorflow/tensorflowtensorflow avatar

    tensorflow/tensorflow

    195,697View on GitHub↗

    TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of complex mathematical models. It utilizes a graph-based execution model that represents operations as directed acyclic graphs, enabling automatic differentiation and efficient parallel processing. The system provides high-level interfaces for defining neural network architectures, alongside a robust engine for managing multidimensional array structures and tensor mathematics. The framework distinguishes itself through a scalable distributed runtime that orchestrates workloads acr

    C++deep-learningdeep-neural-networksdistributed
    View on GitHub↗195,697
  • aigamedev/btskaigamedev avatar

    aigamedev/btsk

    485View on GitHub↗

    Behavior Tree Starter Kit

    C++
    View on GitHub↗485
  • samsung/velesSamsung avatar

    Samsung/veles

    917View on GitHub↗

    Distributed machine learning platform

    C++
    View on GitHub↗917
  • apache/incubator-mxnetapache avatar

    apache/incubator-mxnet

    20,812View on GitHub↗

    Apache MXNet is a deep learning framework and distributed machine learning library designed for training and deploying neural networks across distributed systems, mobile devices, and hardware accelerators. It functions as a cross-platform runtime and a dynamic dataflow scheduler that optimizes neural network execution. The framework provides a multi-language API, enabling the development of machine learning models using Python, R, Julia, Scala, Go, and JavaScript. It supports high-performance model training and the scaling of workloads across multiple GPUs and machines. The system covers cap

    C++
    View on GitHub↗20,812
  • oneapi-src/onednnoneapi-src avatar

    oneapi-src/oneDNN

    4,007View on GitHub↗

    oneDNN is a cross-architecture compute library and hardware acceleration framework designed as a oneAPI deep learning library. It functions as a neural network inference engine that provides optimized primitives to accelerate deep learning operations across diverse CPU and GPU architectures. The project distinguishes itself through a combination of just-in-time instruction generation based on detected processor features and microarchitecture-specific tuning. It utilizes graph-based operation compilation to minimize overhead and manages layout-aware tensors to optimize data access patterns acr

    C++
    View on GitHub↗4,007
  • codeplea/genanncodeplea avatar

    codeplea/genann

    2,268View on GitHub↗

    simple neural network library in ANSI C

    Cannansiartificial-neural-networks
    View on GitHub↗2,268
  • dobiasd/frugally-deepDobiasd avatar

    Dobiasd/frugally-deep

    1,125View on GitHub↗

    A lightweight header-only library for using Keras (TensorFlow) models in C++.

    C++c-plus-plusc-plus-plus-14convolutional-neural-networks
    View on GitHub↗1,125
  • aimacode/aima-lispaimacode avatar

    aimacode/aima-lisp

    437View on GitHub↗

    Common Lisp implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"

    Common Lisp
    View on GitHub↗437
  • ave-sergeev/tictonixAve-Sergeev avatar

    Ave-Sergeev/Tictonix

    9View on GitHub↗

    Crate for Embedings and Positional Encoding (Rust) (Q2:2025)

    Rustdeep-learningembeddingsmachine-learning
    View on GitHub↗9
  • 40ants/mcp40ants avatar

    40ants/mcp

    53View on GitHub↗

    40ANTS-MCP is a framework for building Model Context Protocol servers in Common Lisp

    Common Lisp
    View on GitHub↗53
  • agentjido/jidoagentjido avatar

    agentjido/jido

    940View on GitHub↗
    Elixiragentaiartificial-intelligence
    View on GitHub↗940
  • ashishps1/learn-ai-engineeringashishps1 avatar

    ashishps1/learn-ai-engineering

    3,805View on GitHub↗
    agentic-aiagentsai
    View on GitHub↗3,805
  • affaan-m/eccaffaan-m avatar

    affaan-m/ECC

    221,981View on GitHub↗

    ECC is an LLM agent orchestration framework and cross-platform AI tooling suite designed to coordinate multi-model workflows. It provides a system for managing specialized agent roles, reusable skills, and structured planning to execute complex software development tasks across different AI-powered code editors. The project distinguishes itself as a Model Context Protocol manager, providing a configuration layer to integrate external servers and audit tool execution. It further implements an agentic security sandbox that restricts sensitive file access and scans for secret leakage to secure a

    JavaScript
    View on GitHub↗221,981
  • 3lf/llm-for-humans3lf avatar

    3lf/llm-for-humans

    75View on GitHub↗

    برای آدمیزاد LLM آموزش / Teaching LLM in Persian

    View on GitHub↗75
  • atgreen/cl-chromaatgreen avatar

    atgreen/cl-chroma

    12View on GitHub↗

    A Common Lisp client for the Chroma vector database

    Common Lisp
    View on GitHub↗12
  • atgreen/cl-completionsatgreen avatar

    atgreen/cl-completions

    34View on GitHub↗

    A Common Lisp LLM completions library

    Common Lisp
    View on GitHub↗34
  • atgreen/cl-embeddingsatgreen avatar

    atgreen/cl-embeddings

    14View on GitHub↗

    A Common Lisp embeddings library

    Common Lisp
    View on GitHub↗14
  • 0xplaygrounds/rig0xPlaygrounds avatar

    0xPlaygrounds/rig

    7,450View on GitHub↗

    Rig is a framework for building large language model applications, featuring a multi-provider client and a workflow builder for retrieval-augmented generation systems. It serves as an orchestrator for creating autonomous agents that can maintain conversation state and execute complex tasks through custom prompting and plugins. The project provides standardized interfaces for both completion and embedding model providers, allowing for unified request and response patterns across different engines. It also includes a vector database integration layer that defines a common interface for indexing

    Rustagentaiartificial-intelligence
    View on GitHub↗7,450
  • awakenworks/awakenawakenworks avatar

    awakenworks/awaken

    81View on GitHub↗

    AI agent runtime for Rust — type-safe state, multi-protocol serving, plugin extensibility.

    Rusta2aa2uiacp
    View on GitHub↗81
  • bayeswitnesses/m2cgenBayesWitnesses avatar

    BayesWitnesses/m2cgen

    2,988View on GitHub↗

    Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies

    Pythonccsharpdartlang
    View on GitHub↗2,988
  • arc53/docsgptarc53 avatar

    arc53/DocsGPT

    17,939View on GitHub↗

    DocsGPT is a retrieval-augmented generation platform and private knowledge base used to build AI agents that perform grounded search and analysis. It functions as a multi-model AI orchestrator and enterprise agent builder, allowing for the integration of various local and cloud language models to customize reasoning and text generation. The project provides a visual environment for developing automated assistants using conditional logic and third-party API connectivity. It enables the creation of private AI agents capable of performing enterprise search and detailed document analysis using pr

    Pythonagent-builderagentsai
    View on GitHub↗17,939