fastapi
BentoML
fastapi | BentoML | |
---|---|---|
511 | 17 | |
79,469 | 7,262 | |
2.0% | 1.0% | |
9.9 | 9.7 | |
2 days ago | 5 days ago | |
Python | Python | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
fastapi
-
Top 20 Python API Frameworks with OpenAPI Support
FastAPI is a modern, high-performance web framework for building APIs with Python 3.6+ based on standard Python type hints. It is designed for quick development and high efficiency. Zuplo is a proud sponsor of the FastAPI project, to help drive API development in Python.
-
How to Promote and Market your API: SPECtacular OpenAPI
For Small teams and Startups I would recommend picking an API framework that automatically generates an OpenAPI spec through your code. Be very careful in which framework you pick as many claim to have OpenAPI support, but in reality only support a few fields. Many recent frameworks are built from the ground up around OpenAPI support. My recommendations are Huma for Go, Tsoa for Typescript, and FastAPI for Python. Your developers will be primarily be responsible for keeping descriptions and summaries up to date, but at least you reduce the risk of having undocumented endpoints or out-of-date documentation.
-
Building a Task Management API with Apache Cassandra and FastAPI
FastAPI Documentation
-
How to Build your very own Google's NotebookLM
FastAPI serves as our backend framework, chosen for several compelling reasons:
-
How to make an API interface?
Spring Boot has simplified the development process to a simple one. For python, I recommend a third-party package for developing API interfaces: fastapi.
-
Pydantic: The end of manual validations! ✨
Source: https://github.com/fastapi/fastapi
-
Writing Integration And Unit Tests for a Simple Fast API application using Pytest
Python is a great language for building various types of applications, especially in today's landscape where machine learning and AI are rapidly advancing. With this growth in services, there’s a strong need for well-designed, maintainable, and scalable APIs. That’s where FastAPI comes in, a powerful async web API framework for Python that's both simple and robust https://fastapi.tiangolo.com/.
-
FastAPI: The Ultimate Guide to Building High-Performance APIs
FastAPI is an open-source, high-performance web framework for building APIs with Python 3.7+ based on standard Python type hints. It enables developers to build applications efficiently and quickly. FastAPI leverages Pydantic for type hinting and includes built-in API documentation.
-
Pokémon Info Retriever: A Fun and Educational Project
For detailed information on how to get started with FastAPI, check out the FastAPI Documentation.
-
Self-Hosted Form API for Static Sites - Form2Mail vs. Formspree vs. Google Forms
Form2Mail addresses these challenges by offering a self-hosted, flexible API that gives developers full control over form submissions on static websites. Built with FastAPI and SMTP, Form2Mail processes form data directly on your server, ensuring maximum security without ongoing costs or limitations. It’s especially suited for developers seeking to maintain control over their data while eliminating reliance on third-party servers.
BentoML
-
Recapping the AI, Machine Learning and Computer Meetup — August 15, 2024
As a data scientist/ML practitioner, how would you feel if you can independently iterate on your data science projects without ever worrying about operational overheads like deployment or containerization? Let’s find out by walking you through a sample project that helps you do so! We’ll combine Python, AWS, Metaflow and BentoML into a template/scaffolding project with sample code to train, serve, and deploy ML models…while making it easy to swap in other ML models.
-
Who's hiring developer advocates? (December 2023)
Link to GitHub -->
-
project ideas/advice for entry-level grad jobs?
there are a few tools you can use as "cheat mode" shortcuts to give you a leg up as you're getting started. here's one: https://github.com/bentoml/BentoML
-
Two high schoolers trying to use Azure/GCP/AWS- need help!
Then you can look into bentoml https://github.com/bentoml/BentoML which is used to deploy ml stuff with many more benifits.
- Ask HN: Who is hiring? (November 2022)
-
[D] How to get the fastest PyTorch inference and what is the "best" model serving framework?
For 2), I am aware of a few options. Triton inference server is an obvious one as is the ‘transformer-deploy’ version from LDS. My only reservation here is that they require the model compilation or are architecture specific. I am aware of others like Bento, Ray serving and TorchServe. Ideally I would have something that allows any (PyTorch model) to be used without the extra compilation effort (or at least optionally) and has some convenience things like ease of use, easy to deploy, easy to host multiple models and can perform some dynamic batching. Anyway, I am really interested to hear people's experience here as I know there are now quite a few options! Any help is appreciated! Disclaimer - I have no affiliation or are connected in any way with the libraries or companies listed here. These are just the ones I know of. Thanks in advance.
- PostgresML is 8-40x faster than Python HTTP microservices
- Congratulations on v1.0, BentoML 🍱 ! You are r/mlops OSS of the month!
-
Show HN: Truss – serve any ML model, anywhere, without boilerplate code
In this category I’m a big fan of https://github.com/bentoml/BentoML
What I like about it is their idiomatic developer experience. It reminds me of other Pythonic frameworks like Flask and Django in a good way.
I have no affiliation with them whatsoever, just an admirer.
-
[P] Introducing BentoML 1.0 - A faster way to ship your models to production
Github Page: https://github.com/bentoml/BentoML
What are some alternatives?
AIOHTTP - Asynchronous HTTP client/server framework for asyncio and Python
seldon-core - An MLOps framework to package, deploy, monitor and manage thousands of production machine learning models
HS-Sanic - Async Python 3.6+ web server/framework | Build fast. Run fast. [Moved to: https://github.com/sanic-org/sanic]
haystack - AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
Tornado - Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
clearml - ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
django-ninja - 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
Kedro - Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable, and modular.
Flask - The Python micro framework for building web applications.
kubeflow - Machine Learning Toolkit for Kubernetes
Django - The Web framework for perfectionists with deadlines.
streamlit - Streamlit — A faster way to build and share data apps.