awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mosecorg avatar

mosecorg/mosec

0
View on GitHub↗
901 stars·73 forks·Python·Apache-2.0·6 viewsmosecorg.github.io/mosec↗

Mosec

A high-performance ML model serving framework, offers dynamic batching and CPU/GPU pipelines to fully exploit your compute machine

Features

  • Model Serving & Deployment - Provides a pipelined model server with dynamic batching.
  • Serving Frameworks - Serving framework featuring dynamic batching and pipelined stages.

Star history

Star history chart for mosecorg/mosecStar history chart for mosecorg/mosec

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does mosecorg/mosec do?

A high-performance ML model serving framework, offers dynamic batching and CPU/GPU pipelines to fully exploit your compute machine

What are the main features of mosecorg/mosec?

The main features of mosecorg/mosec are: Model Serving & Deployment, Serving Frameworks.

Which projects share features with mosecorg/mosec?

Projects with overlapping indexed features include: pytorch/serve — This project is a PyTorch model serving framework designed to deploy and scale machine learning models in production… tensorflow/serving — TensorFlow Serving is a high-performance machine learning inference server designed to deploy TensorFlow models to… bentoml/bentoml — BentoML is a machine learning model serving framework and GPU-accelerated inference server designed to package,… triton-inference-server/server — Triton Inference Server is a high-performance server designed to deploy machine learning models from multiple… huggingface/notebooks — This is a collection of Jupyter notebooks that serve as educational guides for training, fine-tuning, and deploying… paddlepaddle/lark — LARK is a development toolkit for training, fine-tuning, and deploying large language models and multimodal models…

Projects sharing features with Mosec

These projects share indexed features with Mosec. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • pytorch/servepytorch avatar

    pytorch/serve

    4,354View on GitHub↗

    This project is a PyTorch model serving framework designed to deploy and scale machine learning models in production via scalable network endpoints. It functions as a high-performance inference server, optimizer, and model lifecycle manager that handles model loading, request batching, and hardware acceleration. The system distinguishes itself through advanced orchestration and optimization capabilities, such as chaining multiple models into sequential workflows using execution graphs and employing dynamic batching to improve throughput and latency. It provides specialized support for generat

    Java
    View on GitHub↗4,354
  • tensorflow/servingtensorflow avatar

    tensorflow/serving

    6,351View on GitHub↗

    TensorFlow Serving is a high-performance machine learning inference server designed to deploy TensorFlow models to production environments. It functions as a complete serving system that executes predictions on input data through a graph executor, providing network endpoints that eliminate the need for a separate runtime environment for client applications. The system is distinguished by its model version manager, which organizes and selects specific model versions within a directory hierarchy. It uses a filesystem watcher to detect new model versions and trigger automatic updates without int

    C++
    View on GitHub↗6,351
  • bentoml/bentomlbentoml avatar

    bentoml/BentoML

    8,456View on GitHub↗

    BentoML is a machine learning model serving framework and GPU-accelerated inference server designed to package, deploy, and scale AI models as production-ready REST APIs. It functions as an AI model lifecycle manager and an inference graph orchestrator, enabling the chaining of multiple models and custom logic into complex pipelines for advanced task sequences. The framework distinguishes itself through a dynamic batching engine that optimizes GPU throughput and an artifact-based packaging system that bundles model weights and dependencies into immutable archives for consistent deployment. It

    Pythonai-inferencedeep-learninggenerative-ai
    View on GitHub↗8,456
  • triton-inference-server/servertriton-inference-server avatar

    triton-inference-server/server

    10,768View on GitHub↗

    Triton Inference Server is a high-performance server designed to deploy machine learning models from multiple frameworks across GPUs and CPUs. It functions as a hardware-accelerated inference engine and a gRPC inference gateway, providing a standardized communication layer for transmitting binary tensor data with low latency. The system acts as a multi-framework model orchestrator, allowing users to link multiple AI models into ensembles and scripts to create complex inference pipelines. It also serves as a model lifecycle manager, providing controls to load, unload, and monitor the performan

    Pythonclouddatacenterdeep-learning
    View on GitHub↗10,768
  • Compare all 30 related projects→