Files
concept-maker/requirements.txt
2025-09-12 21:45:11 +02:00

28 lines
613 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Core libraries used by the GUI (concept_gui.py) and corpus builder
pymupdf
beautifulsoup4
requests
chardet
pillow
numpy
tqdm
ebooklib
markdown
tkinterdnd2
pdflatex
# Optional: language detection and image text-likeness improvements
langid
opencv-python-headless
# Optional (ASR for audio/video in corpus_builder.py)
openai-whisper
torch
# Notes (external binaries, install via system package manager):
# - pandoc (for highquality Markdown→PDF)
# - wkhtmltopdf (engine for HTML→PDF; enables local file access)
# - tesseract (OCR CLI)
# - ffmpeg/ffprobe (media handling)
# - ocrmypdf (for scanned PDFs)