eduai / core /__init__.py
Shreesha-2011's picture
Fix: lazy imports, remove heavy deps (chromadb, kokoro) for free tier
8f536ec
Raw
History Blame Contribute Delete
221 Bytes
# Cloud-adapted __init__.py — lazy imports only.
# Heavy modules (file_analyzer, multimodal_manager, input_router)
# are imported on-demand in app.py to avoid pulling in
# pdfplumber, docx, youtube_transcript_api, etc.