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

Translate in Korean #382

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 0 additions & 18 deletions README.md

This file was deleted.

19 changes: 19 additions & 0 deletions README_KR.md
@@ -0,0 +1,19 @@
<img src="https://github.com/tensorflow/magenta/raw/master/magenta-logo-bg.png" height="75">

[![Build Status](https://travis-ci.org/tensorflow/magenta-js.svg?branch=master)](https://travis-ci.org/tensorflow/magenta-js)

**Magenta.js** 는 사전 훈련된 Magenta 모델로 추론하기 위한 TypeScript 라이브러리의 모음입니다.

모든 라이브러리는 [npm packages](https://www.npmjs.com/search?q=%40magenta)에 게시됩니다.

전체 문서는 다음에서 확인할 수 있습니다. : https://tensorflow.github.io/magenta-js

자세한 정보와 예제 애플리케이션은 [g.co/magenta/js](https://g.co/magenta/js)에서 확인할 수 있습니다.

Magenta 프로젝트에 대한 자세한 내용은 [blog](https://magenta.tensorflow.org) 및 [main TensorFlow repo](https://github.com/tensorflow/magenta)를 참조하십시오.

## Libraries

* [music](music): 음악에는 [TensorFlow.js](https://js.tensorflow.org) 구현 및 MusicVAE, MelodyRNN, DrumsRNN, PerformanceRNN과 ImprovRNN를 포함한 Magenta의 음악 노트 기반 모델에 대한 지원 라이브러리가 포함되어 있다. [![npm version](https://badge.fury.io/js/%40magenta%2Fmusic.svg)](https://badge.fury.io/js/%40magenta%2Fmusic)
* [sketch](sketch): 스케치에는 [TensorFlow.js](https://js.tensorflow.org) 구현 및 [SketchRNN](https://goo.gl/magenta/sketchrnn)을 포함한 Magenta의 스케치 모델에 대한 지원 라이브러리가 포함되어 있다. [![npm version](https://badge.fury.io/js/%40magenta%2Fsketch.svg)](https://badge.fury.io/js/%40magenta%2Fsketch)
* [image](image): 이미지에는 [TensorFlow.js](https://js.tensorflow.org) 구현 및 [Arbitrary Style Transfer](https://github.com/tensorflow/magenta/tree/master/magenta/models/arbitrary_image_stylization)을 포함한 Magenta 이미지 모델에 대한 지원 라이브러리가 포함되어있다. [![npm version](https://badge.fury.io/js/%40magenta%2Fimage.svg)](https://badge.fury.io/js/%40magenta%2Fimage)