AI-generated UGC videos via Higgsfield Marketing Studio
Project description
Bonanza UGC
AI-generated UGC videos via Higgsfield Marketing Studio.
Install
pip install bonanza-ugc
Quick Start
from bonanza_ugc import UGCGenerator, UGCConfig
gen = UGCGenerator()
video = gen.generate(
prompt="A stylish young woman shows off her silver chain necklace...",
avatar="mei",
mode="ugc",
duration=15,
)
print(f"Video URL: {video.result_url}")
print(f"Virality: {video.virality_score}/100")
CLI
# Generate a video
ugc generate --prompt "..." --avatar mei --mode ugc
# Use a template
ugc generate --template silverjstore --product "Venetian Chain" --avatar mei
# Score virality
ugc score <video_path_or_url>
# List avatars
ugc avatars
# Batch generate
ugc batch --leads leads.json --mode ugc
Features
- 🎬 Generate UGC videos with AI avatars
- 📊 Score video virality with Brain Activity analysis
- 🎯 Prompt templates for product categories
- 📦 Batch generation support
- 🔄 Product URL fetching and integration
License
MIT
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
bonanza_ugc-0.1.0.tar.gz
(9.4 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 bonanza_ugc-0.1.0.tar.gz.
File metadata
- Download URL: bonanza_ugc-0.1.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b386bb4287af0a62c56ca79c6147acb6c6cdf3f171f1d9e682d5513736ab979c
|
|
| MD5 |
bdc8c1b0bf6da0dc65243165408f460a
|
|
| BLAKE2b-256 |
d5d427997a6ebf4d4e479ac08399735f6c0b1617ef5e1ee08e7d26b594146182
|
File details
Details for the file bonanza_ugc-0.1.0-py3-none-any.whl.
File metadata
- Download URL: bonanza_ugc-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a0fd253b31deda24d3a2188727056b220e512545cc519693cef2ecd6145c61e
|
|
| MD5 |
8fe6063fe211bd32f6a9c64fe34dbb82
|
|
| BLAKE2b-256 |
8330038f8b33be74dbfd158e1b5ea2efccd5975e7bad8320b132c658bcb5367a
|