awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Architectures · Awesome GitHub Repositories

30 repos

Awesome GitHub RepositoriesArchitectures

Structural designs and mathematical patterns used to define the internal connectivity and data flow of neural networks.

Explore 30 awesome GitHub repositories matching artificial intelligence & ml · Architectures. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Architectures

Awesome Architectures GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • openai/codex

    openai/codex

    61,152GitHubView on GitHub↗

    Codex is an automated programming tool and generative code assistant designed to interpret developer intent through a natural language interface. It functions as a machine learning model trained on public code repositories to provide intelligent code completion, suggestions, and refactoring within development environme

    Employs stacked attention layers to process sequences and capture long-range dependencies within code structures.

    Rust
  • CorentinJ/Real-Time-Voice-Cloning

    CorentinJ/Real-Time-Voice-Cloning

    59,355GitHubView on GitHub↗

    This project is a neural text-to-speech engine and voice cloning toolkit designed to generate synthetic speech that mimics the vocal characteristics of a target speaker. It functions as a real-time audio synthesizer, utilizing a deep learning pipeline to convert written text into high-fidelity speech output with minima

    Utilizes pre-trained feature extractors to generalize vocal synthesis across diverse and previously unseen speakers.

    Pythondeep-learningpythonpytorch
  • meta-llama/llama

    meta-llama/llama

    59,157GitHubView on GitHub↗

    Llama is a computational framework and runtime environment designed for executing transformer-based neural networks locally. It functions as a generative AI inference engine, enabling the processing of input sequences through pre-trained model weights to produce text completions and structured data outputs directly on

    Implements stacked attention layers to process sequences and predict tokens based on learned statistical patterns.

    Python
  • PlexPt/awesome-chatgpt-prompts-zh

    PlexPt/awesome-chatgpt-prompts-zh

    58,347GitHubView on GitHub↗

    This project is a community-driven library of structured text inputs designed to guide large language models into specific roles, behaviors, and operational modes. It functions as a comprehensive repository of prompt engineering resources, providing reusable templates that allow users to override default model tendenci

    Logic-driven prompts interpret user constraints to enforce consistent response patterns and override default model tendencies.

    chat-gptchatgptchatgpt3
  • ultralytics/yolov5

    ultralytics/yolov5

    56,830GitHubView on GitHub↗

    YOLOv5 is a comprehensive computer vision framework designed for end-to-end deep learning, specializing in real-time object detection, image classification, and instance segmentation. It provides a unified toolkit that manages the entire lifecycle of a model, from initial dataset configuration and hyperparameter tuning

    Enables modular construction of neural networks by allowing the swapping of detection, segmentation, and classification layers.

    Pythoncoremldeep-learningios
  • deepfakes/faceswap

    deepfakes/faceswap

    54,974GitHubView on GitHub↗

    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

    Synthesizes facial transformations between different identities using generative machine learning models.

    Pythondeep-face-swapdeep-learningdeep-neural-networks
  • microsoft/autogen

    microsoft/autogen

    54,656GitHubView on GitHub↗

    This framework provides a development environment for building collaborative systems where autonomous agents interact to solve complex tasks through conversational workflows. It functions as a conversational workflow engine and event-driven runtime, coordinating multi-step processes by translating high-level goals into

    Delegates work and shares information to synchronize multiple agents working toward long-horizon objectives.

    Pythonagenticagentic-agiagents
  • karpathy/nanoGPT

    karpathy/nanoGPT

    53,461GitHubView on GitHub↗

    nanoGPT is a lightweight engine for training and fine-tuning transformer-based language models from scratch. It provides a minimalist codebase designed for educational exploration and rapid experimentation with neural network architectures, utilizing self-attention and feed-forward layers to process sequences and predi

    Utilizes stacked self-attention and feed-forward layers to process sequences and capture long-range dependencies.

    Python
  • ultralytics/ultralytics

    ultralytics/ultralytics

    53,426GitHubView on GitHub↗

    Ultralytics is a comprehensive computer vision framework designed for training, validating, and deploying deep learning models across a wide range of visual recognition tasks. It provides a unified interface for core operations including object detection, instance segmentation, pose estimation, and image classification

    Organizes neural networks into modular backbone, neck, and head components for easier customization.

    Pythonclicomputer-visiondeep-learning
  • facebookresearch/segment-anything

    facebookresearch/segment-anything

    53,431GitHubView on GitHub↗

    This project provides a deep learning architecture designed to identify and isolate distinct objects within images by generating precise pixel-level masks. It functions as a browser-based inference engine, enabling the execution of complex machine learning models directly within web environments without requiring serve

    Utilizes a specialized deep learning architecture to partition images into distinct segments through precise object isolation.

    Jupyter Notebook
Prev12Next

Explore sub-tags

  • Computer Vision Segmentation Models2 sub-tagsDeep learning architectures for pixel-level object isolation.
  • Generative Media Models3 sub-tagsModels focused on the synthesis of new visual or creative content from various input modalities.
  • Instruction-Tuned Language Models7 sub-tagsLarge language models specifically fine-tuned to follow user instructions and engage in chat-based interactions.
  • Model Architecture and Evaluation
4 sub-tags
Technical frameworks, structural designs, and performance metrics used to analyze and categorize model capabilities.
  • Multi-Agent Orchestration Systems4 sub-tagsSystems that coordinate multiple autonomous agents to collaborate on complex tasks and long-horizon objectives.
  • Multimodal Perception Models3 sub-tagsModels designed to interpret and analyze visual data, charts, or cross-modal inputs alongside text.
  • Neural Network Components10 sub-tagsModular building blocks and custom layer definitions used to construct and customize neural network architectures.
  • Recurrent Neural NetworksNeural network architectures designed to model sequential dependencies in data.
  • Sequence Models1 sub-tagArchitectures designed for processing ordered data where temporal or sequential dependencies are critical.
  • Spiking Neural NetworksLibraries and frameworks for designing, training, and deploying artificial neural networks that mimic biological spiking behavior.
  • Transformer3 sub-tagsNeural network designs utilizing stacked attention layers to process sequences and capture long-range dependencies.