LETTER / env_setup /setup.sh
Sharath33's picture
Upload folder using huggingface_hub
02ac88d verified
python -m venv venv
source venv/bin/activate # Linux / Mac
# venv\Scripts\activate # Windows
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install timm pillow numpy matplotlib scikit-learn tqdm wandb gradio
pip freeze > requirements.txt