# Opyrator - 파이썬 함수를 Microservice로 쉽게 만들기

> Clean Markdown view of GeekNews topic #4144. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4144](https://news.hada.io/topic?id=4144)
- GeekNews Markdown: [https://news.hada.io/topic/4144.md](https://news.hada.io/topic/4144.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-04-27T10:53:32+09:00
- Updated: 2021-04-27T10:53:32+09:00
- Original source: [github.com](https://github.com/ml-tooling/opyrator)
- Points: 10
- Comments: 1

## Topic Body

- 파이썬 함수 코드를 프로덕션에서 사용 가능한 마이크로서비스로 만들어주는 오픈소스

- FastAPI + Streamlit + Pydantic

ㅤ→ FastAPI 로 HTTP API 자동 생성

ㅤ→ StreamLit 로 인터랙티브 Web UI 자동 생성

ㅤ→ 포터블/공유 가능한 실행파일 또는 도커이미지로 변환

ㅤ→ 기존 컴포넌트 재사용 및 다른 Opyrator와 통합 가능

- Pre-defined 컴포넌트들 (코드 및 UI 재사용 가능)

ㅤ→ Text Generation

ㅤ→ Question Answering

ㅤ→ Image Super Resolution

ㅤ→ Text Preprocessing

ㅤ→ Language Detection

ㅤ→ Audio separation

ㅤ→ Word Vectors Training

ㅤ→ Named Entity Recognition

## Comments



### Comment 5012

- Author: xguru
- Created: 2021-04-27T10:53:41+09:00
- Points: 3

FastAPI 와 Streamlit 둘 다 소개했던 오픈소스들인데 이걸 묶어서 쓸만한 도구를 만들었네요.

- FastAPI - API 개발용 고성능 웹 프레임워크 https://news.hada.io/topic?id=3686

- Streamlit - 파이썬 코드를 커스텀ML도구로 쉽게 만들기 https://news.hada.io/topic?id=1498
