Download & Install python3.12
Ensure you check "Add Python to PATH" during installation.
Installation :
macOS (CPU-only) :
pip install torch
Windows (CPU-only) :
pip install torch
GPU Support (CUDA) :
Visit PyTorch Official Install Guide for CUDA-compatible versions.
Installation (macOS & Windows) :
pip install transformers
Website: Hugging Face Transformers
Installation:
macOS :
pip install openai-whisper
Windows
pip install openai-whisper
Additional Dependencies (if errors occur) :
-> Install FFmpeg:
macOS: brew install ffmpeg
Windows: Download from FFmpeg Official Site and add to PATH
.
pip install ffmpeg-python sentencepiece sacremoses streamlit