awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesModel Generators

Logic used to automatically generate architecture model descriptions from external data or source code.

Distinct from Source Code Generators: Candidates refer to machine code, SQL, or schema-to-code, not generators that produce the DSL definitions for the architecture model.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Model Generators. Refine with filters or upvote what's useful.

Awesome Model Generators GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • go-swagger/go-swaggerAvatar go-swagger

    go-swagger/go-swagger

    9,989Vezi pe GitHub↗

    go-swagger is a toolkit for working with Swagger/OpenAPI 2.0 specifications in Go. It generates server, client, and CLI code from a specification document, and can also produce a specification by scanning annotated Go source code. The project includes a static validation engine that checks documents against the schema and project-specific rules, and a specification transformation pipeline that resolves, flattens, and merges documents. The toolkit generates both client and server code from the same specification, ensuring consistency in request and response handling. It also produces a command

    Generates Go struct definitions with validation from Swagger specification schemas.

    Goapicode-generatorgo
    Vezi pe GitHub↗9,989
  • springfox/springfoxAvatar springfox

    springfox/springfox

    5,931Vezi pe GitHub↗

    Springfox is a Java library that automatically generates OpenAPI-compliant documentation for Spring-based REST services. It scans Spring controller annotations and model classes at runtime to produce machine-readable API specifications, and bootstraps an interactive Swagger UI interface on application startup for browsing and testing documented endpoints. The project provides a migration path from Swagger 2 to OpenAPI 3, replacing legacy annotations and dependencies with OpenAPI 3 equivalents through a starter dependency and configuration change. It integrates with Spring's application contex

    Provides a migration path from Swagger 2 annotations to OpenAPI 3 equivalents via starter dependency.

    Javajavaoaiopenapi
    Vezi pe GitHub↗5,931
  • kserve/kserveAvatar kserve

    kserve/kserve

    5,576Vezi pe GitHub↗

    KServe is a Kubernetes-native platform for deploying and serving machine learning models as scalable inference services. It supports both generative AI models, including large language models, and traditional predictive models from frameworks such as TensorFlow, PyTorch, Scikit-Learn, XGBoost, and ONNX. The platform manages the full lifecycle of model deployments, including revision tracking, canary rollouts, A/B testing, and automatic rollbacks, and provides serverless scale-to-zero capabilities for cost-efficient resource management. KServe distinguishes itself through a standardized infere

    Adds a /docs endpoint to running InferenceServices for browser-based API exploration without command-line tools.

    Go
    Vezi pe GitHub↗5,576
  • likec4/likec4Avatar likec4

    likec4/likec4

    2,723Vezi pe GitHub↗

    likec4 is an architecture-as-code framework that transforms text-based architecture definitions into interactive diagrams, static websites, and image files. It serves as a system architecture visualizer and C4 model diagram generator, allowing users to define software components, boundaries, and deployment infrastructure using a domain-specific language. The tool distinguishes itself by providing a modeling environment with Language Server Protocol integration for real-time validation and autocomplete. It enables interactive architecture documentation where users can navigate through hierarch

    Allows defining logic to automatically generate architecture model descriptions from external data sources or code.

    TypeScriptarchitecturearchitecture-as-codec4
    Vezi pe GitHub↗2,723
  1. Home
  2. Software Engineering & Architecture
  3. Model Generators

Explorează sub-etichetele

  • Model VariantsGenerating specialized versions of a model, such as request and response variants, based on schema markers. **Distinct from Model Generators:** Distinct from general Model Generators by focusing specifically on creating multiple variations (e.g., read-only vs write-only) of the same entity.
  • Swagger3 sub-tag-uriGenerating Go struct definitions with validation logic from Swagger/OpenAPI 2.0 specification schemas. **Distinct from Model Generators:** Distinct from Model Generators: specifically generates Go structs from Swagger specs, not general architecture model descriptions.