create meta human by guiji api.
Project description
GJMeta
A digital human generation service based on FastMCP.
Installation
pip install gj_meta_mcp
Configuration
The service can be configured either through environment variables or a config file:
Environment Variables
export APP_ID=your_app_id
export SECRET_KEY=your_secret_key
export AUTHORIZE_URL=your_authorize_url
export AUTHORIZE_TEXT=your_authorize_text
Config File
Create a config.py file with the following content:
app_id = "your_app_id"
secret_key = "your_secret_key"
authorize_url = "your_authorize_url"
authorize_text = "your_authorize_text"
Usage
from gj_meta_mcp import create_meta_human
# Create a digital human video
result = await create_meta_human(
video_url="https://example.com/video.mp4",
audio_url="https://example.com/audio.wav"
)
Features
- Create digital human videos from existing video and audio
- Support for MP4 video format
- Support for WAV audio format
- Environment variable and config file support
- Logging and error handling
License
MIT License
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
guiji_mcp-0.0.7.tar.gz
(8.0 kB
view details)
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 guiji_mcp-0.0.7.tar.gz.
File metadata
- Download URL: guiji_mcp-0.0.7.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82011480c4f3db55b37b37c304107891c579f494dab9b40d804c3ec927ea9231
|
|
| MD5 |
0e01b0e62e313668d00093b444df5d97
|
|
| BLAKE2b-256 |
0b0811a127d51f787a7e1e3cc211d9aab5ee813d9355beed6d99cf162a33544d
|
File details
Details for the file guiji_mcp-0.0.7-py3-none-any.whl.
File metadata
- Download URL: guiji_mcp-0.0.7-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77582bc6e2240649d2ff64171852297f6f4bfb3ec8795d24868cdab8fb901817
|
|
| MD5 |
dcee8ce00423e6ad2b2d54799ad937ab
|
|
| BLAKE2b-256 |
c41bd2c3ff03164216b2774c467e5edd68eba26896790a59fcd21ae95e936848
|