FunClip

Active
GitHub Python MIT

Description

FunClip is an open-source video clipping tool powered by FunASR and LLM collaboration for subtitles and fine-grained cutting.

Key Features

  • ASR subtitles — high-accuracy Chinese ASR via FunASR
  • LLM-assisted — LLM-generated editing prompts
  • Precise cut — cut on subtitle boundaries
  • Commercial-friendly — research-grade
  • Local — fully on-device
  • Extensible — plug in any LLM

Use Cases

💡 Turning long videos into clips with subtitles
💡 Editing long lectures into key segments
💡 Assisting podcast editing
💡 Producing summary clips from meetings

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (6.2k stars)
  • Permissive open-source license (MIT)
  • Established track record (3 years in production)

Quick Start

# AI 视频剪辑
git clone https://github.com/modelscope/FunClip.git
cd FunClip
pip install -r requirements.txt
python funclip/launch.py

Related Projects

Tongyi DeepResearch

19.9k · Python
Stale B

Open-source deep research agent from Alibaba Tongyi Lab, using multi-stage iterative information retrieval and reasoning to conduct deep analysis, synthesis, and summarization of complex topics with web search and document analysis.

pythonagentllm +3
  • · 30.5B total parameter agentic LLM with only 3.3B activated per token (MoE architecture)
  • · Fully automated synthetic data generation pipeline for agentic pre-training, SFT, and RL
  • · Large-scale continual pre-training on diverse agentic interaction data

mistral.rs

7.7k · Rust
Active A

Fast, flexible LLM inference engine built in Rust — supports multiple model architectures and quantization schemes for high-performance local LLM deployment.

rustllmtools +1
  • · Zero-Config Model Loading — auto-detect architecture, quantization format, and chat template from any Hugging Face model
  • · True Multimodality — text, vision, video, audio input, speech generation, image generation, and embeddings in one engine
  • · Smart Quantization — UQFF prebuilt quantizations and ISQ with automatic best-format selection at each level

Vision Agents

8.1k · Python
Active A+

Open Vision Agents by Stream. Build voice and vision agents quickly with any model or video provider, using Stream's edge network for ultra-low latency realtime interactions.

voiceagentpython +3
  • · Real-time video AI with YOLO, Roboflow integration combined with Gemini/OpenAI for live visual understanding
  • · Ultra-low latency audio/video under 30ms via Stream's edge network with 500ms join time
  • · Native SDK methods from OpenAI, Gemini, and Claude for always-latest LLM capabilities