본문 바로가기
Developing../Python

ML module 을 REST api 배포하기

by bents 2021. 2. 5.

# 파이썬 자료는 realpython.com에서 꼭 찾아보자. 

 

[built API] building an API with Python ; realpython.com/flask-connexion-rest-api/

 

Python REST APIs With Flask, Connexion, and SQLAlchemy – Real Python

How to create a Python-powered RESTful API from scratch using Flask and the Connexion library. Also covers automated validation and documentation for your API endpoints using the Swagger / OpenAPI standard.

realpython.com

 

[케라스버전]  keraskorea.github.io/posts/2018-10-27-Keras%20모델을%20REST%20API로%20배포해보기/

 

Keras 모델을 REST API로 배포해보기

Keras 모델을 REST API로 배포해보기(Building a simple Keras + deep learning REST API) 원문 이 글은 Adrian Rosebrock이 작성한 안내 게시글로 Keras 모델을 REST API로 제작하는 간단한 방법을 안내하고 있습니다. Keras

keraskorea.github.io

[파이토치버전] tutorials.pytorch.kr/intermediate/flask_rest_api_tutorial.html

 

Flask를 이용하여 Python에서 PyTorch를 REST API로 배포하기 — PyTorch Tutorials 1.6.0 documentation

Note Click here to download the full example code Flask를 이용하여 Python에서 PyTorch를 REST API로 배포하기 Author: Avinash Sajjanshetty번역: 박정환 이 튜토리얼에서는 Flask를 이용하여 PyTorch 모델을 배포하고 모델 추

tutorials.pytorch.kr