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
- keras-team/keras
keras-team/keras
63,858Keras 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 engine that decouples high-level model definitions from low-level execution logic. This backend-agnostic architecture enables users to author model code once and deploy it across diverse hardware accelerators and tensor processing frameworks without rewriting core logic. Users can dynamically switch between different computational engines to optimize performance, while native utilities support large-scale distributed training by separating model topology from hardware-specific sharding and parallelism requirements. Beyond its core modeling capabilities, the framework includes an extensive ecosystem for specialized tasks such as hyperparameter optimization, recommendation system development, and the integration of pre-trained generative models for text and image synthesis. It supports both functional composition and object-oriented subclassing, allowing for the creation of custom layers and models that maintain compatibility with standard training loops, data streaming, and callback management. The framework is distributed as a Python package and provides a unified interface for managing the entire training lifecycle, from data pipeline preparation to model serialization and export.
data-sciencedeep-learningjax - justjavac/free-programming-books-zh_CN
justjavac/free-programming-books-zh_CN
116,327This project is a centralized, community-vetted repository that serves as a comprehensive hub for free technical literature and educational resources. It functions as an open-source directory, aggregating links to books, tutorials, and documentation to support developers in mastering diverse programming languages, software engineering methodologies, and computer science fundamentals. The collection is distinguished by its community-driven contribution model, which relies on peer-reviewed updates to maintain the accuracy and relevance of its vast index. By utilizing a hierarchical directory structure, the repository organizes technical knowledge into logical domains, allowing users to navigate efficiently between specific language-focused learning paths and broader software development topics. The project covers a wide capability surface, ranging from low-level systems programming and mobile application development to database management and web infrastructure. It provides structured access to resources for both foundational computer science concepts and specialized technical toolsets, ensuring that developers of all skill levels can locate high-quality materials for professional development. The entire directory is maintained through version-controlled, human-readable text files, ensuring that the collection remains a permanent and accessible index of distributed learning materials across the web.
androidangularbooks - animate-css/animate.css
animate-css/animate.css
82,632Animate.css is a library of pre-defined, cross-browser CSS keyframe animations that can be applied to elements through declarative class toggling. It functions as a comprehensive motion framework, providing a standardized set of effects that ensure consistent visual transitions without requiring custom keyframe definitions. The library is built with a focus on accessibility, automatically respecting system-level reduced motion preferences to ensure that animations are disabled or simplified for users sensitive to screen movement. The framework distinguishes itself through a modular build process that allows developers to prune unused animation definitions, effectively minimizing the final payload size for production environments. Beyond static CSS, it provides programmatic control through JavaScript lifecycle management, enabling developers to sequence complex interactions by wrapping native animation events in promises. This combination of class-based state injection and event-driven hooks allows for precise orchestration of UI motion. The project supports a utility-first approach to configuration, utilizing CSS custom properties and utility classes to manage animation timing, iteration counts, and delays. This architecture ensures that motion patterns remain consistent across an application while providing the flexibility to adjust parameters at runtime.
animationcsscss-animations - prettier/prettier
prettier/prettier
51,664Prettier is an opinionated code formatter that parses source code and reprints it from scratch to enforce a consistent, project-wide visual style. By transforming code into an abstract syntax tree and applying a recursive document printing process, it eliminates manual style debates and ensures that all source files adhere to a unified appearance. The project is distinguished by its extensible, plugin-based architecture, which decouples language-specific parsing logic from the core engine. This modular design allows for uniform style enforcement across diverse programming languages and complex, mixed-content files where code is embedded within other languages. It also provides robust support for configuration-driven workflows, allowing teams to resolve hierarchical settings across directory trees and share standardized rule sets through reusable configuration packages. Beyond its core formatting engine, the tool integrates into the entire development lifecycle. It offers programmatic APIs and command-line utilities for file discovery, change detection, and verification, alongside native support for editor-based formatting on save. The system also facilitates integration with linting workflows and continuous integration pipelines, enabling automated style enforcement through pre-commit hooks and status checks that ensure only properly formatted code enters version control.
angularastcss - openai/codex
openai/codex
61,152Codex 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 output with specific programming styles. It maintains logical consistency across complex files and large codebases by employing attention-mechanism context processing to track relationships between distant segments. To handle the computational demands of high-parameter models, the system leverages distributed model parallelism across hardware accelerators, while using byte-pair encoding tokenization to represent diverse programming languages efficiently. Beyond core generation, the project supports rapid prototyping workflows by scaffolding complex logic and boilerplate structures. It provides integrated documentation and file management capabilities to assist in navigating directory structures and project configurations.
- donnemartin/system-design-primer
donnemartin/system-design-primer
335,906This repository is a comprehensive educational resource designed to help software engineers master large-scale system design and prepare for technical interviews. It provides a structured curriculum that covers the fundamental principles of distributed systems, backend engineering, and object-oriented design through a combination of study guides, architectural patterns, and practical problem-solving methodologies. The project distinguishes itself by applying theoretical concepts to real-world scenarios through case-study-based modeling and a constraint-driven analysis framework. It emphasizes trade-off-centric documentation, which highlights the inherent conflicts between architectural patterns to guide informed decision-making. To reinforce learning, the repository includes an active-recall study mechanism featuring curated flashcards and a hierarchical taxonomy that organizes complex concepts into manageable modules. The resource covers a broad capability surface, including strategies for scaling cloud infrastructure, managing data consistency, and optimizing system performance through caching, load balancing, and asynchronous communication. It also provides extensive object-oriented design exercises and structured interview preparation materials, such as back-of-the-envelope calculations and step-by-step design frameworks for common high-throughput services. The documentation is organized as a modular reference guide, allowing users to navigate through foundational topics and advanced architectural discussions at their own pace.
designdesign-patternsdesign-system - BurntSushi/ripgrep
BurntSushi/ripgrep
60,093ripgrep is a command-line utility designed for searching through large file trees and source code repositories. It functions as a recursive text processor that traverses directories to locate and display matching patterns, serving as a high-performance alternative to traditional search tools. The tool distinguishes itself through a focus on execution speed and intelligent file handling. It utilizes a finite automata-based regular expression engine to ensure linear time complexity and employs hardware-level acceleration for literal byte sequence scanning. By integrating with version control systems, it automatically respects ignore patterns to skip irrelevant files, while its parallel worker threading and memory-mapped file scanning techniques maximize throughput across large datasets. Beyond its core search capabilities, the utility supports complex text filtering and data stream manipulation within terminal environments. It is designed to optimize development workflows by reducing wait times during large-scale codebase analysis and log file inspection. The project provides precompiled, static binaries for Windows, macOS, and Linux, and is invoked via the command line using the binary name rg.
clicommand-linecommand-line-tool - pocketbase/pocketbase
pocketbase/pocketbase
56,221Pocketbase is a backend-as-a-service platform that provides a self-contained, single-binary server for building full-stack applications. It integrates a relational database, authentication, and file storage into one executable process, eliminating the need for external infrastructure or complex server management. The platform distinguishes itself through an embedded database engine that runs directly within the application process and a reactive communication layer that pushes live updates to connected clients. By monitoring internal transaction logs, it synchronizes data across multiple users in real time. It also features a schema-aware data access layer that maps database tables to dynamic objects, allowing for data manipulation without the need for manual migration scripts. The system includes a built-in security layer for managing user accounts, session tokens, and access control rules. It handles binary asset management through a managed storage interface that supports local filesystem storage while maintaining metadata references within the database. The entire request lifecycle is managed through a modular pipeline that processes traffic for authentication and validation.
authenticationbackendgolang - tauri-apps/tauri
tauri-apps/tauri
102,979Tauri is a cross-platform framework for building desktop applications that combine web-based user interfaces with a memory-safe systems-language backend. It functions as a secure runtime that hosts web content within native windowing containers, allowing developers to leverage existing web technologies while maintaining high-performance native logic. By compiling applications into small-footprint, platform-specific binaries, the framework avoids bundling heavy runtime environments, resulting in lightweight executables. The project distinguishes itself through a capability-based security model that enforces granular access control over system resources and native APIs. Communication between the isolated frontend webview and the privileged backend is managed through a secure, asynchronous message-passing bridge. This architecture ensures that native system capabilities are exposed to the web interface only through strictly defined, configuration-driven permissions. The framework provides a modular plugin system that allows for the extension of core functionality through reusable backend components. Development is supported by a unified workflow that includes project scaffolding, a local development server with hot-reloading for both frontend and backend assets, and automated tools for managing the application lifecycle and binary distribution. The system also includes built-in support for orchestrating remote application updates and verifying package integrity.
desktop-apphigh-performancemobile-app - localsend/localsend
localsend/localsend
75,231LocalSend is a cross-platform utility designed for secure, peer-to-peer file transfers between devices on the same local network. By establishing direct, encrypted communication channels, the application enables users to share files without relying on external servers, cloud storage, or active internet connectivity. The project distinguishes itself through a unified codebase that supports native-looking interfaces across desktop and mobile operating systems. It utilizes automated peer discovery to identify available devices on a subnet and employs end-to-end encryption to ensure data integrity and confidentiality during every transfer. The software suite includes comprehensive build orchestration, allowing for the generation of native installation packages for Windows, macOS, Linux, Android, and iOS from a single source. Additionally, the project maintains multi-language support through a structured, community-driven localization system that decouples text strings into external files.
dartfile-sharingflutter - go-gitea/gitea
go-gitea/gitea
53,820Gitea is a self-hosted service designed for managing version control repositories, project issue tracking, and software artifact distribution. It provides a collaborative platform that enables teams to host their own source code, manage development tasks through integrated project boards, and store container images or language-specific packages within a unified environment. The platform distinguishes itself through a built-in automation engine that executes continuous integration and delivery pipelines directly triggered by repository events. It utilizes a background task queue to manage asynchronous operations and interacts directly with the file system for repository storage, ensuring data integrity while maintaining a lightweight footprint. Administrators can oversee the entire instance through a web-based dashboard or via programmatic access to system metadata and configuration. The application architecture supports modular expansion through a plugin-based extension system and processes requests through a middleware-driven pipeline. It is designed for flexible deployment, allowing users to compile the source code into a single executable binary that includes all necessary frontend assets and configuration defaults.
bitbucketcicddevops - juliangarnier/anime
juliangarnier/anime
66,553This project is a declarative motion framework and JavaScript animation engine designed to transition CSS properties, SVG attributes, and DOM elements. It provides a comprehensive set of tools for creating complex, multi-part motion sequences by synchronizing animations, timers, and callbacks into a single, unified timeline. The library distinguishes itself through a robust timeline-based sequence orchestrator that allows for precise timing, label-based control, and hierarchical nesting of animations. It also features a physics-driven interaction library that enables draggable elements with configurable friction, damping, mass, and snapping behavior, facilitating natural user interactions within web applications. Beyond its core animation capabilities, the framework supports high-performance frame rendering and provides extensive lifecycle hooks for state synchronization. It offers flexible configuration options for easing, units, and playback control, allowing developers to manage complex UI motion through a consistent, object-based parameter interface. The engine is compatible with standard JavaScript environments and can be integrated into component-based architectures. It is available for installation via package managers, or it can be loaded directly via content delivery networks and import maps for browser-native usage.
animationanimecanvas - abi/screenshot-to-code
abi/screenshot-to-code
71,707This 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 visual design intent. To ensure the generated output adheres to standard development patterns, the system utilizes abstract syntax tree generation during the synthesis process. The platform relies on external intelligence services to perform complex visual analysis and code generation tasks. It is distributed as a containerized environment, which bundles all application services and dependencies to maintain consistent execution across local development machines and production infrastructure.
- twbs/bootstrap
twbs/bootstrap
173,988Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides a standardized library of reusable UI components, such as navigation bars, modals, and forms, alongside a robust grid system that ensures consistent layout alignment across diverse viewport sizes. By establishing a baseline through browser normalization and standardized typography, the project enables developers to create accessible, cross-browser compatible web applications. The framework distinguishes itself through a modular Sass-based architecture that allows for deep customization of design tokens, global settings, and component themes. It features a comprehensive utility-first class system that enables rapid styling and layout construction directly within HTML markup, reducing the need for custom CSS. Additionally, it incorporates a lightweight JavaScript layer that manages component state and interactivity through data attributes, providing a unified API for complex UI elements like tooltips and dropdowns. Beyond its core styling capabilities, the project offers extensive support for form management, including advanced input styling, validation feedback, and responsive layout primitives. It also includes built-in support for modern web requirements such as color modes, right-to-left text direction, and fluid typography. The framework is designed to integrate into modern development workflows, supporting standard build tools, module bundlers, and package managers to streamline asset compilation and production optimization. Developers can implement the framework by integrating precompiled assets directly into their projects or by utilizing the source code to leverage modular imports and build-time configuration.
bootstrapcsscss-framework - ossu/computer-science
ossu/computer-science
201,490This project is a community-maintained, open-source educational curriculum designed to provide a comprehensive, university-grade computer science education for self-taught learners. It functions as a centralized index that aggregates high-quality third-party academic resources, organizing them into a structured, modular roadmap that guides students from foundational programming concepts through advanced theoretical and practical engineering disciplines. The curriculum is distinguished by its strict, prerequisite-driven dependency mapping, which ensures that learners achieve foundational mastery before advancing to complex topics. By decomposing the discipline into discrete, interchangeable units, the project allows for flexible learning paths and specialized study tracks. The entire journey is structured around competency-based milestones, culminating in a comprehensive final project that synthesizes acquired knowledge and prepares students for professional opportunities in the software industry. The learning path covers a broad spectrum of domains, including mathematical foundations, core computer science theory, systems architecture, and professional software engineering practices. Students engage with topics ranging from discrete mathematics and algorithms to information security, parallel computing, and large-scale system design. The curriculum is continuously updated through collaborative peer review to reflect evolving industry standards and academic research.
awesome-listcomputer-sciencecourses - jquery/jquery
jquery/jquery
59,857jQuery is a library designed for document object model manipulation and cross-browser interaction. It provides a unified interface for selecting, traversing, and modifying web page elements, ensuring consistent behavior across different rendering engines by abstracting away underlying browser inconsistencies. The library distinguishes itself through a dedicated CSS selector engine that parses strings into executable functions for element location. It incorporates a state machine for managing asynchronous operations and a feature-detection strategy that probes the environment to execute code paths tailored to specific browser capabilities. These mechanisms are supported by a fluent interface that allows multiple operations to be chained within a single statement. Beyond its core selection and manipulation capabilities, the project includes tools for event management, asynchronous data fetching, and animation orchestration. It also features a plugin architecture that allows for the extension of the core prototype to support custom functionality. The library is distributed with comprehensive documentation covering its primary methods for handling network requests, user interactions, and visual transitions.
jquery - Significant-Gravitas/AutoGPT
Significant-Gravitas/AutoGPT
181,891AutoGPT is an orchestration platform designed for building, managing, and deploying autonomous agents. It provides a visual canvas-based environment where users can assemble agents by connecting modular blocks that represent actions, data flows, and conditional logic. The platform supports the entire agent lifecycle, including task scheduling, execution monitoring, and configuration management, while offering a marketplace for discovering and sharing community-built workflows. The project includes a legacy framework for command-line agent execution and an extensible component system for developers to build custom agent capabilities. These tools allow for the integration of various language models, web search utilities, and external services such as database management, productivity platforms, and software development tools. Users can deploy the platform locally using provided installation scripts and containerization utilities or utilize the managed cloud environment.
aiartificial-intelligenceautonomous-agents - sindresorhus/awesome
sindresorhus/awesome
438,690This project is a community-curated knowledge base that organizes vast technical ecosystems into a hierarchical, human-readable directory. It serves as a comprehensive index of libraries, frameworks, and methodologies, designed to facilitate discovery and professional development across the entire spectrum of software engineering and computer science. The directory distinguishes itself through a decentralized, peer-review model where the taxonomy evolves collaboratively via standard version-control workflows. By utilizing a markdown-based, flat-file structure, the project ensures that its curated knowledge remains platform-agnostic, accessible, and easily maintainable by the community. The repository covers a broad capability surface, including back-end and front-end development, data science, decentralized systems, and security practices. It also provides extensive educational resources, such as structured learning roadmaps, professional development guides, and specialized indexes for programming languages, hardware, and game development. The entire knowledge base is maintained as a version-controlled repository, allowing for continuous refinement and integration of new technical resources through community-driven pull requests.
awesomeawesome-listlists - d3/d3
d3/d3
112,379D3 is a modular library providing low-level primitives for creating data-driven visualizations. It functions as a flexible framework that allows for direct control over visual presentation by mapping abstract data dimensions to graphical properties, such as position, color, and size, without imposing predefined chart abstractions. The library distinguishes itself by offering specialized tools for complex data representation, including algorithmic layouts for hierarchical structures and geographic projection utilities for mapping spherical coordinates. It also includes a comprehensive suite for managing user interactions, enabling the creation of interactive selection areas that respond to mouse and touch input. Beyond visualization, the project provides a collection of utilities for document manipulation and data processing. These tools allow developers to query elements, apply data-driven transformations, and perform operations such as ordering, grouping, and summarizing datasets to prepare them for rendering in vector or bitmap contexts.
chartchartsd3 - caddyserver/caddy
caddyserver/caddy
70,190Caddy is an extensible, modular web server platform designed for high-performance traffic management and automated security. At its core, it functions as a dynamic HTTP gateway that handles request routing, static asset delivery, and reverse proxying through a chain of configurable handler modules. The system is built on a modular architecture that allows developers to extend server functionality by registering custom components, all managed through a unified lifecycle and provisioning framework. What distinguishes Caddy is its focus on automated infrastructure and zero-downtime operations. It provides native, automated HTTPS management by handling the entire lifecycle of TLS certificates, including issuance and renewal via public or private certificate authorities. The server state is managed through a JSON-driven configuration schema that supports atomic, background validation and swapping, enabling real-time updates to routing rules and server settings without interrupting active connections. The platform offers a comprehensive suite of tools for observability and control, including a dedicated administrative API for managing server state and inspecting metrics. It supports complex traffic filtering through flexible request matching, allowing for granular control over how incoming traffic is processed. Developers can define server behavior using a declarative configuration syntax, which the system validates and converts into its native JSON format for deployment.
acmeautomatic-httpscaddy