refine: README simplification + Fun-ASR-Nano as explicit default
README (EN + ZH): - npx skills add: use HTTPS URL instead of SSH - Remove 'First use' uv sync section (agent handles setup, not user) - Remove 'Stock Material Search' section (workflow detail, belongs in SKILL.md) - Keep README focused on overview + workflow, not implementation details - Fun-ASR-Nano marked as default in Features SKILL.md: - Step 4: explicitly state Fun-ASR-Nano as recommended default model
This commit is contained in:
@@ -72,15 +72,15 @@ User requirements are often vague in the first pass — that's expected. The pla
|
||||
|
||||
### Step 4 — Transcribe audio
|
||||
|
||||
Use the bundled `funasr-script` in `scripts/transcription/`.
|
||||
Use the bundled `funasr-script` in `scripts/transcription/`. **Prefer Fun-ASR-Nano** as the default transcription model — it has higher accuracy and sensitivity on Chinese audio. Use SenseVoice only for fast previews.
|
||||
|
||||
**First run** requires `uv sync` (installs funasr + torch, may take several minutes). Subsequent runs reuse the cached venv. Notify the user before first-time setup.
|
||||
|
||||
```bash
|
||||
# Default: Fun-ASR-Nano (high quality, Chinese-optimized)
|
||||
# Recommended default: Fun-ASR-Nano (high quality, Chinese-optimized)
|
||||
uv run --directory SKILL_DIR/scripts/transcription funasr-nano VIDEO_PATH --track TRACK_INDEX --output-dir VIDEO_DIR
|
||||
|
||||
# Fast preview: SenseVoice
|
||||
# Fast preview only: SenseVoice
|
||||
uv run --directory SKILL_DIR/scripts/transcription funasr-fast VIDEO_PATH --track TRACK_INDEX --output-dir VIDEO_DIR
|
||||
|
||||
# List tracks
|
||||
|
||||
Reference in New Issue
Block a user