# MrrrMe Backend Requirements for Docker # Core frameworks fastapi==0.115.4 uvicorn[standard]==0.32.0 python-multipart==0.0.12 websockets==13.1 # Computer Vision opencv-python-headless==4.10.0.84 pillow==11.0.0 scikit-image==0.24.0 openface-test matplotlib==3.9.2 timm==1.0.11 # ML/DL # NOTE: torch==2.4.0, torchvision==0.19.0, torchaudio==2.4.0 are installed in Dockerfile with CUDA 11.8 # DO NOT add torch/torchvision/torchaudio here as they are installed separately numpy==1.26.4 scipy==1.13.1 pandas==2.2.3 transformers==4.46.2 accelerate==1.1.1 sentencepiece==0.2.0 safetensors==0.4.5 # Audio processing librosa==0.10.2.post1 soundfile==0.12.1 pyaudio==0.2.14 pydub==0.25.1 sounddevice==0.5.1 webrtcvad==2.0.10 # openai-whisper removed - using browser Speech Recognition API instead # Text processing nltk==3.9.1 # Groq API groq==0.14.0 # Utilities requests==2.32.3 python-dotenv==1.0.1 tensorboardX==2.6.2.2