Mirinae is a Python package for MAGO's framework
Project description
Mirinae
마고 프레임워크를 사용할 수 있는 CLI 도구입니다.
마고 서비스
설치
- Python 3.9 이상이 필요합니다.
pip install mirinae
기본 동작 방법
사용자 등록
사용자 등록은 Audion 홈페이지에서 진행할 수 있습니다.
또는 galois@holamago.com 으로 이메일을 보내주세요.
Login
mirinae user login -v -e <email> -w <password>
프로젝트 생성하기
마고에서 프로덕트를 제공하고 있습니다. 프로젝트를 생성하고 사용하려면 프로젝트 ID가 필요합니다.
현재 지원하고 있는 프로덕트는 다음과 같습니다.
| 프로덕트 | 프로젝트 ID |
|---|---|
| Subtitle Generation | Audion_0001 |
| Voice Separation | Audion_0002 |
| Music Source Separation | Audion_0003 |
프로젝트는 프로덕트 ID를 사용하여 생성할 수 있습니다.
mirinae project create -v --prod-id <product_id>
생성된 프로젝트는 아래와 같이 확인할 수 있습니다.
mirinae project get -v
미디어 파일로 프로젝트 사용하기
다음 3가지 방법으로 미디어 파일을 프로젝트에 사용할 수 있습니다.
| 입력 타입 | 설명 | | url | URL을 사용하여 미디어 파일을 사용합니다. | | file | 로컬에 있는 미디어 파일을 사용합니다. | | uri | 마고 서비스에 있는 미디어 파일을 사용합니다. |
URL을 사용하기
mirinae pipeline proj -v --proj-id <project_id> --it url -i <url>
로컬 파일을 사용하기
mirinae pipeline proj -v --proj-id <project_id> --it file -i <file_path>
마고 서비스에 있는 파일을 사용하기
mirinae pipeline proj -v --proj-id <project_id> --it uri -i <uri>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mirinae-0.1.12.tar.gz.
File metadata
- Download URL: mirinae-0.1.12.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14a13aaeaba3a405feb5398f40f8ccf364d22002902cbefda251d041e511c208
|
|
| MD5 |
682660279687c98cd85ceed6526beafc
|
|
| BLAKE2b-256 |
992b39d46849ee62e70c808002c708c8410c2bee63c0b7ba2efd29d836970bba
|
File details
Details for the file mirinae-0.1.12-py3-none-any.whl.
File metadata
- Download URL: mirinae-0.1.12-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d83133ac7a5ff58c150a0cc6cc86b98c94c8109b87d9ec12fbc27745ed2fb971
|
|
| MD5 |
ac3236810123313abd578f62c3a7c0f1
|
|
| BLAKE2b-256 |
a5855266e2112ca3150232644a9b48f817de503555a8451e6781a5cf118e5e58
|