Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Flama to implementations.rst #415

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/implementations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,23 @@ standard Python type annotations and standards like OpenAPI, JSON Schema, and OA
Supports HTTP and WebSockets.


Flama
-----

*Stable* / https://github.com/vortico/flama

Flama is a data-science oriented framework to rapidly build modern and robust machine
learning (ML) APIs. The main aim of the framework is to make ridiculously simple the
deployment of ML APIs. With Flama, data scientists can now quickly turn their ML models
into asynchronous, auto-documented APIs with just a single line of code. All in just few
seconds!

Flama comes with an intuitive CLI, and provides an easy-to-learn philosophy to speed up
the building of highly performant GraphQL, REST, and ML APIs. Besides, it comprises an
ideal solution for the development of asynchronous and production-ready services,
offering automatic deployment for ML models.


Quart
-----

Expand Down