auto-report-skill/QUICKSTART.md
2026-04-21 18:07:11 +00:00

579 B

QUICKSTART — meeting-report

1. Зависимости

apt-get update && apt-get install -y ffmpeg pip install faster-whisper weasyprint

2. Если故意 запускаешь long транскрипцию

export MKL_SERVICE_FORCE_INTEL=1 export OMP_NUM_THREADS=2

bash scripts/transcribe_chunked.sh /app/hermes_data/meetings/2026-03-18

3. Генерация PDF

python3 scripts/generate_pdf.py report.md report.pdf

ПАМЯТКА

Всегда используй MKL_SERVICE_FORCE_INTEL=1 OMP_NUM_THREADS=2 перед запуском Python + faster-whisper!