S
S
sha2562019-03-22 20:56:56
Machine learning
sha256, 2019-03-22 20:56:56

Friends, what is some framework (preferably opensource) for outputting AI models to production?

Friends, what is some framework (preferably opensource) for outputting AI models to production?
For example, I prepared a model in Jupiter, unloaded it and do not want to write my own web service. Is there any box in which you can put the resulting model and which can then work with the external environment?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
ivodopyanov, 2019-03-25
@ivodopyanov

https://www.tensorflow.org/tfx/guide/serving

R
Renat Alimbekov, 2021-01-11
@alimbekovR

I would recommend deploying a REST API microservice.
A microservice is a web service that fulfills one business need and can interact with other services in the IT infrastructure using, for example, HTTP. An architecture consisting of several microservices is called a microservice.
REST (Representational State Transfer) - the principles of organizing the interaction of services through the HTTP protocol. Clients send requests using the methods provided by the HTTP protocol and perform the operation. For example: getting, adding, modifying or deleting data.
API (Application Programming Interface) is an interface for communication between services.
Here I wrote a quite detailed post about it and posted the code - https://alimbekov.com/machine-learning-flask-rest-api/

�
âš¡ Kotobotov âš¡, 2019-03-23
@angrySCV

create a web service from a notepad sketch -> that's what programmers do.
there are no magic open source boxes that will do it for you.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question