321 repos
Awesome GitHub repositories, curated.
A community-curated directory of interesting public GitHub repositories. Ask in plain English — AI ranks by relevance. Save what you find.
Browse repositories
- AUTOMATIC1111/stable-diffusion-webui
AUTOMATIC1111/stable-diffusion-webui
160,701Stable 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 adaptations, and hypernetworks. A built-in scripting framework further enables the automation of complex workflows, parameter sequencing, and blending techniques. Beyond core generation, the application includes utilities for image editing and quality enhancement, such as inpainting, outpainting, face restoration, and model merging. The project provides extensive documentation for deployment across various local, cloud, and containerized environments, with specific setup instructions for multiple hardware configurations and operating systems.
aiai-artdeep-learning - codecrafters-io/build-your-own-x
codecrafters-io/build-your-own-x
467,272This project provides a comprehensive framework for creating, managing, and executing educational programming challenges. It includes standardized systems for authoring instructional content, defining test cases, and structuring documentation to ensure consistent learning outcomes. The platform supports a wide range of programming languages through dedicated execution environments that handle compilation, dependency management, and automated testing. The infrastructure facilitates both local and remote development workflows, offering command-line utilities for testing code without requiring version-control commits. It features an automated orchestration lifecycle for containerized test execution, complemented by diagnostic tools for debugging network protocols and monitoring program output. Additionally, the project includes maintenance workflows for repository history management and integration tools for synchronizing data with external version-control hosts.
awesome-listfreeprogramming - getify/You-Dont-Know-JS
getify/You-Dont-Know-JS
184,424This project is a comprehensive educational series designed to provide a deep technical understanding of the JavaScript programming language. It functions as a multi-volume curriculum that guides developers through the core mechanisms, execution models, and underlying specifications that define how the language operates at a fundamental level. The curriculum distinguishes itself by focusing on the internal architecture of the language rather than surface-level syntax. It provides rigorous analysis of complex topics such as lexical scope, closure-based state encapsulation, prototype-based inheritance, and the mechanics of the event loop. By exploring how the engine manages execution contexts and variable environments, the series enables developers to navigate the nuances of dynamic type systems and implicit coercion with greater predictability. The material covers the full spectrum of language fundamentals, including object-oriented patterns, asynchronous execution flows, and the rules of grammar that govern data transformation. These resources are structured to help practitioners transition from basic usage to a mastery of language internals, ultimately supporting the development of more maintainable and efficient software. The content is available as a series of technical manuals and conceptual guides intended for systematic study.
asyncbookbook-series - langflow-ai/langflow
langflow-ai/langflow
144,903Langflow is a visual interface for building and orchestrating workflows, allowing users to construct complex systems through a drag-and-drop canvas. It provides tools for managing autonomous agents, configuring memory settings, and integrating custom code-based components. Users can organize their work into projects, track component versions, and group multiple elements into reusable units. The platform includes an interactive playground for testing workflows, monitoring tool calls, and debugging chat sessions with unique identifiers. Once built, workflows can be executed via RESTful or OpenAI-compatible APIs, embedded into external websites as chat widgets, or exposed as tools through the Model Context Protocol. Deployment is supported through various methods, including containerized environments, desktop installations, and standard package management. The system incorporates security features such as environment variable management, header injection for credentials, and infrastructure-level isolation for multi-tenant setups.
agentschatgptgenerative-ai - ultralytics/ultralytics
ultralytics/ultralytics
53,426Ultralytics 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. By utilizing a modular architecture, the platform allows users to swap model components to balance inference speed and accuracy requirements for diverse applications. The framework distinguishes itself through its support for real-time processing and flexible deployment. It includes a streaming inference engine that manages memory usage for large-scale video analysis and a format-agnostic export pipeline that translates trained weights into standardized formats for edge and cloud environments. Beyond standard detection, it supports open-vocabulary segmentation, allowing users to identify objects using text or visual prompts, and provides robust multi-object tracking capabilities to maintain identity persistence across video frames. The platform covers the entire machine learning lifecycle, from dataset retrieval and dynamic data loading to performance benchmarking and experiment tracking. It includes specialized tools for annotating visual results and accessing structured output data, facilitating integration into automated inspection and monitoring workflows. Users can configure training hyperparameters, resume interrupted sessions, and profile model performance to ensure optimal deployment on hardware ranging from mobile devices to high-performance GPUs.
clicomputer-visiondeep-learning - prometheus/prometheus
prometheus/prometheus
62,853Prometheus is a comprehensive monitoring and alerting platform designed to track infrastructure health and application performance. It functions as a time series database that ingests, indexes, and queries high-frequency numerical data points. By utilizing a pull-based model, the system periodically collects multi-dimensional metrics from monitored targets, storing them in an optimized block storage format that supports high-throughput ingestion and efficient historical analysis. The platform distinguishes itself through a specialized query engine that enables real-time analysis of performance data using a dedicated functional language. It maintains operational visibility in dynamic environments by integrating with infrastructure APIs for service discovery, allowing it to adapt automatically to changing topologies. To support diverse architectures, it includes mechanisms for buffering metrics from short-lived batch jobs and streaming data to external long-term storage systems via standardized protocols. Beyond core data collection, the system provides integrated alerting capabilities that continuously evaluate logical expressions against incoming data streams. It manages the full lifecycle of incident notifications by applying grouping, inhibition, and silence rules to reduce operational noise. The ecosystem also supports broad observability through service availability probing, legacy metric translation, and the instrumentation of application-level performance data. The software is available as pre-compiled binaries or container images, and it can be managed through standard infrastructure automation tools.
alertinggraphinghacktoberfest - hacksider/Deep-Live-Cam
hacksider/Deep-Live-Cam
79,568Deep-Live-Cam is a generative video transformation tool designed for real-time facial manipulation and cinematic enhancement. It functions as a local-first AI runtime, performing all media processing directly on the user's hardware to ensure complete data privacy without external network dependencies. By utilizing a high-performance processing pipeline, the application enables live face swapping and interactive video modifications during active streaming sessions or on pre-recorded media. The system distinguishes itself through a hardware-abstraction execution layer that dynamically routes compute tasks to available graphics hardware, such as CUDA or CoreML backends. This architecture supports complex operations like multi-face mapping, where distinct target faces are applied to multiple subjects simultaneously, and preserves original mouth movements to maintain natural speech synchronization. To ensure visual fidelity, the engine employs precision mask-based blending and generative detail restoration, effectively integrating source features into target video geometry. Beyond core transformation capabilities, the application includes tools for cinematic rendering, such as real-time color grading and frame interpolation. It manages system resources through chunked memory and frame-based stream processing, which prevents crashes during intensive workloads and maintains stable performance. The interface is designed for focused workflows, offering distraction-free modes and automated projection window management to streamline the user experience during live operations.
aiai-deep-fakeai-face - obsproject/obs-studio
obsproject/obs-studio
70,458This project is a professional live video production suite designed for capturing, encoding, and broadcasting high-quality media. At its core, it features a real-time media processing engine that utilizes hardware acceleration to composite multiple audio and video sources with minimal latency. The application provides a centralized studio interface for managing complex scene transitions, layering visual sources through a hierarchical scene-graph engine, and streaming content to multiple platforms simultaneously. The software is built on a cross-platform abstraction layer that ensures consistent performance across major desktop operating systems. Its modular architecture allows for extensive customization, enabling users to extend core functionality through third-party plugins or lightweight scripting integrations. This design supports specialized production workflows by allowing the connection of external tools and the automation of routine tasks. Beyond its primary production capabilities, the project includes tools for managing custom user interface themes and maintaining configuration consistency. The codebase follows strict development standards to support ongoing community collaboration and the integration of diverse, high-performance extensions.
cc-plus-plusdirectshow - google/material-design-icons
google/material-design-icons
52,899This project provides a comprehensive collection of standardized vector symbols designed to maintain a unified visual language across mobile and web-based user interfaces. It serves as a cross-platform resource for developers and designers to implement a consistent iconographic identity within digital products. The library distinguishes itself through the use of variable font technology, which allows for the dynamic adjustment of icon weight, grade, and optical size directly through style sheet properties. By leveraging native font rendering engines and CSS class-based styling, the collection enables real-time visual modifications and responsive scaling without the need for multiple static image files. The repository includes high-performance, resolution-independent assets that support infinite scaling through vector-based path rendering. These icons are available in compressed formats to optimize network performance and ensure fast loading times across various device screen sizes and densities. Users can integrate these symbols by linking to hosted font files or by including local assets directly within their application project structure.
androidiconsios - vuejs/vue
vuejs/vue
209,962This project is a framework for building user interfaces through a component-based architecture. It utilizes a declarative template syntax and a reactive data-binding system to synchronize application state with the Document Object Model. Developers can construct complex interfaces by composing reusable, self-contained components that communicate via properties and custom events. The framework provides extensive tooling for managing application structure and behavior, including conditional rendering, list iteration, and event handling. It supports advanced composition patterns such as slots for content distribution and mixins for logic reuse. For performance-sensitive scenarios, it offers programmatic render functions, virtual DOM manipulation, and asynchronous component loading. Beyond core rendering, the project includes integrated solutions for state management, animation transitions, and form handling. It supports server-side rendering and provides infrastructure for testing, build-time template pre-compilation, and runtime error tracking. Security features such as automatic HTML sanitization are built into the framework to mitigate common vulnerabilities.
frameworkfrontendjavascript - tensorflow/tensorflow
tensorflow/tensorflow
193,864TensorFlow 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 across heterogeneous hardware accelerators and decentralized network nodes. It employs deferred-execution symbolic graphs to perform graph-level optimizations, fusion, and ahead-of-time kernel compilation for specific hardware architectures. To ensure consistent performance across production environments, it features a standardized serialization format for model graphs and specialized tools for model serving, quantization, and compression. Beyond core training capabilities, the platform includes a high-throughput data ingestion engine that supports asynchronous, multi-threaded pipelines to prevent bottlenecks. It also offers extensive support for hardware abstraction, allowing for pluggable device integration and containerized acceleration. The ecosystem is rounded out by utilities for data validation, federated learning, and specialized modeling tasks, providing a complete toolchain for moving models from research into high-availability production environments.
deep-learningdeep-neural-networksdistributed - jlevy/the-art-of-command-line
jlevy/the-art-of-command-line
159,970This project is a comprehensive technical reference and educational resource designed to improve proficiency with command-line interfaces. It functions as a productivity toolkit, providing a structured knowledge base of essential terminal operations, system administration tasks, and high-impact command sequences for daily development workflows. The guide distinguishes itself through its cross-platform approach, offering standardized documentation that maps utility usage across Linux, macOS, and Windows environments. It provides specific guidance for managing native tools and compatibility layers, ensuring a consistent experience regardless of the underlying operating system. By segmenting technical instructions into platform-specific references, the project enables users to navigate unique system behaviors and configurations effectively. Beyond fundamental operations, the resource covers advanced scripting techniques, system debugging, and data processing workflows. It includes curated collections of concise one-liners and lesser-known utilities intended to optimize complex tasks and automate repetitive maintenance. The content is maintained through community-driven curation, utilizing a structured, markdown-based format to ensure the information remains accurate and accessible.
bashdocumentationlinux - golang/go
golang/go
132,649Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external dependencies. The language is built around a structural type system that uses interfaces for polymorphism and a concurrency model based on lightweight, stack-based coroutines that communicate through channels. The language distinguishes itself through a runtime that features a concurrent, low-latency garbage collector and a compiler that performs escape analysis to optimize memory allocation. It includes a comprehensive, integrated toolchain that supports the entire software lifecycle, from dependency management and versioning to profiling, testing, and diagnostic analysis. These tools are designed to maintain consistent, reproducible builds and high code quality across complex, distributed systems. Beyond its core runtime and language features, Go provides standardized interfaces for database-driven application development, including support for connection pooling and secure query execution. The ecosystem is supported by a unified command-line interface that simplifies project organization, module distribution, and performance tuning. The project maintains extensive documentation, including formal language specifications, memory models, and installation guides for various platforms.
gogolanglanguage - facebookresearch/segment-anything
facebookresearch/segment-anything
53,431This 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 server-side processing. The system distinguishes itself by utilizing hardware-accelerated execution and parallel processing to achieve real-time segmentation speeds. It supports prompt-based mask decoding, allowing users to generate spatial masks by providing specific points or boxes as inputs. Additionally, the framework includes an image embedding pipeline that converts raw visual data into compact numerical representations, facilitating efficient analysis and downstream task performance. The toolkit encompasses a suite of model optimization utilities that convert and compress machine learning models into standardized, portable formats. These capabilities ensure consistent performance across diverse hardware environments while maintaining high-performance execution through multithreaded memory sharing.
- bitcoin/bitcoin
bitcoin/bitcoin
88,190This project is a cryptographic consensus engine and distributed ledger client that functions as a peer-to-peer network node. It enables decentralized network participation by allowing users to independently validate transactions and blocks, ensuring data integrity and consensus without reliance on a centralized authority. The software utilizes an unspent transaction output model to track ownership and verify state transitions across the network. What distinguishes this implementation is its commitment to verifiable security and deterministic operation. It features a reproducible build system that allows users to independently confirm that distributed binaries match the original source code, providing a high level of security assurance. The system enforces consensus rules through a script-based transaction validation mechanism and maintains network synchronization via an asynchronous peer-to-peer gossip protocol. The software provides a secure, event-driven remote procedure call interface, enabling external applications to programmatically manage digital assets and query blockchain data. To maintain performance and reliability, the node employs multi-threaded block validation and a key-value database for efficient chain state lookups. The project also includes comprehensive automated testing suites and rigorous infrastructure hardening practices to mitigate vulnerabilities and ensure stability across updates. Detailed documentation for the remote procedure call interface is available for numerous versions, and users can retrieve binaries through various distribution channels, including direct downloads and package managers, with support for cryptographic signature verification.
bitcoinc-plus-pluscryptocurrency - rasbt/LLMs-from-scratch
rasbt/LLMs-from-scratch
85,529This 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 principles. It utilizes tensor-based computational modeling and stateless functional architectures to define network layers as pure mathematical transformations. This approach exposes the underlying mechanics of weight updates and loss minimization, allowing for a deeper conceptual mastery of modern machine learning architectures. The content is organized into a series of executable notebooks that facilitate incremental learning. Each chapter is encapsulated within an independent directory, providing a clear separation of concerns that simplifies dependency management. The repository supports various execution environments, including local Python, Docker containers, and cloud-based platforms, ensuring that the code remains accessible and functional on conventional hardware.
aiartificial-intelligencechatbot - typst/typst
typst/typst
51,468Typst is a programmable, markup-based typesetting engine designed for professional document creation. It functions as a scriptable publishing toolchain that transforms plain text and code into complex, paginated outputs. By utilizing a high-performance compiler, the system automates document assembly, mathematical rendering, and dynamic content generation, providing a unified workflow for academic and technical authoring. The engine distinguishes itself through a declarative layout framework that uses cascading rules to manage document structure and visual styling. Unlike traditional systems, it employs an incremental layout engine that performs multiple passes to resolve cross-references, counters, and dynamic content placement. This is supported by a sandboxed functional scripting runtime, which allows users to define custom logic for data processing and layout manipulation, ensuring that document state remains consistent throughout the compilation process. The system provides a comprehensive suite of tools for managing document elements, including automated bibliography generation, structured table creation, and hierarchical sectioning. It supports precise control over page geometry and typography, while its introspection capabilities allow for advanced querying of document state and element locations. These features are complemented by a robust set of foundational data management primitives, enabling users to handle complex collections, numeric data, and time-based logic within their documents. The project provides a command-line interface for compiling source files into portable formats like PDF, with built-in support for accessibility standards. Detailed documentation, including syntax references and architectural overviews, is available to guide users through the installation and implementation of the typesetting environment.
compilermarkuptypesetting - microsoft/PowerToys
microsoft/PowerToys
129,929PowerToys is a collection of background-resident system utilities designed to extend native operating system functionality and streamline desktop workflows. It operates as a modular toolkit, utilizing a central plugin-based host architecture that allows users to dynamically enable or disable specific features for system configuration and automation. By leveraging native system hooking, the suite intercepts global input and window events to provide advanced control over the computing environment. The project distinguishes itself through its focus on cross-device input orchestration and spatial window management. It enables users to synchronize peripherals and clipboard data across multiple networked computers, creating a unified multi-machine workstation. Additionally, it features a declarative window management engine that enforces custom grid zones and persistent overlay frames, allowing for granular control over window positioning and desktop organization. The toolkit encompasses a broad range of productivity and system management capabilities, including keyboard-driven command launching, bulk file processing, and visual design aids. It integrates directly into the operating system shell to provide context-menu actions for file manipulation, image resizing, and registry inspection. Users can also customize system behavior through input remapping, environment variable management, and automated command-line tool suggestions.
advanced-pastecolor-pickercommand-palette - binhnguyennus/awesome-scalability
binhnguyennus/awesome-scalability
68,707This project is a curated knowledge repository that aggregates high-quality resources, technical documentation, and expert insights focused on distributed systems engineering. It serves as a community-driven learning resource designed to help developers navigate the complexities of building and maintaining large-scale software applications. The repository distinguishes itself through a hierarchical taxonomy that organizes vast amounts of technical information into a structured, searchable format. By utilizing markdown-based content curation and static indexing, the collection remains version-controlled and accessible without the need for complex database queries. This structure relies on distributed contributions to ensure the materials remain aligned with current industry standards. The collection covers a broad range of engineering domains, including system architecture design, performance optimization strategies, and organizational practices for technical teams. It also provides a comprehensive index of materials intended to support professional growth and preparation for technical interviews, encompassing principles of availability, stability, and scalability.
architectureawesomeawesome-list - labuladong/fucking-algorithm
labuladong/fucking-algorithm
132,696This project is a comprehensive educational platform designed to facilitate the mastery of computer science algorithms and data structures. It provides a structured learning curriculum, a library of practice problems, and an integrated toolkit that supports both academic study and competitive programming preparation. By combining theoretical roadmaps with practical implementation exercises, the system enables users to build a deep understanding of core computational concepts. The platform distinguishes itself through its focus on integrated learning and visual clarity. It offers AI-powered guidance and editor-native plugins for popular development environments, allowing users to access algorithmic templates and conceptual references directly within their coding workflow. To assist with the comprehension of complex logic, the project includes an interactive visualization suite that renders recursive processes and data structure operations, such as graph connectivity and search strategies, in real-time. Beyond its core educational content, the project provides specialized utilities for competitive programming, including standardized input-output bridging and environment configuration tools. These features ensure that users can efficiently translate their algorithmic knowledge into solutions for assessment platforms. The repository serves as a centralized resource for technical skill acquisition, offering a systematic approach to navigating advanced topics and refining problem-solving methodologies.
algorithmscomputer-sciencedata-structures