######################################## # Streamlit Core ######################################## streamlit>=1.28.0 tornado>=6.3.3 ######################################## # Audio Input / Output ######################################## ffmpeg-python pydub soundfile gTTS ######################################## # OCR / Image Tools ######################################## pytesseract pillow opencv-python-headless ######################################## # Translation & Language Detection ######################################## deep-translator langdetect ######################################## # Language Modeling / Text Processing ######################################## transformers==4.40.0 accelerate sentencepiece safetensors regex ######################################## # AI APIs (Optional - for Quiz Generation) ######################################## openai ######################################## # General Utilities ######################################## numpy<2 pandas requests