Add md files
This commit is contained in:
commit
c196f14ae9
3 changed files with 183 additions and 0 deletions
17
QUICKSTART.md
Normal file
17
QUICKSTART.md
Normal 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!
|
||||
Loading…
Add table
Add a link
Reference in a new issue