awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

219 रिपॉजिटरी

Awesome GitHub RepositoriesArchitectures

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

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

Awesome Architectures GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • automatic1111/stable-diffusion-webuiAUTOMATIC1111 का अवतार

    AUTOMATIC1111/stable-diffusion-webui

    163,743GitHub पर देखें↗

    Stable Diffusion Web UI is a browser-based interface designed for managing text-to-image generation tasks. It provides a centralized dashboard for controlling generative processes, including native support for multi-stage model architectures to facilitate high-quality image refinement. The platform distinguishes itself through granular control over the generation process, offering tools for precise parameter management and advanced prompt engineering. Users can customize generation styles and capabilities by integrating external model-extension formats, such as textual inversions, low-rank ad

    Powers the execution and management of complex generative media workflows through a graphical interface.

    Pythonaiai-artdeep-learning
    GitHub पर देखें↗163,743
  • huggingface/transformershuggingface का अवतार

    huggingface/transformers

    161,630GitHub पर देखें↗

    Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering specialized architectures for both text and vision processing. The framework includes tools for managing the entire model lifecycle, from data preprocessing and tokenization to distributed training and inference. The library features extensive support for model optimization and

    Exposes a registry-based interface for implementing custom attention mechanisms or modifying existing model behaviors.

    Pythonaudiodeep-learningdeepseek
    GitHub पर देखें↗161,630
  • microsoft/generative-ai-for-beginnersmicrosoft का अवतार

    microsoft/generative-ai-for-beginners

    112,045GitHub पर देखें↗

    This project is a comprehensive, open-source educational curriculum designed to guide developers through the mastery of generative artificial intelligence. It provides a structured learning path that covers foundational concepts, prompt engineering, and the practical application of large language models. The repository serves as a central hub for skill acquisition, offering sequential modules that progress from basic model mechanics to advanced architectural patterns. The curriculum distinguishes itself by focusing on the end-to-end lifecycle of intelligent software, including the implementat

    Focuses on utilizing smaller, efficient language models for practical deployment.

    Jupyter Notebookaiazurechatgpt
    GitHub पर देखें↗112,045
  • deepseek-ai/deepseek-v3deepseek-ai का अवतार

    deepseek-ai/DeepSeek-V3

    103,753GitHub पर देखें↗

    DeepSeek-V3 is a large language model that provides comprehensive resources for model utilization, including technical specifications, pre-trained weights, and evaluation benchmarks. The project details the core transformer architecture, including parameter counts and multi-token prediction modules, while supporting native 8-bit floating-point quantization. The repository offers extensive support for local and distributed inference through integration with multiple frameworks and engines. It includes documentation for deploying the model across various hardware configurations, such as GPUs an

    Standardized performance benchmarks and technical specifications allow for rigorous analysis of capabilities against industry-recognized metrics.

    Python
    GitHub पर देखें↗103,753
  • openai/whisperopenai का अवतार

    openai/whisper

    102,828GitHub पर देखें↗

    This project is a speech recognition and translation engine that utilizes a sequence-to-sequence transformer architecture to convert audio into text. It is built upon a weakly supervised learning framework, which leverages large-scale, unlabelled audio-transcript data to create generalized speech representations capable of performing simultaneous transcription, language identification, and translation. The system distinguishes itself through a unified multi-task modeling approach that shares token sequences across different objectives, allowing it to handle diverse languages and vocabularies

    Maps variable-length audio input sequences to text output sequences using deep learning and byte-level tokenization.

    Python
    GitHub पर देखें↗102,828
  • pytorch/pytorchpytorch का अवतार

    pytorch/pytorch

    100,814GitHub पर देखें↗

    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

    Organizes neural network architectures through modular base classes and container types for custom layer management.

    Pythonautograddeep-learninggpu
    GitHub पर देखें↗100,814
  • rasbt/llms-from-scratchrasbt का अवतार

    rasbt/LLMs-from-scratch

    97,260GitHub पर देखें↗

    This repository serves as an educational framework for building large language models from the ground up. It provides a structured curriculum that guides learners through the end-to-end lifecycle of model development, including data processing, architecture design, and optimization. By focusing on low-level implementation, the project enables users to master the fundamental mechanics of artificial intelligence without relying on high-level abstraction frameworks. The project distinguishes itself by constructing neural network components and gradient-based optimization logic from first princip

    Translates complex deep learning theory into functional code to provide practical experience with neural network architectures.

    Jupyter Notebookaiartificial-intelligencechatbot
    GitHub पर देखें↗97,260
  • openai/codexopenai का अवतार

    openai/codex

    91,445GitHub पर देखें↗

    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 environments. By translating human instructions into executable code snippets, the system bridges the gap between high-level technical requirements and functional software implementation. The engine utilizes transformer-based sequence modeling and supervised fine-tuning to align its outp

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

    Rust
    GitHub पर देखें↗91,445
  • mlabonne/llm-coursemlabonne का अवतार

    mlabonne/llm-course

    80,178GitHub पर देखें↗

    This project is a comprehensive educational curriculum and engineering handbook focused on the lifecycle of large language models. It serves as a structured knowledge base for machine learning practitioners, covering the fundamental mathematical and architectural principles of transformer-based sequence modeling, as well as the practical implementation of supervised instruction fine-tuning and preference-based model alignment. The repository distinguishes itself by providing a deep dive into advanced model composition and optimization techniques. It details methodologies for weight-space mode

    Details the mechanics of stacked attention layers used to process sequences and capture long-range dependencies.

    courselarge-language-modelsllm
    GitHub पर देखें↗80,178
  • d2l-ai/d2l-zhd2l-ai का अवतार

    d2l-ai/d2l-zh

    78,493GitHub पर देखें↗

    This project is an open-source, interactive educational platform designed to teach deep learning through a comprehensive, code-first curriculum. It provides a structured learning path that covers foundational mathematics, modern neural network architectures, and practical optimization techniques, enabling practitioners to master complex artificial intelligence concepts through hands-on experimentation. The platform distinguishes itself by integrating technical explanations with executable Jupyter notebooks. This design allows readers to modify code and hyperparameters in real-time, facilitati

    Explains the underlying attention mechanisms and architectural design choices that power modern transformer models.

    Pythonbookchinesecomputer-vision
    GitHub पर देखें↗78,493
  • tensorflow/modelstensorflow का अवतार

    tensorflow/models

    77,663GitHub पर देखें↗

    This repository serves as a centralized collection of state-of-the-art deep learning architectures and reference implementations designed for research and application development. It provides a comprehensive toolkit for computer vision and natural language processing, offering pre-built models and training pipelines for tasks ranging from image classification and object detection to complex sequence modeling. The project distinguishes itself by providing a flexible execution harness that manages the entire training lifecycle, including data ingestion and backpropagation. It supports scalable

    Houses a centralized library of state-of-the-art deep learning architectures and verified reference implementations.

    Python
    GitHub पर देखें↗77,663
  • tesseract-ocr/tesseracttesseract-ocr का अवतार

    tesseract-ocr/tesseract

    74,751GitHub पर देखें↗

    Tesseract is a neural network-based optical character recognition engine designed to convert scanned images and digital documents into machine-readable, searchable text. It functions as both a command-line utility for automating large-scale digitization workflows and a cross-platform library that can be embedded into desktop, mobile, or server-side applications. By utilizing long short-term memory networks, the engine provides robust text extraction across more than one hundred languages and dozens of scripts. The project distinguishes itself through a sophisticated document layout analysis f

    Select between fast integer-based models and high-accuracy float-based models to meet specific performance and precision requirements.

    C++hacktoberfestlstmmachine-learning
    GitHub पर देखें↗74,751
  • twitter/the-algorithmtwitter का अवतार

    twitter/the-algorithm

    73,422GitHub पर देखें↗

    The algorithm is a distributed recommendation engine pipeline designed to construct and serve personalized content timelines. It functions as a multi-stage orchestration layer that aggregates candidate content from diverse social graphs and high-dimensional embedding spaces, processing user interaction data to deliver a unified, ranked experience. The system utilizes a high-performance machine learning serving infrastructure to execute deep learning models that predict engagement probabilities in real-time. It distinguishes itself through a hybrid retrieval strategy that combines graph-traver

    Shares model architectures to predict multiple engagement signals simultaneously for optimized content relevance.

    Scala
    GitHub पर देखें↗73,422
  • compvis/stable-diffusionCompVis का अवतार

    CompVis/stable-diffusion

    73,125GitHub पर देखें↗

    Stable Diffusion is a generative machine learning pipeline that synthesizes high-resolution visual content by performing iterative denoising within a compressed latent space. By mapping natural language embeddings into pixel outputs through conditioned probabilistic processes, the framework enables the generation of images from text prompts and the transformation of existing visual inputs based on semantic instructions. The architecture utilizes a modular execution environment that decouples model loading, scheduler logic, and inference components to support diverse hardware configurations. I

    Maps pixel data into compact latent spaces to facilitate the synthesis of new visual media.

    Jupyter Notebook
    GitHub पर देखें↗73,125
  • abi/screenshot-to-codeabi का अवतार

    abi/screenshot-to-code

    72,926GitHub पर देखें↗

    This project is an artificial intelligence-powered frontend generator that translates visual design inputs into functional source code. It functions as a workflow engine that interprets graphical user interfaces, mapping layout structures and styling rules to structured markup and programming language syntax. The tool distinguishes itself by supporting both static design mockups and dynamic video recordings. It processes temporal and spatial information from screen captures to reconstruct interaction flows and state transitions, enabling the creation of functional software prototypes from vis

    Processes visual design inputs through neural networks to interpret layout structures and translate them into functional source code.

    Python
    GitHub पर देखें↗72,926
  • josephmisiti/awesome-machine-learningjosephmisiti का अवतार

    josephmisiti/awesome-machine-learning

    72,867GitHub पर देखें↗

    This project is a comprehensive, community-driven directory of machine learning resources, software libraries, and educational materials. It serves as a centralized knowledge base for developers and researchers, organizing tools and frameworks by their primary programming language and technical domain to simplify discovery across the artificial intelligence ecosystem. The collection distinguishes itself by providing a cross-language development index that spans diverse programming environments, including C, C++, Rust, Clojure, and Python. It covers a wide range of specialized capabilities, fr

    Identifies frameworks dedicated to the design and deployment of networks that simulate biological spiking patterns.

    Python
    GitHub पर देखें↗72,867
  • hiyouga/llama-efficient-tuninghiyouga का अवतार

    hiyouga/LLaMA-Efficient-Tuning

    72,239GitHub पर देखें↗

    This project is a fine-tuning framework and training pipeline designed to optimize and adapt large language and vision models. It provides a specialized toolkit for parameter-efficient tuning and supervised learning, serving as both a trainer for multimodal models and a deployment tool for serving fine-tuned models via high-performance inference engines. The framework focuses on reducing memory and compute requirements by updating a small subset of model parameters. It supports a wide range of adaptation strategies, including vision-language model training to align text, image, video, and aud

    Combines learned adapter weights back into base model parameters to allow standalone inference without external modules.

    Python
    GitHub पर देखें↗72,239
  • scikit-learn/scikit-learnscikit-learn का अवतार

    scikit-learn/scikit-learn

    66,344GitHub पर देखें↗

    Scikit-learn is a machine learning library for predictive data analysis that provides a collection of algorithms for supervised and unsupervised learning. It functions as a comprehensive toolkit for data preprocessing, dimensionality reduction, and model selection, allowing users to classify data objects, predict continuous values, and cluster similar items based on historical patterns. The project is defined by a unified interface design where objects either learn from data, transform data, or chain these operations into sequential workflows. To ensure performance on large or high-dimensiona

    Chains data transformation and model estimation steps into sequential, reproducible workflows using a unified interface.

    Pythondata-analysisdata-sciencemachine-learning
    GitHub पर देखें↗66,344
  • keras-team/keraskeras-team का अवतार

    keras-team/keras

    64,094GitHub पर देखें↗

    Keras is a high-level deep learning framework designed for constructing and training neural networks through the composition of modular, functional layers. It serves as a comprehensive modeling toolkit that provides standardized procedures for defining, evaluating, and deploying complex architectures. By utilizing a directed acyclic graph approach, the framework allows users to build intricate models with multiple inputs, outputs, and shared layers, ensuring consistent numerical execution through functional state management. The project distinguishes itself as a multi-backend machine learning

    Defines internal connectivity and data flow patterns through a functional API that tracks parameter dependencies.

    Pythondata-sciencedeep-learningjax
    GitHub पर देखें↗64,094
  • plexpt/awesome-chatgpt-prompts-zhPlexPt का अवतार

    PlexPt/awesome-chatgpt-prompts-zh

    60,656GitHub पर देखें↗

    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 tendencies and enforce domain-specific response patterns through instruction-following logic. The collection distinguishes itself by offering specialized persona-based directives that constrain model output to simulate professional experts or functional technical environments. By utiliz

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

    chat-gptchatgptchatgpt3
    GitHub पर देखें↗60,656
पिछला123456…11अगला
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Architectures

सब-टैग एक्सप्लोर करें

  • Computer Vision Segmentation Models3 सब-टैग्सDeep learning architectures for pixel-level object isolation.
  • Generative Media ModelsModels focused on the synthesis of new visual or creative content from various input modalities.
  • Instruction-Tuned Language Models6 सब-टैग्सLarge language models specifically fine-tuned to follow user instructions and engage in chat-based interactions.
  • Model Architecture and Evaluation1 सब-टैगTechnical frameworks, structural designs, and performance metrics used to analyze and categorize model capabilities.
  • Multimodal Perception Models1 सब-टैगModels designed to interpret and analyze visual data, charts, or cross-modal inputs alongside text.
  • Neural Network Components8 सब-टैग्सModular building blocks and custom layer definitions used to construct and customize neural network architectures.
  • Sequence Models2 सब-टैग्सArchitectures 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.
  • Transformer2 सब-टैग्सNeural network designs utilizing stacked attention layers to process sequences and capture long-range dependencies.