AIAny
AI Video2025
Icon for item

Y2A-Auto

Automatically transfers YouTube videos to AcFun and bilibili with an end-to-end pipeline: downloading, ASR, subtitle translation and QC, AI-generated metadata, content moderation, and automated uploads; includes a web dashboard and monitoring.

Introduction

This project addresses a common bottleneck for cross-posting video content at scale: stitching together downloading, speech-to-text, subtitle translation and QC, AI metadata generation, content moderation, and platform uploads into a single maintainable pipeline. It shifts manual reposting tasks into configurable automation while keeping human-in-the-loop controls for review and safety.

What Sets It Apart
  • Integrated AI steps so you can run ASR (Whisper/Voxtral), subtitle translation, AI-based subtitle QC, and AI-generated titles/descriptions/tags in one flow — so what: reduces repetitive manual editing and speeds up multilingual reposting.
  • Platform-specific automation: built-in AcFun/bilibili upload modules, QR/Cookie login support and CookieCloud sync — so what: lowers the friction of platform authentication and supports scheduled monitoring of channels/keywords.
  • Deployment-friendly design: Docker-first with optional local mode, hardware-accelerated encoding (HEVC fallback to H.264), and configurable concurrency — so what: fits small self-hosted servers to GPU-enabled instances without heavy rewrites.
  • Safety and observability: password protection, brute-force lockout, content-moderation hooks (Aliyun Green), and async notification channels — so what: makes unattended automation safer and auditable.
Who It's For and Tradeoffs

Great fit if you need to repeatedly repost multilingual YouTube content to Chinese video platforms and want automation for subtitles and metadata while preserving manual audit gates. Not ideal if you require strict platform compliance/legal guarantees from the upstream content owner or need a zero-dependency hosted SaaS; it’s self-hosted, requires valid cookies/API keys, and may need tuning for large-volume or highly regulated pipelines.

More Items

Hugging Face
AI Video2026

Upscales Minimax H3 24-channel VAE latents in-place to increase spatial resolution while preserving the time dimension. Replaces the decode→pixel-upscale→encode round-trip with a learned 2D/3D latent upscaler to save compute and avoid interpolation ghosting; supports 1.0–4.0× scaling.

GitHub
AI Deploy2026

Provides reusable Docker compose files, scripts and benchmarked configs to serve modern LLMs (Qwen, Gemma, etc.) on 1–2 NVIDIA RTX 3090/4090/5090 GPUs. Multi-engine (vLLM, llama.cpp, ik_llama), measured TPS/context tradeoffs, and validated single/dual‑GPU recipes.

GitHub
AI Deploy2023

Provides a unified platform for AI development and deployment, including the MAX serving framework and the Mojo systems programming language for writing kernels. Offers an OpenAI-compatible inference endpoint, Mojo-written CPU/GPU kernels, and tools to run hundreds of open models across diverse hardware without vendor lock-in.