Add md files

This commit is contained in:
Слонова Анна 2026-04-21 18:07:11 +00:00
commit c196f14ae9
3 changed files with 183 additions and 0 deletions

17
QUICKSTART.md Normal file
View file

@ -0,0 +1,17 @@
# 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!