Skip to content

Instantly share code, notes, and snippets.

View Eurus-Holmes's full-sized avatar
🚀
Flying To The Sun ( • ̀ω ⁃᷄)✧

Feiyang(Vance) Chen Eurus-Holmes

🚀
Flying To The Sun ( • ̀ω ⁃᷄)✧
View GitHub Profile
@Eurus-Holmes
Eurus-Holmes / Creatify Agent — Technical Report.md
Last active May 18, 2026 20:56
Creatify Agent — Technical Report (draft, comments welcome)

Home / Research /

Technical Report

Creatify Agent: a closed-loop multi-agent system for video and image ad creatives

Abstract {#abstract style="margin: 24px 0 8px; text-transform: uppercase; letter-spacing: 0.06em; font-size: 12px; color: var(--text-muted);"}

Creatify Agent is a closed-loop multi-agent system purpose-built for video and image advertising. From a single creative brief --- often only a product URL or a brand reference --- the agent plans the spot, dispatches each scene to a generation backend it selects per shot, scores the audio, composites the typography, and verifies the result against the brief before delivering a finished, brand-faithful ad. The same closed-loop architecture produces image creatives, planning the composition, selecting a per-asset generation backend, and verifying the output against the brief. The system is structurally different from the two adjacent classes of too

@Eurus-Holmes
Eurus-Holmes / download_cmu_arctic.sh
Created April 15, 2019 10:08 — forked from r9y9/download_cmu_arctic.sh
CMU ARCTIC download script
#!/bin/bash
# This is a yet another download script for the cmu arctic speech corpus.
# The corpus will be downloaded in $HOME/data/cmu_arctic/
location=$HOME/data/cmu_arctic/
if [ ! -e $location ]
then
echo "Create " $location
今天发现 GitHub 有两步验证的功能,于是打算开启,可是悲剧的是,到了填写手机号的时候,发现没有 China 的选项。
于是我尝试了下修改网页源代码,添加了 `<option value="+86">China +86</option>` 再填手机号,居然就收到短信了。
后来有点不放心,还是给 https://github.com/contact 发了个反馈,然后收到回信说由于某些国家的短信发送成功率无法保证,所以没有开启两步验证功能。
不过在我这段时间的使用过程中,还是挺稳定的,每次都能收到短信。
大家如果也需要开启两步验证,最好把 Recover code 也记下来吧,避免以后短信收不到。
@Eurus-Holmes
Eurus-Holmes / Gist_test1.rb
Last active December 15, 2017 13:03
First Gist test
puts 'Hello Gist!'
puts 'First Gist test!'