mirror of
https://github.com/guilhermewerner/image-caption-api
synced 2025-06-15 06:25:00 +00:00
5 lines
174 B
Bash
5 lines
174 B
Bash
#!/usr/bin/env sh
|
|
|
|
pip3 install transformers rouge_score evaluate datasets flask
|
|
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|