Python serving

Open-source Python projects categorized as serving

Top 7 Python serving Projects

  • Ray

    Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.

    Project mention: Amazon's Exabyte-Scale Migration from Apache Spark to Ray on Amazon EC2 | news.ycombinator.com | 2024-07-29

    Yeah, mmap, I think this is the relevant line [1].

    Fun fact, very early on, we used to create one mmapped file per serialized object, but that very quickly broke down.

    Then we switched to mmapping one large file at the start and storing all of the serialized objects in that file. But then as objects get allocated and deallocated, you need to manage the memory inside of that mmapped file, and we just repurposed a malloc implementation to handle that.

    [1] https://github.com/ray-project/ray/blob/21202f6ddc3ceaf74fbc...

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • evadb

    Database system for AI-powered apps

  • LitServe

    Lightning-fast serving engine for AI models. Flexible. Easy. Enterprise-scale.

    Project mention: AIM Weekly for 23 September 2024 | dev.to | 2024-09-23

    πŸ“Ž Scaling Databases for GenAI πŸ€– Streaming Vectors Webinar πŸ“Š SQL, NoSQL, Vectors πŸ“± Super new model from MS - GRIN MoE πŸ›Ό Salesforce Keynote πŸ“’ RDBMS vs Vector DB πŸˆβ€β¬› DBTA Top 75 🌐 LitServe πŸ“Š Langchain with Filtering πŸ–₯️ PDF Extract Kit πŸ‘½ LLM Testing πŸ–₯️ Easy Milvus Schema Generation 🌐Uber's Query GPT

  • MetaSpore

    A unified end-to-end machine intelligence platform

  • pinferencia

    Python + Inference - Model Deployment library in Python. Simplest model inference server ever.

  • fastDeploy

    Deploy DL/ ML inference pipelines with minimal extra code. (by notAI-tech)

    Project mention: Ask HN: Is there any software you only made for your own use but nobody else? | news.ycombinator.com | 2024-07-04

    I made https://github.com/notAI-tech/fastDeploy for ease of use of deploying Deep learning models.

    Except me and the team at my company nobody uses it.

    After I made it lot of solutions came in this space, but IMO this is the easiest one to use still.

  • sdk-python

    Python library for Modzy Machine Learning Operations (MLOps) Platform (by modzy)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python serving discussion

Log in or Post with

Python serving related posts

Index

What are some of the best open-source serving projects in Python? This list will help you:

Project Stars
1 Ray 33,295
2 evadb 2,630
3 LitServe 2,203
4 MetaSpore 642
5 pinferencia 561
6 fastDeploy 96
7 sdk-python 24

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that Python is
the 1st most popular programming language
based on number of metions?